
.lang-switcher-global {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.1);
  color: #fff;
  margin-left: 12px;
}
.lang-switcher-global .lang-icon {font-size:14px;line-height:1;}
.lang-switcher-global select {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  font-size: 12px;
}
.lang-switcher-global select option { color: #0f172a; }
.sr-only {position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap;}
@media (max-width: 900px){
  .lang-switcher-global { margin-top: 8px; }
}
