/**
 * Revo Woo Offer — badge Buy N Get M dopo il titolo.
 */

.rwo-offer-badge-after-title {
	display: block;
	margin-top: 0.35rem;
	margin-bottom: 0.15rem;
	line-height: 1.2;
}

.rwo-offer-badge-after-title .rwo-offer-badge-wrap {
	position: static;
	display: inline-block;
	pointer-events: none;
	vertical-align: middle;
}

.rwo-offer-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.12em;
	padding: 0.25em 0.5em;
	border-radius: 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	text-transform: none;
}

.rwo-offer-badge__x {
	font-weight: 800;
	opacity: 0.95;
	font-size: 0.95em;
}

.rwo-offer-badge__n,
.rwo-offer-badge__m {
	font-variant-numeric: tabular-nums;
}

/* Scheda singola: titolo spesso più grande */
.single-product .rwo-offer-badge-after-title .rwo-offer-badge {
	font-size: 0.85rem;
}
