.custom-jeo-hide-top-errors {
  display: none !important;
}

.custom-jeo-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.custom-jeo-modal {
  width: min(720px, 100%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.custom-jeo-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.custom-jeo-modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.custom-jeo-modal-close {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
}

.custom-jeo-modal-body {
  padding: 14px 18px 4px 18px;
  max-height: min(60vh, 520px);
  overflow: auto;
}

.custom-jeo-modal-errors {
  margin: 0;
  padding-left: 18px;
}

.custom-jeo-modal-errors li {
  margin: 8px 0;
}

.custom-jeo-modal-footer {
  padding: 12px 18px 16px 18px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.custom-jeo-modal-ok {
  appearance: none;
  border: none;
  background: #1f6feb;
  color: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 700;
}
