.kc-cart-item-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.kc-cart-item-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.kc-cart-item-badge--book,
.kc-cart-item-badge--course {
	background: #c41e3a;
	color: #ffffff;
}

/* Classic cart: hide the stray ":" label when only the badge is shown */
dl.variation dt.variation- {
	display: none;
}

.kc-cart-item-badge--owned {
	background: #fff7ed;
	color: #c2410c;
	border: 1px solid #fdba74;
}

/* WooCommerce block + classic cart */
.wc-block-cart .kc-cart-item-badges,
.wc-block-components-product-metadata .kc-cart-item-badges,
dl.variation dd .kc-cart-item-badges {
	margin-top: 0;
}
