/*
 * Frontend styling for KHL Advanced Category Discounts.
 *
 * - Works with WooCommerce default markup: <del>regular</del> <ins>discounted</ins>
 * - Compatible with Flatsome because it uses standard WC price HTML.
 */

.khl-acd-price del {
	opacity: 0.7;
	margin-right: 0.25em;
}

.khl-acd-price ins {
	text-decoration: none;
}

.khl-acd-price ins .amount,
.khl-acd-price ins .woocommerce-Price-amount {
	color: var(--khl-acd-color, #2e7d32);
	font-size: var(--khl-acd-font-size, 1.15em);
	font-weight: 700;
}
