/* DropPrice Supermarket Tracker unit-pricing frontend display. */
.dppsm-per-unit-price {
	display: flex;
	gap: 8px;
	align-items: baseline;
	flex-wrap: wrap;
	margin: 6px 0;
	font-size: 0.92em;
	line-height: 1.35;
}

.dppsm-per-unit-price .dppsm-unit-separator {
	opacity: 0.55;
}

.dppsm-per-unit-price .dppsm-unit-sale strong,
.dppsm-per-unit-price .dppsm-unit-saved strong {
	color: #b32d2e;
}

.woocommerce-cart-form .dppsm-per-unit-price,
.woocommerce-checkout-review-order .dppsm-per-unit-price {
	font-size: 0.86em;
	margin-top: 4px;
}
