/* === Image Styles for ApexVerde === */

/* Hero image */
[data-content="hero"] figure {
  margin-top: 2rem;
}

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

/* Article images */
figure {
  margin: 2em auto 2em;
}

figure img.article-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

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

/* Responsive */
@media (max-width: 768px) {
  figure img.article-image,
  [data-content="hero"] figure img {
    border-radius: 4px;
  }

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