.language-switcher{display:inline-flex;align-items:center;position:relative;color:var(--text,#202320);font:650 11px/1 Inter,system-ui,sans-serif}
.language-switcher-inline{height:34px;border:1px solid rgba(93,102,88,.18);border-radius:10px;background:rgba(255,255,255,.62);box-shadow:0 1px 2px rgba(20,28,18,.03),inset 0 1px 0 rgba(255,255,255,.75);transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}
.language-switcher-inline:hover{border-color:rgba(68,79,63,.32);background:rgba(255,255,255,.88);box-shadow:0 4px 14px rgba(28,38,25,.07)}
.language-switcher-inline:focus-within{border-color:rgba(72,91,65,.45);box-shadow:0 0 0 3px rgba(89,112,80,.09)}
.language-switcher-icon{position:absolute;left:9px;top:50%;width:14px;height:14px;transform:translateY(-50%);pointer-events:none;color:#737b70}
.language-switcher-icon svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.language-switcher::after{content:"";position:absolute;right:9px;top:50%;width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-68%) rotate(45deg);pointer-events:none;opacity:.55}
.language-switcher select{appearance:none;-webkit-appearance:none;height:32px;min-width:70px;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:.05em;padding:0 25px 0 29px;cursor:pointer;outline:0}
.language-switcher select option{font:500 13px/1.4 Inter,system-ui,sans-serif;color:#252922;background:#fff;letter-spacing:0}
.language-switcher-floating{position:fixed;right:18px;bottom:18px;z-index:1200;height:34px;border:1px solid rgba(93,102,88,.18);border-radius:10px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.08)}
@media(max-width:720px){.language-switcher-floating{right:10px;bottom:10px}.language-switcher select{min-width:66px;padding-left:27px}.language-switcher-icon{left:8px}}
