.custom-radio{position:relative;display:flex;align-items:center;cursor:pointer;gap:8px}.custom-radio-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.radio-mark,.radio-mark-blue{position:relative;min-width:20px;min-height:20px;border-radius:50%;border:1px solid #d5d4d3;background-color:#fff;transition:background-color .2s ease,border .2s ease,box-shadow .2s ease}.radio-mark{background-color:#fff}.radio-mark-blue{background-color:transparent}.custom-radio-input:checked+.custom-radio .radio-mark{background-color:#1d1917;border-color:transparent}.custom-radio-input:checked+.custom-radio .radio-mark:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%)}.custom-radio-input:checked+.custom-radio .radio-mark-blue{background-color:#1d1917;border-color:transparent}.custom-radio-input:checked+.custom-radio .radio-mark-blue:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:12px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%)}.radio-label{overflow:hidden;color:var(--Typography-Default,#2f4256);text-overflow:ellipsis;font-size:12px;font-style:normal;font-weight:500;line-height:normal}