.lang-switch{position:relative;z-index:80;flex:0 0 auto;margin-left:.35rem;align-self:center}
.lang-switch-btn{
  display:inline-flex;align-items:center;gap:.42rem;
  padding:.42rem .72rem;cursor:pointer;
  border:2px solid var(--yellow);
  background:#111;color:var(--yellow);
  font-size:.78rem;font-weight:800;letter-spacing:.02em;
}
.lang-switch-btn:hover,.lang-switch.is-open .lang-switch-btn{
  background:var(--yellow);color:#111;
}
.lang-flag-img{
  width:22px;height:16px;object-fit:cover;flex:0 0 auto;display:block;
}
.lang-switch-btn .lang-code,.lang-option .lang-code{
  font-size:.68rem;font-weight:900;letter-spacing:.06em;min-width:1.5rem;
}
.lang-switch-btn .lang-name{white-space:nowrap}
.lang-switch-panel{
  position:absolute;top:calc(100% + .45rem);right:0;left:auto;
  min-width:14rem;width:max-content;max-width:min(18rem,92vw);
  padding:.45rem;background:#111;border:2px solid var(--yellow);
  display:none;max-height:min(70vh,22rem);overflow:auto;z-index:90;
}
.lang-switch.is-open .lang-switch-panel{display:grid;gap:.2rem}
.lang-option{
  display:flex;align-items:center;gap:.55rem;width:100%;text-align:left;
  padding:.55rem .65rem;border:0;cursor:pointer;
  background:transparent;color:#fff;font-size:.86rem;font-weight:650;
  white-space:nowrap;
}
.lang-option:hover,.lang-option.is-active{background:var(--yellow);color:#111}
@media (max-width:1099px){
  .lang-switch{order:3;margin-left:.25rem}
  .lang-switch-btn .lang-name{display:none}
}
.lang-switch{position:relative!important;z-index:320!important}
.lang-switch-panel{position:absolute!important;top:calc(100% + 6px)!important;right:0!important;left:auto!important;bottom:auto!important;transform:none!important;z-index:400!important}
.lang-switch.is-open .lang-switch-panel{display:grid!important}
