.as-backorder-badge {
	display: inline-block;
	margin-left: 0.4em;
	padding: 0.1em 0.55em;
	border-radius: 1em;
	background: #fef3c7;
	color: #92400e;
	font-size: 0.78em;
	font-weight: 600;
	line-height: 1.6;
	white-space: nowrap;
	vertical-align: middle;
}

.as-backorder-note {
	display: block;
	margin-top: 0.25em;
	color: #92400e;
	font-size: 0.8em;
}

.wc-block-components-order-summary-item.as-backorder-item .wc-block-components-product-name,
.as-backorder-item .wc-block-cart-item__product-name {
	font-weight: 600;
}

.as-backorder-totals {
	margin: 0 20px;
	padding: 0.25em 0 0;
}

.as-backorder-totals__row {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	margin-bottom: 0.5em;
	font-weight: 600;
}

.as-backorder-totals__row span:last-child {
	white-space: nowrap;
}

.as-backorder-totals__note {
	margin: 0.5em 0 0;
	color: #92400e;
	font-size: 0.8em;
	line-height: 1.4;
}
