/* Georgia's old-style digits descend unevenly. Match the existing money treatment
   with the interface face, which also supplies lining figures on older systems. */
.lc-total strong,
.lc-offer b,
.lc-order-summary dd,
.ls-price .amount,
#ls-variant-price,
.woocommerce-Price-amount,
.wc-block-formatted-money-amount,
.wc-block-components-formatted-money-amount,
.plot-banner__offer strong,
.ll-money {
    font-family: system-ui, sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-style: normal;
    letter-spacing: normal;
}

.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    display: inline;
    font: inherit;
    vertical-align: baseline;
    position: static;
}
