/* FormControl */ /* groups label, field, caption and inline error message */ .FormControl { display: inline-flex; flex-direction: column; gap: var(--base-size-4); } /* fill container */ .FormControl--fullWidth { display: flex; } /*