.single-post .entry-content figure.news-workflow-body-image,
.single-post .wp-block-post-content figure.news-workflow-body-image,
.single-post .entry-content figure.wp-block-image,
.single-post .wp-block-post-content figure.wp-block-image {
	box-sizing: border-box;
	width: min(100%, 720px);
	max-width: 720px;
	margin: 2rem auto;
}

.single-post figure.news-workflow-body-image img,
.single-post .entry-content figure.wp-block-image img,
.single-post .wp-block-post-content figure.wp-block-image img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 480px;
	margin: 0 auto;
	object-fit: contain;
}

.single-post figure.news-workflow-body-image figcaption {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.4;
	text-align: center;
}

.single-post .news-workflow-ad-slot {
	box-sizing: border-box;
	width: min(100%, 720px);
	min-height: 250px;
	margin: 2rem auto;
	padding: 0.75rem;
	border: 1px dashed #c9c9c9;
	background: #f7f7f7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.single-post .news-workflow-ad-label {
	font-size: 0.6875rem;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #777;
}

.single-post .news-workflow-ad-container {
	width: 100%;
	min-height: 220px;
}

@media (max-width: 600px) {
.single-post .entry-content figure.news-workflow-body-image,
.single-post .wp-block-post-content figure.news-workflow-body-image,
.single-post .entry-content figure.wp-block-image,
.single-post .wp-block-post-content figure.wp-block-image {
		margin: 1.5rem auto;
	}

	.single-post .news-workflow-ad-slot {
		min-height: 100px;
		margin: 1.5rem auto;
	}

	.single-post .news-workflow-ad-container {
		min-height: 70px;
	}
}
