@keyframes accordion-down{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:500px;opacity:1;transform:translateY(0)}}.content-transition{overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);max-height:0;opacity:0}.content-transition[data-state=open]{animation:accordion-down .2s ease-out;max-height:500px;opacity:1}