.ef-form{width:100%;flex-direction:column}.ef-form-inner{display:flex;flex-direction:column;gap:var(--ef-gap-l)}.ef-form-footer{display:grid;grid-template-areas:'cta';justify-items:start}.ef-form-footer>.ef-form-submit,.ef-form-footer>.ef-form-success{grid-area:cta;align-self:center}.ef-form-footer>.ef-form-submit[hidden],.ef-form-footer>.ef-form-success[hidden]{display:inline-flex;visibility:hidden;pointer-events:none}.ef-form-submit:disabled{opacity:var(--ef-opacity-disabled);cursor:wait}.ef-form-success{padding:var(--ef-pad-m) var(--ef-pad-l);text-align:left}.ef-form-error{color:var(--ef-color-red);font-size:var(--ef-font-s)}.ef-field{--focus-color:var(--ef-color-primary);display:flex;flex-direction:column;gap:var(--ef-gap-s);flex:1 1 100%}.ef-field label{font-size:var(--ef-font-s);font-weight:var(--ef-weight-l)}.ef-field input:not([type="checkbox"]):not([type="file"]),.ef-field textarea,.ef-field select{padding:var(--ef-pad-s) var(--ef-pad-m);border:var(--ef-border-s) solid var(--ef-color-border);border-radius:var(--ef-radius-s);font-size:var(--ef-font-s);font-family:inherit;background-color:var(--ef-color-white);transition:border-color var(--ef-transition),box-shadow var(--ef-transition);min-height:var(--ef-size-touch-target)}.ef-field textarea{min-height:calc(var(--ef-size-touch-target) * 2);resize:vertical}.ef-field input:not([type="checkbox"]):not([type="file"]):focus,.ef-field textarea:focus,.ef-field select:focus{outline:none;border-color:var(--focus-color);box-shadow:var(--ef-shadow-focus)}.ef-field--error input:not([type="checkbox"]):not([type="file"]),.ef-field--error textarea,.ef-field--error select{border-color:var(--ef-color-red)}.ef-field-error{color:var(--ef-color-red);font-size:var(--ef-font-s);min-height:0}.ef-field-error:empty{display:none}.ef-field--checkbox{gap:var(--ef-gap-xs)}.ef-field-check{display:flex;align-items:center;gap:var(--ef-gap-xs);cursor:pointer;font-size:var(--ef-font-s)}.ef-field-check input{flex-shrink:0}.ef-field input[type="file"]{font-size:var(--ef-font-s)}@media (max-width:767.98px){.ef-field input:not([type="checkbox"]):not([type="file"]),.ef-field select{font-size:var(--ef-font-body);min-height:44px}.ef-field textarea{font-size:var(--ef-font-body)}.ef-form-footer{flex-direction:column}.ef-form-submit{width:100%}}