.eta-front-import {
  align-items: center;
  background: #f4f7fc;
  border: 1px solid #d6e0ef;
  border-left: 4px solid #3157a4;
  border-radius: 8px;
  color: #17243a;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 0 1.25rem;
  padding: 1rem;
}

.eta-front-import p {
  color: #5d6c82;
  font-size: .88rem;
  margin: .2rem 0 0;
}

.eta-front-import__controls {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: .65rem;
}

.eta-front-import__button {
  background: #3157a4;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: .7rem 1rem;
}

.eta-front-import__button:disabled {
  cursor: wait;
  opacity: .7;
}

.eta-front-import__status {
  color: #5d6c82;
  font-size: .8rem;
  max-width: 18ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .eta-front-import {
    align-items: stretch;
    flex-direction: column;
  }

  .eta-front-import__controls {
    align-items: stretch;
    flex-direction: column;
  }
}
