/* ===== ARTICLE IMAGES ===== */

[data-content] figure {
  margin: 2rem 0;
  text-align: center;
}

[data-content] figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

[data-content] figure figcaption {
  text-align: center;
  font-size: 0.85em;
  color: #6b7280;
  margin-top: 0.6em;
  line-height: 1.5;
}

/* Hero figure override — already styled in main CSS */
[data-content="hero"] figure {
  margin: 0 auto;
}

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

  [data-content] figure img {
    border-radius: 4px;
  }
}
