/* Compact frontend promotion messaging. Themes may override these presentation-only rules. */
.vpr-mini-promo-notice {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 8px 0;
	padding: 8px 10px;
	border: 1px solid rgba(157, 128, 91, .34);
	border-radius: 8px;
	background: #fffdf9;
	color: #2a251f;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}
.vpr-mini-promo-icon { font-size: 14px; }
.vpr-mini-price del { margin-right: 4px; color: #777; font-weight: 400; }
.vpr-mini-price ins { text-decoration: none; color: inherit; }

/* Quartz Checkout's #sbqa-drawer has custom markup and does not use WC filters. */
.vpr-sbqa-promotion {
	margin: 8px 0;
	padding: 8px 10px;
	border: 1px solid rgba(157, 128, 91, .34);
	border-radius: 8px;
	background: #fffdf9;
	color: #2a251f;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
#sbqa-drawer .sbqa-price .vpr-sbqa-original-price { margin-right: 6px; color: #777; font-size: .86em; font-weight: 400; }
#sbqa-drawer .sbqa-price .vpr-sbqa-discounted-price { color: inherit; text-decoration: none; }
