/* =============================================================================
 * CarParts — Guarantee capsule (green trust pill)
 * ========================================================================== */
.cp-guarantee {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #0f8a43;
	background: #eafaf0;
	border: 1px solid #c7ecd5;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	direction: rtl;
}
.cp-guarantee svg { flex: 0 0 auto; }
.cp-guarantee__t { position: relative; top: .5px; }

/* on product cards — small, centred under the category */
.cp-guarantee--loop {
	margin: 8px auto 2px;
	padding: 4px 11px;
	font-size: 11px;
}
/* the loop renders inside the centred product link, so centre the pill */
.woocommerce ul.products li.product .cp-guarantee--loop {
	display: inline-flex;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	text-align: center;
}

/* on the single-product buy box — larger, sits under the price */
.cp-guarantee--pdp {
	margin: 2px 0 14px;
	padding: 8px 15px;
	font-size: 14px;
	background: linear-gradient(180deg, #effbf4, #e5f8ec);
	box-shadow: 0 1px 0 rgba(15, 138, 67, .06);
}
.cp-guarantee--pdp svg { font-size: 18px; }
