/* Entertainment Content Template v3.15 — article text links only.
   Adapt .article-content/.prose to each site's actual article container. */
.article-content a:not(.button):not(.btn):not([role="button"]),
.prose a:not(.button):not(.btn):not([role="button"]) {
  color: #005fcc;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}
.article-content a:not(.button):not(.btn):not([role="button"]):hover,
.prose a:not(.button):not(.btn):not([role="button"]):hover {
  text-decoration-thickness: 0.14em;
}
.article-content a:not(.button):not(.btn):not([role="button"]):focus-visible,
.prose a:not(.button):not(.btn):not([role="button"]):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.article-content a:not(.button):not(.btn):not([role="button"]):visited,
.prose a:not(.button):not(.btn):not([role="button"]):visited {
  color: #5a3d9a;
}
