.db-language-switch {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(32, 32, 64, .12);
  border-radius: 999px;
  color: #202040;
  background: rgba(255, 253, 246, .94);
  box-shadow: 0 3px 14px rgba(32, 32, 64, .05);
  backdrop-filter: blur(10px);
}
.db-language-switch a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  min-height: 30px;
  border-radius: 999px;
  color: inherit;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .025em;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}
.db-language-switch a:hover { background: rgba(240, 208, 96, .24); }
.db-language-switch a[aria-current="page"] {
  color: #202040;
  background: #f0d060;
  box-shadow: 0 1px 5px rgba(201, 162, 39, .18);
}
.db-language-switch a:focus-visible { outline: 2px solid #c9a227; outline-offset: 3px; }
.db-language-switch--dark {
  color: #fffdf6;
  background: rgba(32, 32, 64, .72);
  border-color: rgba(255, 253, 246, .25);
}
.db-brand { flex: 0 0 auto; }
.db-brand > span { white-space: nowrap; }
.db-header-actions { flex: 0 0 auto; }
.db-site-header.db-menu-open {
  z-index: 110;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.db-menu-open .db-brand > span > span:first-child { color: #fffdf6; }
.db-header-inner > nav .nav-link { padding-left: 8px; padding-right: 8px; white-space: nowrap; }
@media (max-width: 767px) {
  .db-header-inner { gap: 8px !important; padding-left: 16px; padding-right: 16px; }
  .db-brand { gap: 8px !important; }
  .db-brand img { width: 34px; height: 34px; }
  .db-brand > span > span:first-child { font-size: clamp(13px, 3.7vw, 16px); }
  .db-header-actions { gap: 5px !important; }
  .db-header-actions > button { width: 38px; }
  .db-language-switch { padding: 3px; gap: 1px; }
  .db-language-switch a { width: 28px; min-height: 32px; font-size: 10.5px; }
}
@media (max-width: 359px) {
  .db-brand > span { display: none; }
  .db-language-switch a { width: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .db-language-switch a { transition: none; }
}
