.custom-radio-button{box-sizing:border-box;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:relative}.custom-radio-button:before{content:"";box-sizing:border-box;background-color:#0000;border-radius:50%;transition:border-color .15s,background-color .15s;position:absolute;inset:2px}.custom-radio-button.state-unchecked:before{border:var(--border-size-2,2px) solid var(--border-disabled-light)}.custom-radio-button.state-checked:before{border:var(--border-size-2,2px) solid var(--border-brand-light)}.custom-radio-button.state-checked:after{content:"";background-color:var(--surface-brand-action);border-radius:50%;width:12px;height:12px;transition:all .15s;position:absolute}.custom-radio-button.state-unchecked:hover:before{border-color:var(--border-brand-light)}.custom-radio-button.disabled{opacity:.5;cursor:not-allowed}
