.elementor-2257 .elementor-element.elementor-element-f0cd8e7{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-2257 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2257{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2257 .dialog-message{width:640px;height:auto;}/* Start custom CSS *//* Force Elementor Popup to center and size correctly */
.elementor-popup-modal .elementor-popup-content {
    width: 95vw !important;
    max-width: 600px !important;
    border-radius: 16px !important;
    padding: 0 !important; 
    overflow: hidden !important;
}

/* Mobile Responsive Sizing - Full Screen */
@media (max-width: 767px) {
    .elementor-popup-modal .elementor-popup-content {
        width: 100vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }
}/* End custom CSS */