/* BookSesh Stripe Inline Payment Element styles */

#bksesh-payment-element-wrap {
    margin: 16px 0 0;
}

#bksesh-payment-element {
    min-height: 40px;
}

#bksesh-payment-msg {
    color: #e53935;
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.4;
}

/* Loading state on confirm button */
.booknetic_confirm_booking_btn.bksesh-inline-loading {
    opacity: 0.7;
    cursor: wait;
    pointer-events: none;
}

/* Hide the native Stripe payment method list when inline element is active */
.bksesh-inline-active .booknetic_payment_methods_container {
    display: none !important;
}
