/**
 * HubSpot-imported inline figures/charts in post body (dev-import-content-img).
 * wp_get_attachment_image() sets width/height attributes from the chosen size;
 * without width:100% a 300px "medium" src displays at column fraction width.
 */

.flagship-post-content .dev-import-content-img,
.page-content.flagship-post-content .dev-import-content-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.flagship-post-content p > .dev-import-content-img:only-child,
.flagship-post-content h2 > .dev-import-content-img:only-child {
	margin-left: auto;
	margin-right: auto;
}
