#elementor-popup-modal-989639 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-989639{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-989639 .dialog-close-button{display:flex;}#elementor-popup-modal-989639 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for section, class: .elementor-element-f39f265 *//* Popup container - the ONLY scrollable element, scrollbar hidden */
.elementor-popup-modal .dialog-widget-content {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  scrollbar-width: none !important;      /* Firefox */
  -ms-overflow-style: none !important;   /* IE/Edge */
}
.elementor-popup-modal .dialog-widget-content::-webkit-scrollbar {
  display: none !important;
}

/* Don't force overflow:visible everywhere - let widgets size naturally */
.elementor-popup-modal .elementor-widget-image,
.elementor-popup-modal .elementor-widget-container {
  overflow: visible !important;
  max-height: none !important;
}

/* Image scales proportionally instead of stretching to fill height */
.elementor-popup-modal img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 85vh !important;   /* prevents it from forcing the popup taller than needed */
  display: block !important;
  margin: 0 auto !important;
}/* End custom CSS */