/* All Locations Page */

.all-locations-map-sec {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.locations-map-image {
    width: 100%;
    display: block;
}

/* City sections below the map */
.city-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-primary, #2a7cae);
    margin-bottom: 0.5rem;
}

.city-divider {
    border-color: var(--color-border, #d7d7d7);
    margin-bottom: 1.5rem;
}

.clinics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
