.rmbbr-cart-nudges {
	margin: 0 0 16px;
}
.rmbbr-nudge {
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 6px;
	font-size: 0.95em;
	line-height: 1.4;
}
.rmbbr-nudge--earned {
	background: #e7f6e7;
	border: 1px solid #2c7d2c;
	color: #1e5b1e;
}
.rmbbr-nudge--nudge {
	background: #eef4fd;
	border: 1px solid #2456a8;
	color: #1c4587;
}
.rmbbr-nudge--mini {
	font-size: 0.85em;
	padding: 6px 10px;
}
.rmbbr-reward-badge {
	display: inline-block;
	background: #2c7d2c;
	color: #fff;
	font-size: 0.75em;
	padding: 1px 8px;
	border-radius: 10px;
	margin-left: 6px;
	vertical-align: middle;
}
.rmbbr-product-tiers {
	margin: 12px 0;
	padding: 10px 14px;
	background: #e7f6e7;
	border: 1px dashed #2c7d2c;
	border-radius: 6px;
	color: #1e5b1e;
	font-size: 0.95em;
}
.rmbbr-product-tiers-title {
	font-weight: 700;
}
.rmbbr-reward-qty {
	font-weight: 700;
	opacity: 0.7;
}

/* Blocks contexts */
.wc-block-components-rmbbr-nudge {
	margin: 8px 0;
}
