/* Patch: stabilize price baseline on initial paint */
.exwoofood-modal .product .price,
.exwoofood-modal .product .price * {
  line-height: 1 !important;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
.exwoofood-modal .product .price {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  transition: none !important;
  transform: none !important;
}


/* Stronger specificity for widget price */
.exwoofood-modal .product .price,
.exwoofood-modal .exwf-product .price,
.exwf-cats .exwf-item .price,
.exwf-modal .price {
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  white-space: nowrap !important;
  transition: none !important;
  transform: none !important;
}
