/* USD estimate beside VND price.
 *
 * order:-1 keeps the USD at the visual end inside the theme's reversed
 * price flex container (p.price uses flex-direction: row-reverse), and is
 * harmlessly ignored in non-flex price contexts (shop loop, cart).
 */
.ms-price-usd {
    order: -1;
    margin-left: 8px;
    font-size: 0.7em;
    font-weight: 500;
    color: currentColor;
    opacity: 0.7;
    white-space: nowrap;
}
