/* boyapi 한국어 버전 — 로컬 CSS 오버라이드
   zh-CN / en과 공유하므로 pseudo-content와 i18n 부분만 덮어씁니다. */

.category-panel.is-feature::before {
  content: "5 서브카테고리" !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);
}
