/* CSS per correggere la spaziatura nel footer */
.footer-links li {
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Assicurarsi che sia coerente in tutte le pagine */
.footer p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

.footer-links a {
    color: var(--white) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
} 