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

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

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

[data-content] figcaption {
  text-align: center;
  font-size: 0.82rem;
  color: #8a8a8e;
  margin-top: 0.6rem;
  line-height: 1.5;
  font-style: italic;
}

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

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

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