/* One language control, always beside the header menu. */
html[lang] :is(.kk,.ru,.en,.ka){display:none!important}
html[lang="kk"] .kk,html[lang="ru"] .ru,html[lang="en"] .en,html[lang="ka"] .ka{display:revert!important}
.language-control{position:relative;display:inline-flex;align-items:center;flex:0 0 44px;z-index:80;color:#272522}
.language-trigger{display:inline-flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer}
.language-control .language-trigger img{width:18px;height:12px}
.language-trigger>span{display:flex;line-height:1}
.language-trigger:hover,.language-trigger[aria-expanded="true"]{background:rgba(190,158,119,.16)}
.language-control .language-options{position:absolute;top:calc(100% + 8px);right:0;width:180px;max-width:calc(100vw - 24px);padding:6px;background:#fbf8f2;color:#272522;border:1px solid rgba(79,65,47,.16);border-radius:12px;box-shadow:0 10px 32px #0002}
.language-control .language-options[hidden]{display:none!important}
.language-control .language-options>button{display:flex;align-items:center;gap:12px;width:100%;min-height:44px;padding:8px 12px;border:0;border-radius:7px;background:transparent;color:inherit;font:400 15px/1.3 system-ui,sans-serif;text-align:left;cursor:pointer}
.language-control img{display:block;width:28px;height:20px;object-fit:cover;border-radius:2px}
.language-control .language-options>button:hover,.language-control .language-options>button[aria-checked="true"]{background:#eae2d6}
.language-control button:focus-visible{outline:2px solid #b76537;outline-offset:2px}
.header-left .language-options{left:0;right:auto}
dialog>header .language-control{margin-left:auto;margin-right:8px}
dialog>header .language-control button{letter-spacing:normal;text-transform:none}
.site-header>.language-control{margin-left:auto}
.site-header>.language-control+.menu-button{margin-left:0}
.site-header:has(>.language-control){column-gap:12px}
