/* ========================================
   Images — Article Content
   ======================================== */

[data-content] figure {
  margin: 2rem 0;
  border-radius: 8px;
  overflow: hidden;
}

[data-content] figure img.article-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}

[data-content] figure figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #a0a0a0;
  margin-top: 0.6rem;
  font-style: italic;
  line-height: 1.4;
  padding: 0 0.5rem;
}

[data-content="hero"] figure {
  margin: 0 auto;
  max-width: 740px;
  border-radius: 8px;
  overflow: hidden;
}

[data-content="hero"] figure img.hero-image {
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}

@media (max-width: 768px) {
  [data-content] figure {
    margin: 1.5rem 0;
  }

  [data-content] figure img.article-image {
    border-radius: 6px;
  }

  [data-content="hero"] figure img.hero-image {
    border-radius: 6px;
  }

  [data-content] figure figcaption {
    font-size: 0.8rem;
  }
}
