/**
 * Yotpo Loyalty widgets.
 *
 * Only the cart page's redemption widget and the thank-you referral slot still
 * use Yotpo's widgets (the account area and the Vital Club page render their own
 * loyalty blocks since 2026-09-07). These rules box the widget and blend its type
 * into the page; tokens come from the page stylesheet that loads alongside.
 */

.pv-yotpo {
	padding: 24px;
	border: 1px solid var(--pv-border-default);
	border-radius: var(--pv-radius);
	background: var(--pv-surface-card);
	/* The widgets bring their own fixed widths; never let them push past the
	   page or card edge. */
	min-width: 0;
	max-width: 100%;
	overflow-x: hidden;
}

.pv-yotpo__heading {
	margin: 0 0 16px;
	font-family: var(--pv-font-heading);
	font-size: 20px;
	font-weight: 700;
}

/* Blend the Yotpo widgets into the page typography. */
.pv-yotpo [class*="yotpo"],
.pv-yotpo [class*="yotpo"] * {
	font-family: var(--pv-font-body) !important;
}
