/* === REGOLE PRECEDENTI (commentate per rollback) ===
.custom-footer a{color:#000 !important;}
.custom-text-color-1{color:#333 !important;}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span{color:#333 !important;}
#header .header-nav-top .dropdown-menu a{color:#333 !important;}
#footer .footer-copyright p {font-size: 1em !important;}
.footer-copyright{background-color:#fff !important}
=== FINE REGOLE PRECEDENTI === */

/* === NUOVE REGOLE ACCESSIBILITÀ === */

/* Footer e header */
.custom-footer a{color:#000 !important;}
.custom-text-color-1{color:#333 !important;}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span{color:#333 !important;}
#header .header-nav-top .dropdown-menu a{color:#333 !important;}
#footer .footer-copyright p {font-size: 1em !important;}
.footer-copyright{background-color:#fff !important}

/* Footer copyright - miglioramento contrasto testo e link */
.footer-copyright p,
.footer-copyright .text-3 {
    color: #333 !important;
}
.footer-copyright a {
    color: #1a5a9e !important;
}

/* Card con sfondo grigio - miglioramento contrasto testo */
.bg-color-grey .card-text,
.bg-color-grey .card-body,
.bg-color-grey strong {
    color: #333 !important;
}

/* Box featured light - miglioramento contrasto testo */
.featured-box-full-light p,
.featured-box-full-light h4,
.featured-box-full-light strong {
    color: #333 !important;
}

/* Pulsante cookie consent - miglioramento contrasto */
.cc-btn.cc-allow {
    background-color: #1d7a50 !important;
    color: #fff !important;
}
