.radio{cursor:pointer;align-items:center;gap:.5rem;display:inline-flex}.radio__input{opacity:0;pointer-events:none;position:absolute}.radio__circle{box-sizing:border-box;border:.125rem solid var(--gray);border-radius:var(--radius-full);justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:border-color .2s;display:flex}.radio__circle--selected{border-color:var(--red)}.radio__dot{background:var(--red);border-radius:var(--radius-full);width:.5rem;height:.5rem}
