.zci-modal[hidden] {
  display: none !important;
}

.zci-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.zci-modal .zc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.zci-modal .zc-modal__dialog {
  position: relative;
  margin: 5vh auto;
  width: min(680px, calc(100% - 24px));
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

.zci-modal .zc-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.zci-modal-open {
  overflow: hidden;
}
