

.stripe-payment-description{
    width: 100%;
    font-weight: 700;
    display: flex;
    align-items: center; 
}

#stripe-card-element{
    max-width: 400px;
    padding: 10px;
    border: 1px solid #007fed;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
}

#checkout_form .payment_method_fields .stripe-payment-description .booking_payment_img{
    background-color: #6772e5;
    width: 170px;
}

#payment-request-button{
    margin: 1rem 0;
}

