/**
 * Care Home — cart & checkout line item (title + small sample badge).
 */

.chd-line-name {
	display: inline;
	line-height: 1.45;
}

.chd-line-name__title {
	font-weight: inherit;
	color: inherit;
}

/* Small label after title — no fill on the product name */
.chd-line-name__badge {
	display: inline-block;
	margin-left: 0.35em;
	padding: 0.1em 0.45em;
	font-size: 0.65em;
	font-weight: 600;
	line-height: 1.2;
	vertical-align: middle;
	letter-spacing: 0.02em;
	color: #64748b;
	background: transparent;
	border: 1px solid #cbd5e1;
	border-radius: 3px;
	text-transform: none;
}

.woocommerce-checkout-review-order-table .chd-line-name,
.woocommerce-cart-form .chd-line-name {
	max-width: 100%;
}
