.entry-content {
	
	figcaption {
		text-align: center;
		margin-block: 0.5em 0;
	}

	// when image has caption and is used in the classic editor
	.wp-caption {
		max-width: min(var(--theme-block-width), var(--theme-block-max-width));
	}
}