.bolt-coupon-rules-progress,
.bolt-coupon-rules-progress-root {
	--bolt-cr-green: #70b04e;
	--bolt-cr-green-bg: #e6f4ea;
	--bolt-cr-green-text: #1f3d1a;
	--bolt-cr-track: #d5e6d4;
	--bolt-cr-cream: #f5f2ea;
	box-sizing: border-box;
	width: 100%;
}

.bolt-coupon-rules-progress--minicart {
	padding: 0 10px;
}

.summary .bolt-coupon-rules-progress,
.entry-summary .bolt-coupon-rules-progress {
	margin: 12px 0 16px;
}

.bolt-coupon-rules-progress[hidden],
.bolt-coupon-rules-progress.is-empty {
	display: none !important;
}

.bolt-coupon-rules-progress__card {
	background: var(--bolt-cr-green-bg);
	color: var(--bolt-cr-green-text);
	border-radius: 10px;
	padding: 12px 14px;
	margin: 0 0 12px;
}

.bolt-coupon-rules-progress--cart .bolt-coupon-rules-progress__card,
.bolt-coupon-rules-progress--checkout .bolt-coupon-rules-progress__card {
	margin: 0 0 16px;
}

.bolt-coupon-rules-progress--product .bolt-coupon-rules-progress__card {
	margin: 0 0 16px;
}

.bolt-coupon-rules-progress__text,
.bolt-coupon-rules-progress__meta {
	margin: 0;
	font-weight: 600;
	line-height: 1.35;
}

.bolt-coupon-rules-progress__text {
	font-size: 14px;
	color: var(--bolt-cr-green-text);
}

.bolt-coupon-rules-progress__meta {
	font-size: 12px;
	font-weight: 500;
	opacity: 0.85;
}

.bolt-coupon-rules-progress__track {
	display: block;
	width: 100%;
	height: 8px;
	margin: 10px 0 8px;
	overflow: hidden;
	background: var(--bolt-cr-track);
	border-radius: 999px;
}

.bolt-coupon-rules-progress__fill {
	display: block;
	height: 100%;
	background: var(--bolt-cr-green);
	border-radius: 999px;
	transition: width 0.25s ease;
}

.bolt-coupon-rules-progress__card.is-complete .bolt-coupon-rules-progress__fill {
	width: 100%;
}
