.enlightenly-import-widget {
  background-color: white;
  margin: 2rem;
  padding: 2rem;
}

.ei-progress {
  margin-top: 1rem;
}
.ei-progress .ok {
  color: #1e7e34;
}
.ei-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.ei-modal[hidden] {
  display: none;
}
.ei-modal-content {
  background: #fff;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  max-height: 80vh;
  overflow: auto;
  min-width: 300px;
}
.ei-category-mapping .row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0.25rem 0;
}
.ei-category-mapping .src {
  min-width: 550px;
  font-weight: 600;
}
.ei-row {
  margin: 0.5rem 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.ei-input {
  min-width: 260px;
  max-width: 500px;
}
