<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.coupon-strip {
	gap: 2px;
}
.coupon-banner {
	flex: 1 0 auto;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: start;
	padding: 16px;
	border: 1px solid #E4E4E4; 
	border-radius: 8px;
}
.coupon-strip .coupon-banner {
	align-items: center;
	border: none;
}
.coupon-text {
	font-family: 'Titillium Web';
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 12px;
}
.coupon-name {
	font-weight: 600;
	color: #333333;
	padding-bottom: 4px;
}
.coupon-strip .coupon-name {
	font-size: 21px;
	line-height: 32px;
}
.coupon-description {
	font-weight: 400;
	color: #6D6461;
}
.coupon-strip .coupon-description {
	padding-bottom: 4px;
}
div:not(.coupon-strip) &gt; span &gt; span &gt; div &gt; a {
	display: none;
}</pre></body></html>