/* Forzar header compacto SOLO en móvil */
@media (max-width: 767px) {
    .header {
        height: 35px !important;
        min-height: 35px !important;
        max-height: 35px !important;
        padding: 3px 8px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
    
    .header__logo {
        max-height: 30px !important;
        padding: 0.2rem 0 !important;
    }
    
    .header__logo-wrap {
        font-size: 12px !important;
        height: 35px !important;
        line-height: 35px !important;
    }
    
    .header__hamburguer {
        width: 35px !important;
        height: 35px !important;
    }
    
    .header--home {
        height: 35px !important;
        min-height: 35px !important;
        max-height: 35px !important;
        padding: 3px 8px !important;
    }
    
    .header--home .header__logo {
        max-height: 30px !important;
        margin-top: 0 !important;
    }
    
    .header__actions {
        height: 35px !important;
    }
    
    .header__icon-action {
        height: 35px !important;
        padding: 0 3px !important;
    }
    
    .header__user-actions {
        height: 35px !important;
    }
    
    .header__search {
        height: 35px !important;
    }
}