.lang-switch{position:relative;z-index:90}
.lang-switch-btn{
  display:inline-flex;align-items:center;gap:4px;
  min-height:38px;padding:0 10px;border-radius:10px;
  border:1px solid var(--line,#e2e8f0);background:#fff;
  font-weight:800;font-size:12px;letter-spacing:.04em;cursor:pointer;color:#0b1b3a
}
.lang-switch-btn:hover{border-color:rgba(249,111,58,.45)}
.lang-switch-menu{
  display:none;position:absolute;top:calc(100% + 6px);right:0;min-width:148px;
  background:#fff;border:1px solid var(--line,#e2e8f0);border-radius:12px;
  box-shadow:0 12px 28px rgba(2,6,23,.12);overflow:hidden
}
.lang-switch.open .lang-switch-menu{display:grid}
.lang-switch-item{padding:9px 12px;font-size:13px;font-weight:700;color:#0f172a;text-decoration:none}
.lang-switch-item:hover,.lang-switch-item.is-active{background:#fff7f2;color:#c2410c}
html[dir="rtl"] .lang-switch-menu{right:auto;left:0}
html[dir="rtl"] body{text-align:right}
html[dir="rtl"] .search-suggest a{flex-direction:row-reverse}
@media (max-width:720px){
  .lang-switch-btn{width:38px;height:38px;min-height:38px;padding:0;justify-content:center}
  .lang-switch-caret{display:none}
}
