/* WooCommerce Shipping Promise Booster (MVP) */
.wcspb-block {
	margin: 12px 0;
	padding: 10px 12px;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 12px;
	background: #f7f7f7;
}

.wcspb-fsbar__msg {
	font-size: 13px;
	color: #333;
	font-weight: 700;
	margin-bottom: 8px;
}

.wcspb-fsbar__track {
	height: 10px;
	border-radius: 999px;
	background: rgba(0,0,0,0.08);
	overflow: hidden;
}

.wcspb-fsbar__fill {
	height: 100%;
	width: 0%;
	border-radius: 999px;
	background: #2563eb;
	transition: width 300ms ease;
}

.wcspb-fsbar.is-eligible .wcspb-fsbar__fill {
	background: #10b981;
}

.wcspb-fsbar--mini {
	margin: 8px 0;
}

.wcspb-dp {
	margin-top: 10px;
	font-size: 13px;
	color: #666;
}


