html { overflow-x:hidden; }  input:not([type="submit"]), select, textarea { border: none; } input.hs-input, .hs-form fieldset .hs-input { width: 100% !important; } .hs-error-msg { color: var(--red-orange); font-weight: 700; } .hs-form fieldset.form-columns-2 { display: flex; gap: 1rem; } .hs-form fieldset:has(div[style="display: none;"]) { display: none !important; } .hs-form fieldset { max-width: 100% !important; margin-bottom: var(--space-l) !important; } .hs-form label { font-size: 14px; color: var(--primary-d-2); } .hs-form .hs-error-msgs label { color: var(--red-orange); }