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