/* ============================================
   ARTICLE IMAGES
   ============================================ */
[data-content] figure {
  margin: 2rem 0;
}

[data-content] figure img.article-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

[data-content] figure figcaption {
  text-align: center;
  font-size: 0.875rem;
  color: #a39888;
  margin-top: 0.75rem;
  line-height: 1.5;
}

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