/**
 * Komplekts units list — cart, checkout, thank-you, My Account, admin orders.
 */

.ecom-package-cart-units {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	max-width: 100%;
}

/* Order received / view order */
.woocommerce-order-details .ecom-package-cart-units,
.woocommerce-table--order-details .ecom-package-cart-units {
	margin-top: 6px;
}

/* Custom thank-you products table */
.thanks__products .thanks-product-cell {
	text-align: left;
	vertical-align: middle;
}

.thanks__products .thanks-product-name {
	font-weight: 500;
	margin: 0 0 2px;
}

.thanks__products .ecom-package-cart-units {
	margin: 4px 0 0;
	text-align: left;
}

.thanks__products .ecom-package-cart-units__item {
	font-size: 11px;
	line-height: 1.35;
	color: #667085;
	text-align: left;
}

/* Admin order items */
.woocommerce_order_items .ecom-package-cart-units,
.ecom-package-admin-units .ecom-package-cart-units {
	margin: 4px 0 0;
	max-width: 420px;
}

.woocommerce_order_items .ecom-package-cart-units__item,
.ecom-package-admin-units .ecom-package-cart-units__item {
	font-size: 11px;
	color: #646970;
}

.ecom-package-cart-units__item {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 0 2px 12px;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 400;
	color: #667085;
	word-break: break-word;
}

.ecom-package-cart-units__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #98a2b3;
}

.ecom-package-cart-units__name {
	display: inline;
}

.ecom-package-cart-units__qty {
	display: inline;
	white-space: nowrap;
	margin-left: 0.25em;
	color: #475467;
	font-weight: 500;
}

/* Woo variation meta wrapping the list */
.woocommerce-cart-form .product-name dl.variation,
.woocommerce-checkout-review-order-table dl.variation,
.widget_shopping_cart dl.variation,
.woocommerce-mini-cart-item dl.variation {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 1.35;
}

.woocommerce-cart-form .product-name dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dt,
.widget_shopping_cart dl.variation dt,
.woocommerce-mini-cart-item dl.variation dt {
	font-size: 11px;
	font-weight: 500;
	color: #98a2b3;
	margin: 0 0 2px;
	padding: 0;
	float: none;
	display: block;
}

.woocommerce-cart-form .product-name dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dd,
.widget_shopping_cart dl.variation dd,
.woocommerce-mini-cart-item dl.variation dd {
	margin: 0;
	padding: 0;
	float: none;
	display: block;
}

/* Avoid double spacing from wpautop around the list */
.woocommerce-cart-form .product-name dl.variation dd p,
.woocommerce-checkout-review-order-table dl.variation dd p,
.widget_shopping_cart dl.variation dd p,
.woocommerce-mini-cart-item dl.variation dd p {
	margin: 0;
	padding: 0;
}
