.collapsible-content{overflow:hidden;transition:height .3s cubic-bezier(.87,0,.13,1),opacity .3s cubic-bezier(.87,0,.13,1);will-change:height,opacity}.collapsible-content[data-state=open]{animation:slideDown .3s cubic-bezier(.87,0,.13,1)}.collapsible-content[data-state=closed]{animation:slideUp .3s cubic-bezier(.87,0,.13,1)}@keyframes slideDown{0%{height:0;opacity:0}to{height:var(--reka-collapsible-content-height);opacity:1}}@keyframes slideUp{0%{height:var(--reka-collapsible-content-height);opacity:1}to{height:0;opacity:0}}@media(prefers-reduced-motion:reduce){.collapsible-content{animation:none!important;transition:none!important}}
