.wacpp-price-preview[hidden] {
	display: none !important;
}

.wacpp-price-preview {
	display: block;
	width: 100%;
	margin-top: 0.3em;
	line-height: 1.35;
	color: inherit;
}

.wacpp-price-preview__price {
	display: block;
	font-size: 1em;
	font-weight: 700;
	color: inherit;
}

.wacpp-price-preview__label {
	display: block;
	margin-top: 0.1em;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 1.35;
	opacity: 0.72;
	color: inherit;
}

/* Strike through only the current active amount, not the entire Blocksy/ADP wrapper. */
.wacpp-coupon-original {
	text-decoration: line-through !important;
	text-decoration-thickness: auto;
	opacity: 0.62;
}

/* Blocksy may render price as a flex/grid child. Keep the preview on a new row. */
.product .price + .wacpp-price-preview,
.ct-quick-view-card .price + .wacpp-price-preview,
.woocommerce-variation-price .price + .wacpp-price-preview {
	clear: both;
}
