.is-hidden {
  display: none !important;
}

.flow > * + * {
  margin-top: var(--space-4);
}

.flow-tight > * + * {
  margin-top: var(--space-2);
}
