/* Per-article Chinese presentation; original foreign-language markup stays intact. */
html:not([lang="zh-CN"]) [data-news-zh],
html[lang="zh-CN"] [data-news-original] {
  display: none !important;
}

html[lang="zh-CN"] .page-news-detail .news-source-line {
  margin-top: 32px;
  color: #64686d;
  line-height: 28px;
}

html[lang="zh-CN"] .news-source-line,
html[lang="zh-CN"] .news-source-line * {
  --site-type-copy: 18px;
  font-size: 18px;
  line-height: 28px;
}

html[lang="zh-CN"] .news-source-line a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #171717;
  font-weight: 620;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

html[lang="zh-CN"] .news-source-line a:hover {
  color: #e21914;
}

html[lang="zh-CN"] .news-source-line a:focus-visible {
  outline: 3px solid #e21914;
  outline-offset: 4px;
}
