/**
 * BWOD WC Prisforespørsel — quantity badge in the checkout review table.
 */

.bwod-wc-qty-badge {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.15em 0.7em;
	border-radius: 999px;
	background: #1f2d3d;
	color: #fff;
	font-weight: 700;
	font-size: 0.95em;
	line-height: 1.6;
	white-space: nowrap;
	vertical-align: middle;
}

/* Give the product name room so the badge stands clearly apart. */
.woocommerce-checkout-review-order-table td.product-name {
	line-height: 1.8;
}
