.ds-form-radio-button__box{background:var(--ds-color-london-100);border:.0625rem solid var(--ds-color-london-35);border-radius:2rem;box-sizing:border-box;height:1.375rem;min-width:1.375rem;pointer-events:none;position:relative;width:1.375rem}.ds-form-radio-button__box:after{background:var(--ds-color-london-20);border-radius:50%;bottom:0;content:"";height:.75rem;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;width:.75rem}.ds-form-radio-button{align-items:flex-start;display:flex;flex-direction:row}.ds-form-radio-button .ds-form-check-label{margin-left:.5rem}.ds-form-radio-button input{-webkit-appearance:none;appearance:none;border:.0625rem solid transparent;border-radius:2rem;box-sizing:border-box;cursor:pointer;height:1.375rem;margin:0;min-width:1.375rem;opacity:0;position:absolute;width:1.375rem}.ds-form-radio-button input:checked+.ds-form-radio-button__box{background:var(--ds-color-london-100);border-color:var(--ds-color-london-35)}.ds-form-radio-button input:checked+.ds-form-radio-button__box:after{opacity:1}.ds-form-radio-button input:focus+.ds-form-radio-button__box{box-shadow:0 0 0 .125rem var(--ds-color-hong-kong-55);outline:solid transparent}.ds-form-radio-button input:disabled,.ds-form-radio-button input:disabled~.ds-form-check-label{cursor:not-allowed}.ds-form-radio-button input:disabled+.ds-form-radio-button__box{background-color:var(--ds-color-london-100);border-color:var(--ds-color-london-70)}.ds-form-radio-button input:disabled+.ds-form-radio-button__box:after{background-color:var(--ds-color-london-70)}