/**
 * ZePharm addition: Apple Pay/Google Pay/Link belong on the checkout page
 * only (see stripe-checkout-express.js) -- stripe_official's own express
 * checkout element on the cart page (#stripe-express-checkout-element,
 * modules/stripe_official/views/templates/front/express_checkout.tpl) is
 * hidden here rather than relying solely on
 * unregisterJavascript('stripe_official-express-payments'), which
 * intermittently loses its displayHeader hook-position race against
 * stripe_official's own registration (see
 * StripeCheckoutAssetsHook::displayHeader()'s own docblock) -- a CSS rule
 * doesn't compete for that same id/position, so it hides the buttons even
 * on a request where the JS-unregister race is lost.
 */
#stripe-express-checkout-element {
    display: none !important;
}
