.mt-language-switcher{
  display:flex;
  align-items:center;
  gap:3px;
  padding:3px;
  margin-right:6px;
  border:1px solid rgba(113,67,39,.16);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 5px 16px rgba(104,55,25,.08);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.mt-language-switcher button{
  width:34px;
  height:28px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#7d5a47;
  font:900 10px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:.05em;
  cursor:pointer;
}
.mt-language-switcher button.active{
  color:#fff;
  background:linear-gradient(135deg,#ef2d2d,#ff7a1a);
  box-shadow:0 4px 10px rgba(223,72,30,.23);
}
@media(max-width:390px){
  .mt-language-switcher{margin-right:2px}
  .mt-language-switcher button{width:31px;height:27px;font-size:9px}
}
