:where(.form-slot,.search-form){--field-border: var(--surface-line)}:where(.form-slot,.search-form) form{display:flex;flex-direction:column;gap:24px}:where(.form-slot,.search-form) label,:where(.form-slot,.search-form) legend,:where(.form-slot,.search-form) .gfield_label,:where(.form-slot,.search-form) .wpforms-field-label{display:block;margin-bottom:8px;color:var(--surface-text);font-size:var(--wp--preset--font-size--small);line-height:1.5;letter-spacing:0;font-weight:400}:where(.form-slot,.search-form) input:not([type=checkbox],[type=radio],[type=submit],[type=button],[type=hidden],[type=file]),:where(.form-slot,.search-form) select,:where(.form-slot,.search-form) textarea{display:block;width:100%;min-height:52px;margin:0;padding:11px 18px;border:1.5px solid var(--field-border);border-radius:var(--wp--custom--radius--md);background:var(--surface-field);color:var(--surface-text);font-size:var(--wp--preset--font-size--body);line-height:1.588;letter-spacing:-0.002em;font-weight:400;transition:border-color var(--floe-duration) var(--floe-ease),box-shadow var(--floe-duration) var(--floe-ease)}:where(.form-slot,.search-form) input:not([type=checkbox],[type=radio],[type=submit],[type=button],[type=hidden],[type=file])::placeholder,:where(.form-slot,.search-form) select::placeholder,:where(.form-slot,.search-form) textarea::placeholder{color:var(--surface-text-muted);opacity:.8}:where(.form-slot,.search-form) input:not([type=checkbox],[type=radio],[type=submit],[type=button],[type=hidden],[type=file]):hover,:where(.form-slot,.search-form) select:hover,:where(.form-slot,.search-form) textarea:hover{border-color:var(--surface-line-strong)}:where(.form-slot,.search-form) input:not([type=checkbox],[type=radio],[type=submit],[type=button],[type=hidden],[type=file]):focus,:where(.form-slot,.search-form) select:focus,:where(.form-slot,.search-form) textarea:focus{outline:none;border-color:var(--wp--preset--color--blue);box-shadow:0 0 0 3px rgba(43,80,232,.18)}:where(.form-slot,.search-form) input:not([type=checkbox],[type=radio],[type=submit],[type=button],[type=hidden],[type=file])[aria-invalid=true],:where(.form-slot,.search-form) select[aria-invalid=true],:where(.form-slot,.search-form) textarea[aria-invalid=true]{border-color:#c2272d}:where(.form-slot,.search-form) textarea{min-height:140px;padding-top:14px;resize:vertical}:where(.form-slot,.search-form) input[type=checkbox],:where(.form-slot,.search-form) input[type=radio]{flex:none;width:20px;height:20px;margin:0 12px 0 0;border:1.5px solid var(--field-border);border-radius:6px;accent-color:var(--wp--preset--color--blue);vertical-align:middle}:where(.form-slot,.search-form) input[type=radio]{border-radius:50%}:where(.form-slot,.search-form) :is(label,.gchoice label):has(input[type=checkbox],input[type=radio]),:where(.form-slot,.search-form) .gchoice label{display:inline-flex;align-items:center;color:var(--surface-text-muted)}