.globalLanguageSwitch{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}
.globalLanguageButton{display:inline-grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:rgba(255,255,255,.08);color:#fff;font-size:17px;line-height:1;cursor:pointer}
.globalLanguageButton:hover,.globalLanguageButton:focus-visible{border-color:rgba(255,255,255,.36);background:rgba(255,255,255,.15);outline:none}
.globalLanguageMenu{position:fixed;z-index:5000;display:grid;gap:4px;width:190px;padding:7px;border:1px solid #d8e1ed;border-radius:13px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.22)}
.globalLanguageMenu[hidden]{display:none!important}
.globalLanguageMenu button{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:#172238;font:700 13px/1.2 inherit;text-align:left;cursor:pointer}
.globalLanguageMenu button:hover,.globalLanguageMenu button:focus-visible{background:#edf4ff;color:#174ea6;outline:none}
.globalLanguageMenu button[aria-current="true"]{background:#e8f1ff;color:#174ea6}
.globalLanguageMenu i{font-style:normal;font-size:18px}
@media(max-width:700px){.globalLanguageButton{width:28px;height:28px;font-size:16px}.globalLanguageMenu{width:178px}}
