.elementor-20491 .elementor-element.elementor-element-020dcf8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}#elementor-popup-modal-20491 .dialog-widget-content{animation-duration:0.7s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-20491{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-20491 .dialog-message{width:600px;height:auto;}#elementor-popup-modal-20491 .dialog-close-button{display:flex;top:5%;}body:not(.rtl) #elementor-popup-modal-20491 .dialog-close-button{right:5%;}body.rtl #elementor-popup-modal-20491 .dialog-close-button{left:5%;}/* Start custom CSS for html, class: .elementor-element-b9df6aa *//* Make the popup content truly full width on mobile & desktop */
.elementor-popup-modal .dialog-message,
.elementor-popup-modal .dialog-widget-content,
.elementor-popup-modal .elementor-section,
.elementor-popup-modal .elementor-container,
.elementor-popup-modal .elementor-row,
.elementor-popup-modal .elementor-column,
.elementor-popup-modal .elementor-widget-wrap {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* Ensure the iframe itself spans whatever space is available */
.popup-iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 885px;
  border: 0;
  box-sizing: border-box;
}

/* Your mobile height rule can stay as-is */
@media (max-width: 767px) {
  .popup-iframe { height: calc(100dvh); }
}/* End custom CSS */