/* Stili specifici per il footer QAS Consulting */
#footer {
	font-family: Helvetica, Arial, sans-serif;
    background-color: #333333 !important;
    display: block !important;
    padding: 60px 0 !important;
    color: #ffffff !important;
}

#footer p, 
#footer .footer-text p {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer a {
    color: #acc443 !important;
    text-decoration: none!important;
}

#footer a:hover {
    color: #acc443 !important;
    text-decoration: underline !important;
}

#footer .webmaster-info p, 
#footer .webmaster-info p a {
    font-size: 12px !important;
    color: #ffffff !important; /* Opzionale: se vuoi il link bianco e non verde */
    opacity: 0.7; /* Lo rende più discreto */
}

