.elementor-1833 .elementor-element.elementor-element-3931954{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;overflow:visible;}#elementor-popup-modal-1833 .dialog-widget-content{animation-duration:2.5s;background-color:#FBFAF8;border-radius:30px 30px 30px 30px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1833{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1833 .dialog-message{width:640px;height:330px;align-items:center;}#elementor-popup-modal-1833 .dialog-close-button{display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-5fa8a4b */.ff-settings-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.ff-settings-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:28px;
    padding:30px;
}

.ff-settings-card h3{
    margin-bottom:20px;
}

.ff-settings-card p{
    margin-bottom:12px;
}

.ff-settings-btn{
    display:inline-block;
    padding:12px 24px;
    border-radius:50px;
    background:#4D2514;
    color:#fff !important;
    text-decoration:none;
    margin-top:15px;
}

.ff-profile-form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.ff-profile-form input{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:12px;
}

.ff-profile-form button{
    background:#4D2514;
    color:#fff;
    border:none;
    border-radius:50px;
    padding:14px;
}

@media(max-width:767px){

    .ff-settings-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS */.dialog-widget-content::-webkit-scrollbar{
    width:6px;
}

.dialog-widget-content::-webkit-scrollbar-track{
    background:transparent;
}

.dialog-widget-content::-webkit-scrollbar-thumb{
    background:rgba(77,37,20,.35);
    border-radius:100px;
}

.dialog-widget-content::-webkit-scrollbar-thumb:hover{
    background:rgba(77,37,20,.7);
}





/* Popup container */
.dialog-widget-content{
    border-radius:32px !important;
    overflow:hidden;
}

/* Popup body */
.dialog-message{
    padding:30px;
}

/* Form spacing */
.ff-address-form{
    max-height:70vh;
    overflow-y:auto;
    padding-right:10px;
}



.ff-address-form{
    max-height:70vh;
    overflow-y:auto;
    padding-right:8px;
}

.ff-address-form::-webkit-scrollbar{
    width:6px;
}

.ff-address-form::-webkit-scrollbar-track{
    background:#F8F5F2;
    border-radius:50px;
}

.ff-address-form::-webkit-scrollbar-thumb{
    background:#4D2514;
    border-radius:50px;
}

.ff-address-form::-webkit-scrollbar-thumb:hover{
    background:#6A3821;
}/* End custom CSS */