input[type="radio"]{appearance:none;width:1.2em;height:1.2em;margin:0 0.5em 0 0;border:var(--wp--custom--border--width, 1px) solid var(--wp--custom--border--color, currentColor);border-radius:calc(1.2em / 2);display:inline-grid;place-content:center;color:var(--wp--preset--color--primary, currentColor);background:var(--wp--custom--body--background, currentColor)}input[type="radio"]::before{content:"";width:1.2em;height:1.2em;border-radius:calc(1.2em / 2);transform:scale(0);transition:var(--wp--custom--transition);background:var(--wp--custom--body--background, currentColor)}input[type="radio"]:checked{background-color:currentColor}input[type="radio"]:checked::before{transform:scale(0.33)}input[type="radio"]:focus{outline:var(--wp--custom--border--width, 1px) solid currentColor;outline-offset:var(--wp--custom--border--width, 1px)}