.form {
  position: relative;
}

.form go-input {
  display: block;
}

.form > go-input:not(:first-child) {
  margin: calc(var(--gap)) 0 0 0;
}
