/* Netto + Brutto price display (all customers) */

.tma-am-price-dual {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.15em;
	line-height: 1.35;
	text-align: right;
}

.product .price .tma-am-price-dual,
.price .tma-am-price-secondary {
	display: block;
	margin-top: 0.2em;
}

.tma-am-price-gross {
	font-weight: 700;
}

.tma-am-price-net,
.tma-am-price-secondary {
	display: block;
	font-size: 0.85em;
	font-weight: 400;
	opacity: 0.85;
}

.tma-am-price-label {
	margin-right: 0.25em;
}

/* Cart / checkout product totals column */
.woocommerce-cart-form .product-price .tma-am-price-dual,
.woocommerce-cart-form .product-subtotal .tma-am-price-dual,
.woocommerce-checkout-review-order-table .product-total .tma-am-price-dual,
.shop_table .product-total .tma-am-price-dual,
.shop_table .product-subtotal .tma-am-price-dual {
	width: 100%;
}

/* Calculator / upload price preview */
.tma-am-price-preview .tma-am-price-dual,
.tma-am-upload-prices .tma-am-price-dual,
.tma-am-preview-row .tma-am-price-dual {
	align-items: flex-end;
}

.tma-am-preview-row .tma-am-discount-value .tma-am-price-dual {
	align-items: flex-end;
}
