.site-language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  order: 99;
  min-height: 32px;
  padding: 5px 11px;
  margin-left: 6px;
  border: 1px solid #7a6841;
  border-radius: 6px;
  color: #f0d28e;
  background: #29251b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
.site-language-toggle:hover { background: #3a3020; color: #fff0c8; }
.site-language-toggle:focus-visible { outline: 2px solid #f0d28e; outline-offset: 3px; }
.diablo-account, .portal-header-tools { align-items: center; gap: 8px; }
html[lang="en"] .site-account-links { flex-wrap: wrap; }
html[lang="en"] .diablo-nav-inner { overflow-x: auto; }
html[lang="en"] .diablo-nav-inner > a { white-space: nowrap; }
@media (max-width: 600px) {
  .site-language-toggle { min-height: 34px; padding: 5px 9px; }
  .home-landing-links, .diablo-account, .portal-header-tools { flex-wrap: wrap; }
}
