/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 

/* Ensure the eux_wcpay_auth gateway is not shown on checkout */
.wc_payment_method.payment_method_eux_wcpay_auth {
    display: none !important;
}