/* Product highlights */

.wcph-product-highlights {
	list-style: none !important; /* !important ensures themes do not amend this */
	padding: 0 !important; /* !important ensures themes do not amend this */
	margin: 0 0 15px 0 !important; /* !important ensures themes do not amend this */
}

.wcph-product-highlights li:before {
	content: '\2713';
	font-size: 1.2em;
	margin-right: 5px;
	font-weight: 700;
	vertical-align: middle;
	color: green;
}

/* Product loops specific */

.woocommerce .products .wcph-product-highlights {
	font-size: 0.9em;
}

.woocommerce .products .button + .wcph-product-highlights {
	margin-top: 15px !important;
}

/* Product blocks specific */

.wc-block-grid__product .wcph-product-highlights {
	font-size: 0.9em;
}

.wc-block-grid__product .wp-block-button__link + .wcph-product-highlights {
	margin-top: 15px !important;
}