/* 1. Liberamos los contenedores de la nueva plantilla */
.pkp_structure_footer_wrapper, 
.pkp_structure_footer {
    background-color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important; /* CAMBIO CLAVE: Quitamos el límite */
    width: 100% !important;
    border: none !important;
}

/* 2. Limpiamos espacios y ocultamos logo de OJS */
.pkp_brand_footer {
    display: none !important;
}

/* 3. Evitamos el movimiento lateral de la página completa */
body {
    overflow-x: hidden !important;
}