.accordion input[type=checkbox]~div{max-height:0;overflow:hidden}.accordion input[type=checkbox]:checked~div,.accordion input[type=checkbox]~div{transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.accordion input[type=checkbox]:checked~div{max-height:100vh;overflow:auto}.accordion input[type=checkbox]:checked~label .caret{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
