.fsl-inpost-free-shipping-progress {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid #e5e1d6;
	border-radius: 8px;
	background: #fffaf0;
	color: #221f1a;
	font-size: 14px;
	line-height: 1.35;
}

.fsl-inpost-free-shipping-progress--mini-cart {
	margin: 0 0 12px;
	padding: 10px 12px;
	font-size: 13px;
}

.fsl-inpost-free-shipping-progress__message {
	font-weight: 600;
}

.fsl-inpost-free-shipping-progress__bar {
	height: 8px;
	margin-top: 9px;
	overflow: hidden;
	border-radius: 999px;
	background: #e7e1d5;
}

.fsl-inpost-free-shipping-progress__fill {
	display: block;
	width: var(--fsl-inpost-progress, 0%);
	height: 100%;
	border-radius: inherit;
	background: #ffcc00;
	transition: width 180ms ease;
}

.fsl-inpost-free-shipping-progress.is-complete {
	border-color: #cfe3d6;
	background: #f2fbf5;
}

.fsl-inpost-free-shipping-progress.is-complete .fsl-inpost-free-shipping-progress__fill {
	background: #20884f;
}
