/**
 * Free shipping badge on single product pages.
 * Enqueued only when the badge is enabled and WooCommerce is active.
 */

.ssb-shipping-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	padding: 16px 26px;
	max-width: 100%;
	background: #f6f7f7;
	border-radius: 999px;
	color: #3c434a;
	font-size: 13px;
	line-height: 1.4;
	box-sizing: border-box;
}

.ssb-shipping-badge__icon {
	display: inline-flex;
	flex-shrink: 0;
	color: #2271b1;
}

.ssb-shipping-badge__text {
	min-width: 0;
}
