/* Simplis Free Delivery Badge
 * Minimal, on-brand pill. Override freely in your theme CSS.
 */
.simplis-fdb-wrap[hidden] {
	display: none;
}

.simplis-fdb {
	display: inline-block;
	margin: 6px 0;
	padding: 5px 12px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #0a7d28;
	background: #e8f6ec;
	border: 1px solid #bfe3c8;
	border-radius: 3px;
}

.simplis-fdb::before {
	content: "\2713"; /* check mark */
	margin-right: 6px;
	font-weight: 700;
}

/* [free_delivery_badge_all] uses the same .simplis-fdb pill size as the
 * per-variation badge. The .simplis-fdb-all class is kept as a styling
 * hook if you ever want to differentiate it, but adds no size of its own. */
