/* ═══════════════════════════════════════
   IMAGES STYLES — HANDICUOTA
   ═══════════════════════════════════════ */

figure {
  margin: 2em auto 2em;
  max-width: 100%;
}

figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 0.5em;
  line-height: 1.5;
}

.hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.article-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 0 auto;
}

[data-content="hero"] figure {
  margin-bottom: 0;
}

[data-content="hero"] figure img {
  box-shadow: 0 4px 20px rgba(15,45,28,0.1);
}

@media (max-width: 768px) {
  figure {
    margin: 1.5em auto;
  }

  figcaption {
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }
}
