/* ============================================
   IMAGES STYLES — OctoStake Pillar
   ============================================ */

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figure img.article-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

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

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

  figure img.article-image {
    border-radius: 2px;
  }
}
