.language-toggle {
  position: fixed;
  top: max(8px, env(safe-area-inset-top));
  right: 8px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 7px 10px;
  color: #f3dfa5;
  background: #17130c;
  border: 1px solid #9b7a3e;
  box-shadow: 0 3px 12px #0008;
  font: 700 12px Arial, sans-serif;
  text-decoration: none;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.landing {
  max-width: 100%;
  overflow: hidden;
}

.login-panel > *,
.test-release-notice > * {
  min-width: 0;
}

.auth-note {
  color: #c5bcad;
}

.login-panel p,
.auth-note,
.landing-footer {
  overflow-wrap: anywhere;
}
