/* Images Styles */
.hero-image { width: 100%; max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.article-image { width: 100%; max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 6px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); transition: box-shadow 0.3s ease, transform 0.3s ease; }
.article-image:hover { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); transform: translateY(-2px); }
figure { margin: 2.5em auto; max-width: 100%; }
figcaption { font-family: var(--font-body, Georgia, serif); font-size: 14px; color: var(--color-text-muted, #6B6560); text-align: center; margin-top: 12px; line-height: 1.5; font-style: italic; }