.elementor-5443 .elementor-element.elementor-element-c6121ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c559a8b */.custom-checkout{
    max-width:650px;
    margin:auto;
    padding:25px;
    font-family:Arial,sans-serif;
    background:#fff;
}

.checkout-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.checkout-header h2{
    font-size:28px;
    font-weight:700;
    flex:1;
    margin-left:15px;
}

.close-btn{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#f2f2f2;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.help-btn{
    border:1px solid #ddd;
    background:#fff;
    padding:10px 18px;
    border-radius:30px;
    cursor:pointer;
}

h3{
    margin:30px 0 20px;
    font-size:24px;
}

.row{
    display:flex;
    gap:20px;
}

.field{
    margin-bottom:20px;
    width:100%;
}

.field label{
    display:block;
    margin-bottom:10px;
    font-weight:600;
    color:#555;
}

.custom-checkout input,
.custom-checkout select{
    width:100%;
    padding:18px;
    border:1px solid #ddd;
    border-radius:18px;
    font-size:16px;
    outline:none;
}

.checkout-links{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin:20px 0;
}

.checkout-links a{
    color:#111;
    text-decoration:none;
    font-weight:500;
}

.resume-box{
    background:#f5f5f5;
    padding:22px;
    border-radius:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:30px 0;
    font-size:20px;
}

.pay-btn{
    width:100%;
    background:#0057d9;
    color:#fff;
    border:none;
    border-radius:18px;
    padding:20px;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
}

.conditions{
    text-align:center;
    font-size:14px;
    color:#666;
    margin-top:18px;
    line-height:1.6;
}

.conditions a{
    color:#444;
}

@media(max-width:768px){

    .row{
        flex-direction:column;
        gap:0;
    }

    .checkout-header h2{
        font-size:22px;
    }

}/* End custom CSS */


