/* ===== ABOUT PAGE MAP ===== */

.about-map-section {
    padding: 0 20px 3rem;
}

.about-map-embed {
    overflow: hidden;
    border: 1px solid #d9e4e0;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(26, 26, 46, 0.08);
    background: #f6f8f8;
}

.about-map-embed iframe {
    display: block;
    width: 100%;
    min-height: 460px;
}

@media (max-width: 768px) {
    .about-map-section {
        padding: 0 20px 2.25rem;
    }

    .about-map-embed iframe {
        min-height: 340px;
    }
}
