.custom-checkbox{background:var(--primary-white-00,#fff);border:2px solid var(--primary-bold-black-70,#000)}input[type=checkbox]:checked+.custom-checkbox{background-color:#ffde00;border:none}input[type=checkbox]:checked+.custom-checkbox .checkmark{display:block}.hidden{display:none}.caret{transition:transform .3s ease}.rotate-180{transform:rotate(180deg)}