/* CSS specifico per la home page che sovrascrive testo-input-fix.css */
.testo-input {
    border: none !important;
    min-height: 30px !important;
    padding: 5px !important;
    margin-bottom: 5px !important;
}

/* Riduce lo spazio tra gli elementi nel footer per la home page */
.footer-links li {
    padding: 4px 0 !important;
} 