/* === Article Images === */

[data-content] figure {
  margin: 2em auto;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

[data-content] figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

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

[data-content="hero"] figure {
  margin: 0 auto 1.5rem;
  max-width: 740px;
  text-align: center;
}

[data-content="hero"] figure img {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  display: block;
}

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

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

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