/* ═══════════════════════════════════════════════════════════════════════
   Map Section Block  (map_section)
   Standalone Google Maps embed with airport-content-block style container.
   ═══════════════════════════════════════════════════════════════════════ */

.zmap-section__map {
    width: 100%;
    height: 571px;
    border-radius: 24px;
    overflow: hidden;
}

.zmap-section__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .zmap-section__map { height: 400px; }
}

@media (max-width: 767px) {
    .zmap-section__map { height: 300px; border-radius: 16px; }
}
