.molecule-form-field{gap:var(--spacing-sm,.5rem);flex-direction:column;width:100%;display:flex;position:relative}.molecule-form-field__label{margin-bottom:2px}.molecule-form-field__control{flex-direction:column;width:100%;display:flex}.molecule-form-field__message{margin-top:2px;animation:.2s ease-out form-field-fade-in}@keyframes form-field-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.molecule-form-field.has-error .molecule-form-field__label{color:var(--color-error)}
