/* Cart badge for bundle items */
.av-bundle-cart-badge {
	display: block;
	width: fit-content;
	background: #92c096;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border-radius: 6px;
	padding: 2px 8px;
	margin-top: 4px;
}
