form.hs-form.hs-custom-form .hs-fieldtype-radio .inputs-list{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0;padding:0}form.hs-form.hs-custom-form .hs-fieldtype-radio .inputs-list li{margin:0!important}form.hs-form.hs-custom-form .hs-fieldtype-radio .hs-form-radio-display{align-items:center;background:#fff;cursor:pointer;display:inline-flex;gap:10px;padding:0;transition:.2s ease}form.hs-form.hs-custom-form .hs-fieldtype-radio input[type=radio]{appearance:none;-webkit-appearance:none;background:#fff;border:1.5px solid #999;border-radius:50%;height:18px;margin:0;min-width:18px;position:relative;width:18px}form.hs-form.hs-custom-form .hs-fieldtype-radio input[type=radio]:before{background:#000;border-radius:50%;content:"";inset:3px;position:absolute;transform:scale(0);transition:.2s ease}form.hs-form.hs-custom-form .hs-fieldtype-radio input[type=radio]:checked:before{transform:scale(1)}form.hs-form.hs-custom-form .hs-fieldtype-radio .hs-form-radio-display:hover{border-color:#000}form.hs-form.hs-custom-form .hs-fieldtype-radio .hs-form-radio-display span{margin:0}.contact-forms .hs-form .hs-fieldtype-radio>label{display:none}.contact-forms .hs-form .hs-fieldtype-radio legend{display:block;font-weight:600;margin-bottom:10px}.hs-form-field.hs-fieldtype-radio>label{align-items:center;color:var(--color-black);display:flex;font-weight:600;margin-bottom:10px}.hs-form-field.hs-fieldtype-radio>label span{display:inline}.hs-form-field.hs-fieldtype-radio .tooltip-icon{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;line-height:0;margin-left:5px;position:relative;top:1px}.hs-form-field.hs-fieldtype-radio .tooltip-icon svg{display:block;height:18px;width:18px}.hs-form-field.hs-fieldtype-radio legend{display:none}