.lang-switcher {
    display: flex;
    gap: 0.5rem;
}

.lang-switcher a {
    color: var(--color-text, #eee);
    text-decoration: none;
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    opacity: 0.5;
}

.lang-switcher a.active,
.lang-switcher a:hover {
    opacity: 1;
    background: rgba(255,255,255,0.1);
}
