.collapsibleContentAnimated{overflow:hidden}.collapsibleContentAnimated[data-state=open]{animation:slideDown .3s ease-out}.collapsibleContentAnimated[data-state=closed]{animation:slideUp .3s ease-out}@keyframes slideDown{0%{height:0}to{height:var(--reka-collapsible-content-height)}}@keyframes slideUp{0%{height:var(--reka-collapsible-content-height)}to{height:0}}
