/* Featured-image caption — the <figcaption> that class-tsai-featured-caption.php
   appends to the core/post-featured-image block on single posts. Centered,
   smaller, and muted so it reads as a caption under the featured image. */

.wp-block-post-featured-image .tsai-featured-caption,
figcaption.tsai-featured-caption {
	display: block;
	margin-top: 0.5em;
	font-size: 0.85em;
	line-height: 1.4;
	font-style: italic;
	text-align: center;
	color: #6b6b6b;
}
