/* Faradoran Commerce — storefront price presentation contract */

.faradoran-commerce-price,
.woocommerce-Price-amount.faradoran-commerce-price {
	display: inline;
	unicode-bidi: isolate;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.faradoran-commerce-price .woocommerce-Price-currencySymbol,
.faradoran-commerce-price__currency {
	white-space: nowrap;
}

.faradoran-commerce-price--range .faradoran-commerce-price__amount {
	unicode-bidi: embed;
	direction: ltr;
}

.wc-block-formatted-money-amount,
.wc-block-components-formatted-money-amount {
	unicode-bidi: isolate;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.woocommerce del .faradoran-commerce-price,
.woocommerce ins .faradoran-commerce-price {
	text-decoration: inherit;
}
