/* /iletisim — harita yükseklik düzeltmeleri (kritik layout) */
body.page-iletisim .tp-contact-us-map {
    height: auto !important;
    margin-bottom: 0 !important;
    border: none !important;
}

body.page-iletisim .tp-contact-us-map iframe,
body.page-iletisim .tp-contact-us-map .embed-facade,
body.page-iletisim .tp-contact-us-map .embed-facade__frame {
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
}

@media (max-width: 991px) {
    body.page-iletisim .tp-contact-us-map iframe,
    body.page-iletisim .tp-contact-us-map .embed-facade,
    body.page-iletisim .tp-contact-us-map .embed-facade__frame {
        height: 150px !important;
        min-height: 150px !important;
        max-height: 150px !important;
    }
}

@media (max-width: 767px) {
    body.page-iletisim .tp-contact-us-map iframe,
    body.page-iletisim .tp-contact-us-map .embed-facade,
    body.page-iletisim .tp-contact-us-map .embed-facade__frame {
        height: 130px !important;
        min-height: 130px !important;
        max-height: 130px !important;
    }
}
