/* ============================================================
   MAP — USA coverage section
============================================================ */

.section-map {
  background-color: var(--color-bg);
  padding-top: var(--space-24);
  padding-bottom: 0;
  overflow: hidden;
}

.map-wrapper {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  padding-inline: var(--space-6);
}

/* Override simplemaps default styles */
#map {
  width: 100%;
  font-family: var(--font-display) !important;
}

/* Hide simplemaps UI elements we don't want */
.sm-navigation,
.sm-back,
.sm-zoom-note,
[class*="simplemaps-credit"],
[class*="sm-credit"],
#map a[href*="simplemaps.com"] {
  display: none !important;
}

/* Popup styling — white card */
.sm-popup {
  background-color: #ffffff !important;
  color: #18181B !important;
  border: 1.5px solid rgba(226,232,240,0.8) !important;
  border-radius: var(--radius-lg) !important;
  font-family: var(--font-display) !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
  min-width: 140px !important;
}

.sm-popup .sm-popup-title {
  color: #71717A !important;
  font-weight: 600 !important;
  font-size: 0.8em !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  margin-bottom: 4px !important;
}

.sm-popup a {
  display: none !important;
}

/* Client count number inside popup */
.mc {
  display: block;
  font-size: 2em;
  font-weight: 800;
  color: #EF4D23;
  line-height: 1;
  margin-bottom: 2px;
}

@media (max-width: 640px) {
  .map-wrapper {
    padding-inline: 0;
  }
}
