/* Language Switcher Styles */
.dropdown-item.active {
    background-color: #1a237e;
    color: white;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}

.dropdown .btn-link {
    text-decoration: none;
    transition: all 0.3s ease;
}

.dropdown .btn-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
