/* 隐藏单词页 / 阅读页区块标题下的灰色说明小字 */
#theme-detail-sub,
.core-words-block__desc,
.theme-words__subtitle,
.theme-words__subtitle::after {
  display: none !important;
  content: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.theme-index > .head > p,
.theme-detail__head p,
body.theme-view .theme-detail__head > p,
body.theme-view #theme-detail-sub,
.sentence-parse__desc {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
