@keyframes accordion-down{0%{max-height:0}to{max-height:100vh}}@keyframes accordion-up{0%{max-height:100vh}to{max-height:0}}.accordion-trigger[data-state=open] svg{transform:rotate(.5turn)!important}.accordion-content[data-state=open]{animation:accordion-down .1s ease-in-out}.accordion-content[data-state=closed]{animation:accordion-up .1s ease-in-out}