.checker{display:flex;align-items:center;gap:8px;flex:1 0 0}.checker__input{appearance:none;width:24px;height:24px;border-radius:5px;cursor:pointer;position:relative;border:2px solid var(--Gray-200)}.checker__input:checked{border-color:rgba(0,0,0,0);background-color:var(--Primary-700)}.checker__input:before{width:20px;height:20px;object-fit:cover;transform:scale(.7) translate(1%);position:absolute;content:url(/assets/check.svg);inset:0;margin:auto}.checker__description{flex:1 0 0;color:var(--Gray-700,#454a50);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px;transition:.15s ease-in-out}