#elementor-popup-modal-2679 .dialog-message{width:493px;height:auto;}#elementor-popup-modal-2679{justify-content:flex-start;align-items:center;}#elementor-popup-modal-2679 .dialog-close-button{display:flex;}#elementor-popup-modal-2679 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS */document.querySelectorAll('.your-popup-link-class').forEach(link => {
    link.addEventListener('click', function(e) {
        e.stopPropagation();  // Prevents the click from propagating and closing the popup
    });
});/* End custom CSS */