/* FRED Imports component */

.fred-imports--hidden {
  display: none;
}

.fred-upload-progress {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.fred-upload-progress__bar {
  height: 4px;
  width: 0%;
  background-color: var(--color-primary, #2563eb);
  border-radius: 2px;
  transition: width 0.2s ease;
}

.fred-upload-progress__label {
  font-size: 0.75rem;
}
