/* Backorder quantity badge next to low-stock badge on cart/checkout blocks */
.wc-block-components-product-backorder-quantity-badge {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.25em 0.5em;
	font-size: 0.875em;
	font-weight: 500;
	color: #b16600;
	background-color: #fcf0e3;
	border-radius: 4px;
}

.wc-block-components-product-badge + .wc-block-components-product-backorder-quantity-badge {
	margin-left: 0.5em;
}

/* Checkout order summary (tighter layout) */
.wc-block-components-order-summary-item .wc-block-components-product-backorder-quantity-badge {
	margin-left: 0.35em;
	font-size: 0.8em;
}

/* SKU on cart/checkout item rows */
.parweld-cart-item-sku {
	display: block;
	margin-top: 0.25em;
	font-size: 0.8125em;
	color: #50575e;
}

.wc-block-components-order-summary-item .parweld-cart-item-sku {
	margin-top: 0.15em;
	font-size: 0.75em;
}
