label.burger,label.burger label{cursor:pointer;height:26px;width:26px}label.burger label{content:"";display:block;position:relative;transition:all .1s ease}label.burger label div{background-color:#000;border-radius:50px;cursor:pointer;display:block;height:2px;position:absolute;transition:all .2s ease;width:26px}label.burger label div:first-child{margin-top:0}label.burger label div:nth-child(2){margin-top:11px}label.burger label div:nth-child(3){margin-top:23px}label.burger label:hover div{background-color:#fa5003}label.burger label:has(+input:checked) div:first-child{margin-top:10px;transform:rotate(45deg)}label.burger label:has(+input:checked) div:nth-child(2){margin-top:11px;transform:rotateY(90deg)}label.burger label:has(+input:checked) div:nth-child(3){margin-top:10px;transform:rotate(-45deg)}label.burger input[type=checkbox]{display:none;height:0;transition:all .2s ease;width:0}
