.site-header-nav {
  background: #ffffff;
}

.site-header-shell {
  flex-wrap: nowrap !important;
  column-gap: 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-header-shell::-webkit-scrollbar {
  display: none;
}

.site-header-brand {
  margin-right: 0;
  flex: 0 0 auto;
}

.site-header-logo {
  display: block;
  width: auto;
  max-width: 150px;
  height: auto;
}

.site-header-actions {
  flex-wrap: nowrap !important;
  column-gap: 0.5rem;
  margin-left: auto;
  flex: 0 0 auto;
}

.site-header-btn {
  min-width: 6.75rem;
  white-space: nowrap;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  border: 1px solid #212529;
  border-radius: 0.375rem;
  background: #212529;
  color: #ffffff !important;
  text-decoration: none;
  line-height: 1.5;
}

.site-header-btn:hover,
.site-header-btn:focus {
  background: #1a1e21;
  border-color: #1a1e21;
  color: #ffffff !important;
}

.site-header-btn-primary {
  border-color: #ffc107;
  background: #ffc107;
  color: #212529 !important;
  font-weight: 700;
}

.site-header-btn-primary:hover,
.site-header-btn-primary:focus {
  background: #ffca2c;
  border-color: #ffc720;
  color: #212529 !important;
}

.site-footer {
  background: #111827 !important;
}

.site-footer-links {
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.site-footer-links a {
  transition: opacity 0.2s ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
  opacity: 0.85;
  text-decoration: underline !important;
}

.site-footer-divider {
  border-color: rgba(255, 255, 255, 0.16);
  margin: 0.75rem 0;
}

.site-footer-copy {
  color: rgba(255, 255, 255, 0.92);
}

.location-discovery-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.location-discovery-shell {
  background: #f8f9fa;
  border: 1px solid rgba(33, 37, 41, 0.12);
  border-radius: 1rem;
  padding: 1rem;
}

.location-discovery-header {
  margin-bottom: 1rem;
}

.location-discovery-title {
  margin: 0;
  color: #111827;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.location-discovery-subtitle {
  margin-top: 0.35rem;
  color: #4b5563;
  font-size: 0.9rem;
}

.location-discovery-block + .location-discovery-block,
.location-discovery-block-top {
  margin-top: 1rem;
}

.location-discovery-block-header {
  margin-bottom: 0.75rem;
}

.location-discovery-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.location-discovery-block-title {
  margin: 0.5rem 0 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.location-discovery-block-text {
  margin-top: 0.3rem;
  color: #4b5563;
  font-size: 0.875rem;
}

.location-discovery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5rem;
}

.location-discovery-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 0.75rem;
  background: #ffffff;
  color: #111827;
  text-align: center;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.location-discovery-link:hover,
.location-discovery-link:focus {
  background: #eff6ff;
  border-color: rgba(13, 110, 253, 0.32);
  color: #0f172a;
  transform: translateY(-1px);
}

.location-discovery-link-text {
  display: block;
}

@media (max-width: 575.98px) {
  .site-header-logo {
    max-width: 128px;
  }

  .site-header-btn {
    min-width: auto;
    padding-inline: 0.75rem;
    font-size: 0.8125rem;
  }

  .site-header-actions {
    width: auto;
  }

  .site-footer-links {
    justify-content: center !important;
  }

  .location-discovery-shell {
    padding: 0.875rem;
  }

  .location-discovery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.425rem;
  }

  .location-discovery-link {
    min-height: 2.5rem;
    padding: 0.4rem 0.5rem;
    font-size: 0.75rem;
  }
}
