/* Treat each WooCommerce amount as one unit; surrounding labels may still wrap. */
body .woocommerce-Price-amount,
body .woocommerce-Price-amount bdi,
body .woocommerce-Price-currencySymbol {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
body .woocommerce-Price-amount bdi {
  display: inline-block;
}
