/* Language Switcher Styles */
.language-switcher {
    margin-top: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.language-switcher a {
    color: #666;
    text-decoration: none;
    padding: 0 5px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.language-switcher a:hover {
    color: #333;
}

.language-switcher a.active {
    color: #007bff;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .language-switcher {
        margin-top: 10px;
        text-align: center;
    }
    .footer-language-switcher {
        margin-top: 15px;
    }
}

/* Footer language switcher */
.footer-language-switcher {
    margin-top: 10px;
    font-size: 14px;
}
.footer-language-switcher a {
    color: #aaa;
    text-decoration: none;
    padding: 0 5px;
}
.footer-language-switcher a:hover {
    color: #fff;
}
.footer-language-switcher a.active {
    color: #fff;
    font-weight: bold;
}
