
/* ONFIX SITE-WIDE LANGUAGE CONTROL */
.onfix-site-language-global{
    position:fixed;
    top:14px;
    right:14px;
    z-index:2147483000;
    display:flex;
    align-items:center;
    gap:3px;
    padding:4px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:999px;
    background:rgba(12,15,20,.92);
    backdrop-filter:blur(12px);
}
.onfix-site-language-global button{
    min-width:31px;
    height:31px;
    padding:0 8px;
    border:0;
    border-radius:999px;
    background:transparent;
    color:#fff;
    font:800 11px/1 Arial,sans-serif;
    cursor:pointer;
}
.onfix-site-language-global button.active{
    background:#b9a05a;color:#211b10!important;}
html[data-theme="light"] .onfix-site-language-global{
    background:rgba(255,250,242,.96);
    border-color:rgba(76,60,40,.15);
    box-shadow:0 8px 24px rgba(67,49,31,.10);
}
html[data-theme="light"] .onfix-site-language-global button{
    color:#2d2822;
}
html[data-theme="light"] .onfix-site-language-global button.active{
    color:#fff;
}
@media(max-width:820px){
    .onfix-site-language-global{top:10px;right:10px}
}

/* Never display the old injected duplicate selector. */
.onfix-site-language-global{display:none!important;}
