.storybook-radio-control{display:inline-flex;min-height:44px;align-items:center;cursor:pointer}.storybook-radio-control__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.storybook-radio-row{min-height:44px}.storybook-radio-row,.storybook-radio-wrap{display:inline-flex;align-items:center;gap:10px}.storybook-radio-wrap{padding:0;justify-content:center;border-radius:var(--Border-Radius-round,64px);position:relative}.storybook-radio-wrap--regular{width:24px;height:24px}.storybook-radio-wrap--small{width:16px;height:16px}.storybook-radio-wrap--focus{isolation:isolate}.storybook-radio__focus-ring{position:absolute;left:-4px;top:-4px;width:32px;height:32px;z-index:0;pointer-events:none}.storybook-radio-wrap--small .storybook-radio__focus-ring{left:-4px;top:-4px;width:24px;height:24px}.storybook-radio-wrap--regular .storybook-radio__focus-ring{left:-4px;top:-4px;width:32px;height:32px}.storybook-radio__focus-ring circle{stroke:var(--Border-focus,#ff6d18);stroke-width:2px}.storybook-radio{padding:0;border:var(--Border-Width-md,2px) solid var(--Border-action,#ff6d18);border-radius:var(--Border-Radius-round,64px);background:var(--Surface-default,#fff);box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:1;transition:border-color .12s ease,background-color .12s ease}.storybook-radio--regular{width:24px;height:24px}.storybook-radio--small{width:16px;height:16px}.storybook-radio__dot{width:8px;height:8px;border-radius:9999px;background:#ffffff}.storybook-radio--selected{border-color:var(--Border-action,#ff6d18);background:var(--Surface-action,#ff6d18)}.storybook-radio--hover{border-color:var(--Border-action-hover,#ea580c);background:var(--Surface-action-hover-light,#fff0e8)}.storybook-radio--hover.storybook-radio--selected{border-color:var(--Border-action-hover,#ea580c);background:var(--Surface-action-hover,#ea580c)}.storybook-radio--focus{border-color:var(--Border-action,#ff6d18);background:var(--Surface-default,#fff)}.storybook-radio--focus.storybook-radio--selected{border-color:var(--Border-action,#ff6d18);background:var(--Surface-action,#ff6d18)}.storybook-radio--disabled{border-color:var(--Border-disabled,#e1e3e7);background:var(--Surface-disabled,#f0f1f3);cursor:not-allowed}.storybook-radio--disabled .storybook-radio__dot{background:#c2c7cf}.storybook-radio__label{gap:0}.storybook-radio__label .storybook-label__text{color:#3e4450;font-size:16px;font-style:normal;font-weight:400;line-height:20px;white-space:nowrap}.storybook-radio__label.storybook-label--small .storybook-label__text{font-size:14px;line-height:16px}.storybook-radio--disabled+.storybook-radio__label .storybook-label__text{color:#a4aab6}