.dmg-lang-switch{
  display:inline-flex;
  align-items:center;
  gap:2px;
  flex:0 0 auto;
  padding:3px;
  border:1px solid rgba(185,195,207,.20);
  border-radius:999px;
  background:rgba(7,12,18,.52);
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.dmg-lang-switch[data-dmg-i18n-floating="1"]{
  position:fixed;
  top:12px;
  right:12px;
  z-index:10000;
}
.dmg-lang-switch button{
  min-width:36px;
  height:28px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(231,236,243,.68);
  cursor:pointer;
  font:800 .76rem/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  letter-spacing:.02em;
}
.dmg-lang-switch button:hover,
.dmg-lang-switch button:focus-visible{
  color:#f8fafc;
  outline:none;
  background:rgba(255,255,255,.07);
}
.dmg-lang-switch button.is-active{
  color:#06100f;
  background:#dffefa;
  box-shadow:0 2px 10px rgba(32,199,178,.28);
}
header .dmg-lang-switch,
.topbar .dmg-lang-switch,
.header .dmg-lang-switch{
  margin-left:8px;
}
@media(max-width:560px){
  .dmg-lang-switch{padding:2px}
  .dmg-lang-switch button{min-width:34px;height:27px;font-size:.72rem}
  .dmg-lang-switch[data-dmg-i18n-floating="1"]{top:8px;right:8px}
}
