/* Static runtime parity for Elementor's popup dialog shell. */
.elementor-popup-modal.dialog-widget {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  z-index: 999999 !important;
}
.elementor-popup-modal .dialog-widget-content {
  position: relative !important;
  max-height: 100vh !important;
}
.elementor-popup-modal .dialog-message {
  max-height: 100vh !important;
}
.elementor-popup-modal .dialog-close-button {
  position: absolute !important;
  top: 17px !important;
  right: 33px !important;
  inset-inline-end: 33px !important;
  width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #c7a14a !important;
  border-radius: 2px !important;
  background: #000 !important;
  align-items: center !important;
  justify-content: center !important;
}
