/* Language Switcher Styles */
.language-link {
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.language-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.language-link.active {
    background-color: #ff6b35;
    color: #fff !important;
}

.topbar-social-links ul li {
    margin-right: 10px;
}

.topbar-social-links ul li:last-child {
    margin-right: 0;
}