.StripeElement {
    padding: 9px 12px;
}

/* Express Checkout Element (Link, Apple Pay, Google Pay) container */
#stripeExpressCheckoutContainer {
    margin-bottom: 16px;
    /* Transparent background so it sits naturally on any dark parent */
    background: transparent;
}

/* Strip the white box Stripe adds around the ECE iframe wrapper */
#stripeExpressCheckout {
    background: transparent;
}

/* "or fill in your details below" divider */
.stripe-ece-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 18px 0 4px;
    /* default (light pages) */
    color: #8898aa;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.stripe-ece-separator::before,
.stripe-ece-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e3e8ee;
}

.stripe-ece-separator span {
    margin: 0 12px;
    white-space: nowrap;
}
