@layer components{.ui-form{animation:uiFormHeight .5s}@keyframes uiFormHeight{0%{height:var(--form-height-from)}to{height:var(--form-height-to)}}.ui-form>*{animation:uiFormItem .5s}@keyframes uiFormItem{0%{opacity:0}to{opacity:1}}.ui-form_items{display:flex;flex-wrap:wrap;gap:var(--space-m-l)}.ui-form_item{flex-basis:100%}.ui-form_item.--form-group{flex-basis:calc(50% - var(--space-m-l) / 2)}.ui-form_controls{display:flex;justify-content:flex-end;padding-top:var(--space-m-l)}}
