#elementor-popup-modal-244{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-244 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-244 .dialog-close-button{display:flex;}#elementor-popup-modal-244 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* Force the popup inner content area to display the GiveWP form */
.pum-container, 
.elementor-popup-modal .elementor-widget-container,
.modal-content {
    min-width: 320px !important;
    min-height: 450px !important;
    overflow: visible !important;
}

/* Ensure GiveWP's iframe wrapper isn't restricted */
.give-embed-form-wrapper {
    min-height: 450px !important;
    width: 100% !important;
    display: block !important;
}/* End custom CSS */