.htv-free-shipping-progress {
	background: var(--sol14-cream-soft, #f8f4ec);
	border: 1px solid var(--sol14-border, #d8cfc0);
	border-left: 4px solid var(--sol14-brown, #76543c);
	border-radius: 6px;
	color: var(--sol14-ink, #312b26);
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
}

.htv-free-shipping-progress.is-qualified {
	background: #edf7ed;
	border-color: #8bbf8b;
	border-left-color: #2f7d32;
	color: #215b24;
}

.wc-block-components-order-meta .htv-free-shipping-progress,
.wc-block-components-totals-wrapper .htv-free-shipping-progress,
.htv-free-shipping-progress.is-summary {
	margin: 0.75rem 0;
}

.htv-free-shipping-progress-row td {
	padding: 0;
}
