.woocommerce .rain-x-for-y-deal-label {
	color: #00cc2c;
	font-size: 16px;
	line-height: 28px;
}

@supports selector(dt:has(> .rain-x-for-y-deal-label)) {
	.woocommerce dl.variation dt:has(> .rain-x-for-y-deal-label) {
		color: #00cc2c;
		font-size: 16px;
		line-height: 28px;
	}
}
