/*
 * Pryma Multi-Gateways for WooCommerce — Stripe Card Element Styles
 * Loaded on checkout when the Stripe gateway is active.
 */

.pryma-stripe-card-wrapper {
    margin: 15px 0;
    padding: 12px;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    background: #fff;
}

.pryma-stripe-card-field {
    padding: 10px;
    min-height: 40px;
}

.pryma-stripe-errors {
    color: #ef4444;
    font-size: 14px;
    margin-top: 8px;
}
