/* PP Stripe Card on File — minimal front-end styles. The Stripe Payment
   Element handles its own internal styling via the appearance API in JS. */

.ginput_container_pp_stripe_card {
    margin: 8px 0 16px;
}

#pp-stripe-element {
    min-height: 60px;
}

#pp-stripe-error {
    padding: 8px 12px;
    background: #fcebeb;
    border-radius: 6px;
    color: #c1272d;
}
