.checkbox-button{display:flex;align-items:center}.checkbox-button b{position:relative;width:20px;height:20px;display:block;background-color:#262626;transition:background-color .15s;background-position:50%;background-repeat:no-repeat;margin-right:12px}.checkbox-button:hover b{background-color:#333}.checkbox-button:hover input[type=checkbox]:checked+b{background-color:#ff784d}.checkbox-button input[type=checkbox]:checked+b{background-color:#f16436;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 0.555021C11.0418 0.900085 11.1314 1.55279 10.8 2.01287L4.8 10.3435C4.62607 10.5849 4.36005 10.736 4.07089 10.7574C3.78173 10.7788 3.49788 10.6684 3.29289 10.455L0.292893 7.33102C-0.0976311 6.92435 -0.0976311 6.26503 0.292893 5.85836C0.683417 5.4517 1.31658 5.4517 1.70711 5.85836L3.89181 8.13334L9.2 0.763285C9.53137 0.3032 10.1582 0.209957 10.6 0.555021Z' fill='white'/%3E%3C/svg%3E%0A")}.checkbox-button span{font-size:16px;display:block;line-height:22px;text-align:left}