/**
 * Equal-size paired article images for posts 1207 and 1209.
 * Keeps the original media and captions while normalizing the visible crop.
 */
:is(body.postid-1207, body.postid-1209) .wp-block-columns.has-2-columns > .wp-block-column {
	min-width: 0;
}

:is(body.postid-1207, body.postid-1209) .wp-block-columns.has-2-columns figure.wp-block-image {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

:is(body.postid-1207, body.postid-1209) .wp-block-columns.has-2-columns figure.wp-block-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

body.postid-1209 .wp-block-columns.has-2-columns .wp-image-837 {
	object-position: center 62%;
}

body.postid-1207 .wp-block-columns.has-2-columns .wp-image-833 {
	object-position: center 42%;
}

:is(body.postid-1207, body.postid-1209) .wp-block-columns.has-2-columns figcaption {
	margin-top: 10px;
}

@media (max-width: 781px) {
	:is(body.postid-1207, body.postid-1209) .wp-block-columns.has-2-columns {
		gap: 24px;
	}
}
