.maintenance-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.62);
}

.maintenance-popup-overlay.is-hidden {
  display: none;
}

.maintenance-popup-overlay .modal_dialog {
  width: min(560px, 100%);
}

.maintenance-popup-overlay .modal_content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.maintenance-popup-overlay .modal_body {
  padding: 32px 28px;
  color: #1f2933;
}

.maintenance-popup-overlay h4 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.maintenance-popup-overlay h4 p {
  margin: 0;
}

.maintenance-popup-content {
  font-size: 16px;
  line-height: 1.6;
}

.maintenance-popup-content strong,
.maintenance-popup-content b {
  font-weight: 700;
}

.maintenance-popup-content p {
  margin: 0 0 12px;
}

.maintenance-popup-content p:last-child {
  margin-bottom: 0;
}

.maintenance-popup-overlay .btn_modal {
  margin-top: 24px;
  min-width: 120px;
  border: 0;
  border-radius: 4px;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.maintenance-popup-overlay[dir="rtl"] {
  text-align: right;
}

body.maintenance-popup-locked {
  overflow: hidden;
}
