.ff-el-form-check-radio{position:absolute;opacity:0}.ff-el-form-check-label{position:relative;padding-left:28px;cursor:pointer;display:inline-flex;align-items:center}.ff-el-form-check-label::before{content:"";position:absolute;left:0;width:18px;height:18px;border:2px solid #c8a96a;border-radius:50%;transition:0.2s ease}.ff-el-form-check-label::after{content:"";position:absolute;left:4px;width:10px;height:10px;background:#c8a96a;border-radius:50%;transform:scale(0);transition:0.2s ease}.ff_item_selected .ff-el-form-check-label::after{transform:scale(1)}