/**
 * Bundle & Save — product-page callout, cart savings row, and progress nudge.
 * Uses the shared design tokens (see DESIGN.md); no new color values.
 */

/* Product-page note near add-to-cart — one quiet line, deliberately not a
 * box: a bordered orange callout here competed with the add-to-cart button
 * directly above it. */
.lemon-bundle-note {
	margin: 0;
	font-size: var(--text-sm);
	line-height: var(--font-body-line-height, 1.55);
	color: var(--muted);
}

.lemon-bundle-note__lead {
	color: var(--accent);
	font-weight: 600;
}

/* Above-cart progress nudge. */
.lemon-bundle-nudge.woocommerce-info {
	border-left-color: var(--accent);
}
