.LocationAccordionContent[data-state=open]{animation:locationSlideDown .3s cubic-bezier(.87,0,.13,1)}.LocationAccordionContent[data-state=closed]{animation:locationSlideUp .3s cubic-bezier(.87,0,.13,1)}@keyframes locationSlideDown{0%{height:0}to{height:var(--reka-accordion-content-height)}}@keyframes locationSlideUp{0%{height:var(--reka-accordion-content-height)}to{height:0}}
