@keyframes ss-accordion-down{0%{height:0}to{height:var(--accordion-panel-height)}}@keyframes ss-accordion-up{0%{height:var(--accordion-panel-height)}to{height:0}}.sweetspot-accordion-panel[data-open]{animation:.22s cubic-bezier(.87,0,.13,1) ss-accordion-down}.sweetspot-accordion-panel[data-closed]{animation:.22s cubic-bezier(.87,0,.13,1) ss-accordion-up}