/* === IMAGE CAPTIONS / CREDITS === */
.wp-caption-text,
figcaption {
    font-family: 'Lora', serif; /* Elegant serif for captions */
    font-size: 14px; /* Slightly smaller than body text */
    color: #CCCCCC; /* Light gray, slightly muted for subtlety */
    line-height: 1.4;
    text-align: center; /* Center captions under images */
    margin-top: 0.3em; /* Small space above caption */
    margin-bottom: 1em; /* Space below for separation */
}

/* Optional: italicize captions */
.wp-caption-text,
figcaption {
    font-style: italic;
}