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

[data-content] figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

/* Hero image override */
[data-content="hero"] figure img {
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  [data-content] figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  [data-content] figcaption {
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }
}
