:root :where(.wp-block-image figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
	color: rgba(255, 255, 255, .65);
}