/* Bare vertical stack matching <.stupendous_form>'s gap rhythm — no
   border, no background, no padding. Use inside something that
   already provides chrome (a <.fieldset variant={:bordered}>, a
   card, an offcanvas body, …) when you just want consistent
   inter-field spacing. */

.field-list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}
