.language-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 4px;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}

.lang-btn {
    border: none;
    background: transparent;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 16px;
    color: #666;
}

.lang-btn.active {
    background: #3aaa64;
    color: #fff;
}
