/* ========== Article Images ========== */
figure {
  margin: 2rem auto;
  max-width: 100%;
}

figure img.article-image {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

figure img.hero-image {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #9e9e9e;
  margin-top: 0.75rem;
  line-height: 1.5;
  font-style: italic;
}

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

  figure img.article-image {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  }
}
