.sceg{--tick-color: var(--color-text-on-background);display:flex;flex-direction:row;align-content:center;gap:.3em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:1}.sceg input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-background);margin:0;font:inherit;color:currentColor;width:.9em;height:.9em;border:2px solid currentColor;display:grid;place-content:center}.sceg input:before{width:.5em;height:.5em;content:"";background-color:var(--tick-color);transform:scale(0);transition:.05s transform ease-in-out}.sceg input:checked:before{transform:scale(1)}.sceg[data-disabled=true]{--tick-color: var(--color-text-on-background-dark);color:var(--color-text-on-background-dark)}.sc_e input{border-radius:.25em}.sc_e input:before{background-color:var(--tick-color)!important;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.sc_e input:checked:before{transform:scale(1)}
