/* Language Switcher Styles */
.language-switcher {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.language-switcher a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.language-switcher a.active {
    color: #fff;
    font-weight: 600;
}

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

.link-separator {
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.5);
} 