/* Preserve layout while hiding only prices known to use stale cached currency. */
.behnami-currency-pending .woocommerce-Price-amount,
.behnami-currency-pending .price {
	visibility: hidden !important;
}
