/* Shared NOFCC service-area map. */
.nofcc-fsa-map-section {
    width: 100%;
    padding: clamp(20px, 8vw, 80px) 0 0;
    background:
        radial-gradient(circle at top left, rgba(237, 28, 72, 0.08), transparent 34%),
        radial-gradient(circle at bottom right, rgba(66, 161, 163, 0.12), transparent 34%),
        #f8fbfb;
    overflow: hidden;
}

.nofcc-fsa-map-section__header {
    width: min(100% - 48px, 980px);
    margin: 0 auto clamp(34px, 5vw, 58px);
    text-align: center;
}

.nofcc-fsa-map-section__header .eyebrow {
    margin: 0 0 16px;
    color: var(--color-red, #ed1c48);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.nofcc-fsa-map-section__header h2 {
    margin: 0;
    color: var(--color-charcoal, #172331);
    font-size: clamp(2.3rem, 4.6vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.nofcc-fsa-map-section__header p {
    max-width: 760px;
    margin: 22px auto 0;
    color: var(--color-muted, #5b6570);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.7;
}

.nofcc-fsa-map-section__map-wrap {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #eaf2f2;
}

.nofcc-fsa-map-section__map {
    width: 100%;
    height: clamp(600px, 50vw, 720px);
}

.nofcc-fsa-map-section__error {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 2rem;
    color: #172331;
    text-align: center;
}

.nofcc-fsa-map-popup {
    font-family: inherit;
}

.nofcc-fsa-map-popup strong {
    display: block;
    margin-bottom: 4px;
    color: #172331;
}

.nofcc-map-pin {
    width: 18px !important;
    height: 18px !important;
}

.nofcc-map-pin span {
    display: block;
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 999px;
    background: #ed1c48;
    box-shadow: 0 4px 14px rgba(20, 35, 45, 0.35);
}

.leaflet-container {
    font-family: inherit;
}

.leaflet-tooltip.nofcc-map-tooltip {
    padding: 7px 10px;
    border: 0;
    border-radius: 8px;
    background: #172331;
    color: #fff;
    box-shadow: 0 8px 22px rgba(20, 35, 45, 0.24);
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
}

.leaflet-tooltip.nofcc-map-tooltip strong,
.leaflet-tooltip.nofcc-map-tooltip small {
    display: block;
}

.leaflet-tooltip.nofcc-map-tooltip small {
    margin-top: 2px;
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.78;
}

.leaflet-tooltip.nofcc-map-tooltip::before {
    display: none;
}

.leaflet-control-attribution {
    font-size: 10px;
}

@media (max-width: 640px) {
    .nofcc-fsa-map-section {
        padding-top: 60px;
    }

    .nofcc-fsa-map-section__header {
        width: min(100% - 32px, 980px);
        text-align: left;
    }

    .nofcc-fsa-map-section__map {
        height: clamp(460px, 68vh, 560px);
    }
}
