/* ===== MOBILE VIEWPORT FIX (MAP SCREEN) ===== */

@media (max-width: 767px) {

    /* Evitar desbordes globales */
    html, body {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
    }

    /* Contenedor principal */
    #mapWrap, #map, .content {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        overflow: hidden !important;
    }

    /* Evitar desplazamiento lateral */
    body.basic,
    body.basic_new_tabs,
    body.basic_theme_pro {
        overflow: hidden !important;
    }

}
