.fields {
  display: flex;
  flex-direction: column;
  gap: var(--base);
  margin-bottom: calc(var(--base) / 4);
}
