#elementor-popup-modal-10242 {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(12px, 3vw, 24px) !important;
  box-sizing: border-box !important;
}

#elementor-popup-modal-10242 .dialog-widget-content {
  position: relative !important;
  inset: auto !important;
  margin: auto !important;
  transform: none !important;
  width: min(640px, 100%) !important;
  max-width: 100% !important;
  max-height: calc(100vh - 24px) !important;
  max-height: calc(100dvh - 24px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

#elementor-popup-modal-10242 .dialog-message {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

