/* Stripe Express Checkout Button Separator */
#wc-stripe-express-checkout-button-separator {
    width: 100%;
}

/* Stripe re-inits express buttons on every updated_checkout; reserve the row
   height so the form below doesn't jump while they remount. Inert while the
   plugin keeps the element display:none (no express methods available). */
#wc-stripe-express-checkout-element {
    min-height: 48px;
}

