/* * 
 * ESTILOS PARA OCULTAR LAS SECCIONES CORRESPONDIENTES DE LA FEATURE 'HIDE_WIDGETS'
 */


/*=============================================================================
    ESTILOS PARA OCULTAR LA BARRA LATERAL DEL TEMA
    Estos estilos aplican cuando se agrega al body la clase 'hw-hide-sidebar'
==============================================================================*/
.hw-hide-sidebar #secondary {
    display: none; 
}

/* Asegura que el contenido principal ocupe todo el ancho */
.hw-hide-sidebar #primary {
    width: 100%;
    float: none; 
    margin: auto;
}

@media (min-width:756px) {
    .hw-hide-sidebar #primary { 
        width: 80%;
    }
}

/*=============================================================================
    ESTILOS PARA OCULTAR WIDGETS DE LA BARRA LATERAL DEL TEMA
    Estos estilos aplican cuando se agrega al body la clase 'hw-hide-sidebar'
==============================================================================*/

#secondary .ocultar {
    display: none; 
}

#secondary aside:has(.ocultar){
    margin: 0 !important;
    padding: 0 !important;
}

/*=============================================================================
    ESTILOS PARA OCULTAR Edicion Impresa
    Estos estilos aplican cuando se agrega al body la clase 'hw-hide-ei'
==============================================================================*/
body.hw-hide-ei li#menu-item-4992{
    display: none;
}