/* Link identification belongs only to article prose, not the site shell. */
.article-detail .article-body-column a[href] {
  text-decoration-line: underline !important;
  text-decoration-color: #c4c4c4 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: .15em;
  text-decoration-skip-ink: auto;
}

/* Bibliography and non-prose controls retain their own visual affordances. */
.article-detail .article-body-column a[href]:is(
  [data-article-source], [role="button"], .button, .rc-btn,
  .platform-button, .focus-button, .custom-logo-link, .ast-social-icon-a
),
.article-detail .article-body-column a[href]:has(> img:only-child),
.article-detail .article-body-column a[href]:has(> svg:only-child) {
  text-decoration-line: none !important;
}
