/* Canonical product cards for verified editorial suggestions and article footers. */
html body:is(.single-news, .single-post) ul.products.cie-article-product-cards {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr));
	gap: 24px;
	padding: 0;
	margin: 24px 0;
	list-style: none;
	width: 100%;
}
html body:is(.single-news, .single-post) .cie-article-product-cards > li {
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	list-style: none;
}
/* Article heading spacing/colour must not override the canonical card title. */
html body:is(.single-news, .single-post) .cie-article-product-cards .cie-loop-card-title .elementor-heading-title {
	margin: 0 !important;
	color: #292929 !important;
}
