.rvg-language-shell {
  position: relative;
  z-index: 40;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 42px;
  padding: 7px clamp(18px, 5vw, 96px);
  border-bottom: 1px solid rgba(7, 9, 13, 0.08);
  background: #fff;
  font-family: Inter, Aptos, "Noto Sans Thai", "Leelawadee UI", "Microsoft YaHei", "PingFang SC", "Segoe UI", Arial, sans-serif;
}

.rvg-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #dce5ef;
  border-radius: 999px;
  background: #fff;
}

.rvg-language-switcher button {
  min-width: 44px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5f6875;
  font: 800 12px/1 Inter, Aptos, "Noto Sans Thai", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  cursor: pointer;
}

.rvg-language-switcher button[aria-pressed="true"] {
  background: #07090d;
  color: #fff;
}

html[data-rvg-current-lang="th"] body {
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Aptos, "Segoe UI", Arial, sans-serif;
}

html[data-rvg-current-lang="zh"] body {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Aptos, "Segoe UI", Arial, sans-serif;
}

@media (max-width: 760px) {
  .rvg-language-shell {
    justify-content: center;
    min-height: 40px;
    padding-inline: 16px;
  }
}
