<div class="Vlt-callout Vlt-callout--warning">
	<i></i>
	<div class="Vlt-callout__content">
		Available on <b>medium and large screens only</b>. On mobile, the fields will gracefully stack. If you need mobile inline fields, use form grids.
	</div>
</div>

`.Vlt-form__group` is a container for multiple `.Vlt-form__elements` that renders them inline, using flex but without declaring a flex size. 

As with elastic inputs, you should declare a `size` for these.

Differences between a form group and a form grid: first, in a form group, the fields have automatic width based on their declared size tag. In a form grid, the fields adapt to the column size following our grid's logic. Second, form groups only work on M-plus devices, they stack on mobile. Form grids can work on mobile devices too if you use the appropriate grid classes.

**Note:** The error is shown **outside** of the form group, to avoid odd wrapping. The appropriate field(s) is individually highlighted.
