/*
CTC Separate Stylesheet
Updated: 2021-05-24 03:12:39
*/

/* Fix: expanded coupon description large text + white background (h1/inline styles from editor) */
.coupon-des-full h1,
.coupon-des-full h2,
.coupon-des-full h3,
.coupon-des-full h4,
.coupon-des-full h5,
.coupon-des-full h6 {
	font-size: inherit !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: inherit !important;
	background: transparent !important;
	border: none !important;
	color: inherit !important;
}

.coupon-des-full span {
	font-size: inherit !important;
	font-family: inherit !important;
	background: transparent !important;
	color: inherit !important;
	font-weight: inherit !important;
}