.normalizer-loading {
  display: block;
  animation: spin 1s linear infinite;
  width: 30px;
  height: 30px;
}

#normalizer-output-files {
  display: grid;
  grid-template-columns: subgrid;
  grid-gap: 1rem;
}

#normalizer-output-files > div {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 1rem;
  align-items: center;
}

#normalizer-output-files > div > div:first-child {
  text-align: right;
  font-size: 1.5rem;
}

#normalizer-output-files progress {
  width: 100%;
}

.normalizer-error {
  color: red;
  font-weight: bold;
}

.normalizer-success {
  color: green;
  font-weight: bold;
}
