/* 主题目录卡片：分类标题与副标题同字号 */
.theme-dir__category,
.theme-dir__subtitle,
.theme-dir__head-row .theme-dir__subtitle,
.theme-dir__kicker {
  font-size: clamp(0.78rem, 3.4vw, 0.84rem) !important;
  line-height: 1.42 !important;
}

.vocab-parse-panel .theme-dir__category,
.vocab-parse-panel .theme-dir__subtitle,
.theme-dir--nested .theme-dir__category,
.theme-dir--nested .theme-dir__subtitle {
  font-size: clamp(0.78rem, 3.4vw, 0.84rem) !important;
  line-height: 1.42 !important;
}
