/* 1. RESET E SFONDO FULL-WIDTH */
.pkp_structure_footer_wrapper, 
.pkp_structure_footer {
    background-color: #002408 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    min-height: 80px !important; /* Ridotto per un look più sottile */
}

/* 2. POSIZIONAMENTO E STILE DELLA SCRITTA */
.pkp_structure_footer::before {
    content: "© 2020 ESE Salento University Publishing - Riviste · Powered by Open Journal Systems" !important;
    display: block !important;
    color: #66704B !important;
    
    /* Allineamento a sinistra dentro il contenitore centrale */
    max-width: 1100px; /* Allineato con la larghezza dei contenuti del sito */
    margin: 0 auto !important; /* Centra il contenitore della scritta */
    text-align: left !important; /* Allinea il testo a sinistra */
    
    /* Dimensioni e Font */
    font-size: 12px !important; /* Più piccolo come nella home */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 20px 0px !important; /* Spazio interno per non toccare i bordi su mobile */
    opacity: 0.9; /* Leggera trasparenza per un look più elegante */
}

/* 3. PULIZIA */
.pkp_brand_footer, 
.pkp_structure_footer_contents {
    display: none !important;
}