.footer-bp .footer-location-card {
  padding: 0.9rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 232, 213, 0.68) 100%);
  border: 1px solid rgba(120, 134, 107, 0.16);
  box-shadow: 0 18px 38px rgba(84, 98, 76, 0.12);
}

.footer-bp .footer-location-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.footer-bp .footer-location-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(120, 134, 107, 0.12);
  color: #657058;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-bp .footer-location-card h4,
.footer-bp .footer-location-title {
  color: #516047;
}

.footer-bp .footer-location-address {
  margin: 0.1rem 0 0;
  color: #6b7761;
  line-height: 1.6;
  font-style: normal;
  font-size: 0.92rem;
}

.footer-bp .footer-map-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.footer-bp .map-choice-btn {
  border: 1px solid rgba(120, 134, 107, 0.28);
  background: rgba(120, 134, 107, 0.08);
  color: #5f6d54;
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.footer-bp .map-choice-btn:hover {
  background: rgba(120, 134, 107, 0.16);
}

.footer-bp .map-choice-btn.is-active {
  background: #78866b;
  border-color: #78866b;
  color: #fff;
}

.footer-bp .footer-directions-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.95rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: #78866b;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(120, 134, 107, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-bp .footer-directions-link:hover {
  background: #657058;
  color: #fff;
  transform: translateY(-1px);
}

.footer-bp .footer-map-wrap {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(120, 134, 107, 0.14);
  min-height: 320px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.footer-bp .footer-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}

.footer-bp .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bp .footer-links li + li {
  margin-top: 0.55rem;
}

.footer-brand-name {
  font-family: var(--bp-serif);
  font-size: 1.25rem;
  color: #000;
}

.footer-bp .footer-about img {
  height: auto;
  max-height: 150px;
  width: auto;
}

@media (max-width: 991.98px) {
  .footer-bp .footer-location-head {
    flex-direction: column;
  }

  .footer-bp .footer-map-choice {
    grid-template-columns: 1fr;
  }

  .footer-bp .footer-map-wrap,
  .footer-bp .footer-map-wrap iframe {
    min-height: 280px;
  }

  .footer-bp .footer-about img {
    max-height: 100px;
  }
}

@media (max-width: 575px) {
  .footer-bp .footer-about img {
    max-height: 72px;
  }

  .footer-bp .footer-directions-link {
    width: 100%;
    justify-content: center;
  }
}
