/* enzymes.bio fx display — deliberately tiny.
   The side note is inline and inherits the price line's font metrics, so the only thing
   that can move is the price line itself (no block-level box is created, no height change). */
.fxd-side {
  font-size: .82em;
  font-weight: 400;
  opacity: .72;
  white-space: nowrap;
  cursor: help;
}

del .fxd-side { display: none; }

/* Keep the converted main figure from wrapping mid-number on narrow phones. */
.fxd-local { white-space: nowrap; }

/* FunnelKit's checkout summary applies text-transform:capitalize to its totals area,
   which turned our sentence into "About ¥13,700. You Will Be Charged In US Dollars."
   (observed on the clone 2026-09-20). Force normal sentence case. */
.enzfx-estimate,
.enzfx-estimate td,
.enzfx-estimate .enzfx-estimate__text {
  text-transform: none !important;
  font-variant: normal;
  letter-spacing: normal;
  text-align: left;
}
