.gtea-widget-wc-single-product-price {
    display: inline-flex;
}

/* When the price widget shows the selected variation price (option on), the
   native WooCommerce variation price below the options is redundant. The price
   JS adds this body class so it is hidden. */
body.gtea-hide-wc-variation-price .woocommerce-variation-price {
    display: none !important;
}