.elementor-6115 .elementor-element.elementor-element-6a14598{--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;}#elementor-popup-modal-6115 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-6115{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-6115 .dialog-close-button{display:flex;}#elementor-popup-modal-6115 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-6115 .dialog-message{width:100vw;}}/* Start custom CSS *//* Contedor do popup */
#elementor-popup-modal-6115 .dialog-message {
  height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Iframe do PDF */
#elementor-popup-modal-6115 iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  overflow: auto; /* permite scroll dentro do iframe se o PDF é longo */
}

/* Móbil: fullscreen e safe areas */
@media (max-width: 767px) {
  #elementor-popup-modal-6115 .dialog-message {
    height: 100vh;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }

  #elementor-popup-modal-6115 iframe {
    height: 100%;
  }
}/* End custom CSS */