.root {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.table-explanation {
  display: flex;
  gap: inherit;
  justify-content: space-between;
}
.wide-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer {
  display: flex;
  justify-content: flex-end;
  gap: inherit;
}
.input-with-label {
  display: flex;
  flex-direction: row;
  gap: 1ch;
  align-items: center;
}