.fields {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  margin-bottom: 1em;
}

.field {
  display: flex;
  flex-direction: column;
}
