/* /Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.fq-lang-switcher[b-qu70gxmq3g] {
    display: flex;
    gap: 0.2rem;
    align-items: center;
}

.fq-lang-btn[b-qu70gxmq3g] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding: 0.28rem 0.55rem;
    border-radius: 6px;
    border: 1.5px solid transparent;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
}

.fq-lang-btn:hover:not(:disabled)[b-qu70gxmq3g] {
    border-color: #d1d5db;
    color: #374151;
    background: rgba(0, 0, 0, 0.04);
}

.fq-lang-btn.active[b-qu70gxmq3g] {
    border-color: rgba(178, 34, 34, 0.4);
    color: #b22222;
    background: rgba(178, 34, 34, 0.07);
    cursor: default;
}
