/* zh-HK header language switcher — load on Traditional Chinese pages only */
.acc-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.acc-lang-switcher a {
  color: inherit;
  text-decoration: none;
  opacity: 0.72;
}
.acc-lang-switcher a:hover {
  opacity: 1;
  text-decoration: none;
}
.acc-lang-switcher [aria-current="page"] {
  opacity: 1;
  cursor: default;
}
.acc-lang-switcher__sep {
  opacity: 0.4;
  user-select: none;
}
.acc-lang-switcher--drawer {
  justify-content: center;
  width: 100%;
  padding: 10px 16px 8px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 6px;
  box-sizing: border-box;
}

/* English headers — desktop: single 繁 link only */
.acc-lang-switcher--en-desktop {
  margin-right: 4px;
}
.acc-lang-switcher--en-desktop a {
  opacity: 0.85;
  padding: 0 2px;
}
.acc-lang-switcher--en-drawer {
  justify-content: flex-start;
  text-align: left;
}
.acc-lang-switcher--en-drawer .acc-lang-switcher__drawer-label {
  opacity: 0.72;
  font-weight: 500;
  margin-right: 2px;
}
