/* Scoped styles: apply ONLY inside .article-body */

.article-body a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: from-font;
}

/* Media stays responsive inside the article */
.article-body img,
.article-body video,
.article-body iframe {
  max-width: 100%;
  height: auto;
}

/* Center media inside article body */
.article-body img,
.article-body video,
.article-body iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-body figure {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.article-body figcaption {
  text-align: center;
}

/* Optional: keep long words/URLs from breaking layout */
.article-body {
  overflow-wrap: anywhere;
}
