/* 文章关键词内链：可点但不改文字颜色（PC/移动正文与首页摘要区） */
.article-kw-link,
.article-kw-link:link,
.article-kw-link:visited,
.article-kw-link:active,
.dev-prose a.article-kw-link,
.docs-prose a.article-kw-link,
.about-prose a.article-kw-link,
.xhs-note-content a.article-kw-link {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: none !important;
  background: transparent !important;
  font-weight: inherit !important;
  cursor: pointer;
}

.article-kw-link:hover,
.dev-prose a.article-kw-link:hover,
.docs-prose a.article-kw-link:hover,
.about-prose a.article-kw-link:hover {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
}

/* 文章头图（圆角，在标题上方） */
.article-cover-banner {
  margin: 0 0 18px;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
  background: #f3f4f6;
}

.article-cover-banner img {
  display: block;
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}

.article-cover-banner__link {
  display: block;
}
