/**
 * Trial badge uses the same WooCommerce `.onsale` styling as the sale flash.
 * Only adjust layout when the badge is printed after the title (not over the image).
 */
.woocommerce ul.products li.product .onsale.cbi-trial-badge,
.woocommerce div.product .summary .onsale.cbi-trial-badge {
	position: static;
	inset: auto;
	margin: 0.35em 0 0.5em;
}
