/*
 * Hide express / quick-pay UI only before the prescription gate.
 * The class is never added to the real checkout, so wallets remain available
 * after the prescription has been uploaded.
 */
body.ti-rx-hide-express-before-gate #wc-stripe-express-checkout-element,
body.ti-rx-hide-express-before-gate #wc-stripe-payment-request-wrapper,
body.ti-rx-hide-express-before-gate #wc-stripe-payment-request-button-separator,
body.ti-rx-hide-express-before-gate .wc-stripe-express-checkout-element,
body.ti-rx-hide-express-before-gate .wc-stripe-express-checkout-container,
body.ti-rx-hide-express-before-gate .wc-stripe-payment-request-wrapper,
body.ti-rx-hide-express-before-gate .wcpay-payment-request-wrapper,
body.ti-rx-hide-express-before-gate .wcpay-express-checkout-wrapper,
body.ti-rx-hide-express-before-gate .wcpay-express-checkout-button,
body.ti-rx-hide-express-before-gate .wc-block-components-express-payment,
body.ti-rx-hide-express-before-gate .wc-block-components-express-payment__content,
body.ti-rx-hide-express-before-gate .wc-block-components-express-payment__event-buttons,
body.ti-rx-hide-express-before-gate .woocommerce-PaymentRequestButton,
body.ti-rx-hide-express-before-gate .payment-request-button,
body.ti-rx-hide-express-before-gate .ppc-button-wrapper,
body.ti-rx-hide-express-before-gate .paypal-buttons,
body.ti-rx-hide-express-before-gate .wc-amazon-payments-advanced-button,
body.ti-rx-hide-express-before-gate .amazon-payments-pay-button,
body.ti-rx-hide-express-before-gate .cfw-side-cart #wc-stripe-express-checkout-element,
body.ti-rx-hide-express-before-gate #cfw-side-cart #wc-stripe-express-checkout-element,
body.ti-rx-hide-express-before-gate .cfw-side-cart .cfw-payment-request-buttons,
body.ti-rx-hide-express-before-gate #cfw-side-cart .cfw-payment-request-buttons {
    display: none !important;
    visibility: hidden !important;
}
