@keyframes accordion-down{0%{height:0}to{height:var(--accordion-content-height)}}@keyframes accordion-up{0%{height:var(--accordion-content-height)}to{height:0}}.accordion-content{overflow:hidden;transition:height .2s ease-out}.accordion-content.open{animation:accordion-down .2s ease-out}.accordion-content.closed{animation:accordion-up .2s ease-out}.chevron{transition:transform .2s ease-out}.chevron.rotated{transform:rotate(180deg)}
