.language-switcher {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.3rem;
  border: 1px solid rgba(108, 66, 46, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 24px rgba(50, 35, 28, 0.14);
  backdrop-filter: blur(10px);
  z-index: 2147483000;
}

.language-switcher__button {
  min-width: 2.75rem;
  border: 0;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  color: #6c422e;
  background: transparent;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.language-switcher__button:hover {
  background: #f8f3ef;
}

.language-switcher__button[aria-pressed="true"] {
  color: #fff;
  background: #d6aa85;
}

.language-switcher__button:focus-visible {
  outline: 3px solid rgba(214, 170, 133, 0.35);
  outline-offset: 2px;
}

html[lang="th"] [data-language-content="en"],
html[lang="en"] [data-language-content="th"] {
  display: none !important;
}

@media (max-width: 575.98px) {
  .language-switcher {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
