/* boyapi English version — local CSS overrides
   Shared with zh-CN, so this file only overrides pseudo-content and i18n bits. */

.category-panel.is-feature::before {
  content: "5 SUB-SCENARIOS" !important;
  letter-spacing: 0.08em !important;
  font-size: 9px !important;
  padding: 3px 8px !important;
}

/* Footer / nav 微调(留空) */

/* ─── 语言切换按钮 ─── */
.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--bg-muted, #eaf0ec);
  color: var(--text, #15211c);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  border: 1px solid var(--line, #d6e1db);
}
.lang-switch:hover {
  background: var(--brand, #0f8f63);
  color: var(--text-invert, #f6fbf8);
  border-color: var(--brand, #0f8f63);
}
