/* Standalone native Image blocks in singular post content. Gallery blocks keep
 * their own layout and image treatment. */
.entry-content .wp-block-image.loyseo-content-image,
.wp-block-post-content > .wp-block-image.loyseo-content-image,
.entry-content .wp-block-image:has(> img.loyseo-content-image),
.wp-block-post-content > .wp-block-image:has(> img.loyseo-content-image),
.entry-content p > img.loyseo-content-image,
.wp-block-post-content p > img.loyseo-content-image {
	max-width: 1000px;
	margin-block: var(--wp--preset--spacing--50);
}

.entry-content .wp-block-image.loyseo-content-image img,
.wp-block-post-content > .wp-block-image.loyseo-content-image img,
.entry-content .wp-block-image > img.loyseo-content-image,
.wp-block-post-content > .wp-block-image > img.loyseo-content-image,
.entry-content p > img.loyseo-content-image,
.wp-block-post-content p > img.loyseo-content-image {
	display: block;
	width: auto !important;
	max-width: min(100%, 1000px) !important;
	height: auto;
	margin-inline: auto;
	border-radius: var(--wp--custom--radius--panel);
	box-shadow: var(--wp--custom--shadow--soft-compact);
}
