/* Footer NAP — Local SEO (sheco-seo.php) */

.sheco-nap {
  background: var(--sp-dark, #192c27);
  color: rgba(255, 255, 255, 0.92);
  padding: 28px 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  border-top: 3px solid var(--sp-primary, #1E6937);
}

.sheco-nap__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  text-align: center;
}

.sheco-nap__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.sheco-nap__addr {
  font-style: normal;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
}

.sheco-nap__phone,
.sheco-nap__maps {
  color: var(--sp-accent, #FFC107);
  font-weight: 600;
  text-decoration: none;
}

.sheco-nap__phone:hover,
.sheco-nap__maps:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .sheco-nap__inner {
    flex-direction: column;
    gap: 10px;
  }
}
