.AnimatedListItem{overflow:visible;margin:0!important;padding:0!important;list-style-type:none}.AnimatedListItem_state_hide{overflow:hidden;animation:.2s ease-out animated-list-item-hide forwards}.AnimatedListItem_state_show{animation:.2s ease-in animated-list-item-show}@keyframes animated-list-item-hide{0%{max-height:unset;opacity:1}1%{max-height:var(--local-animated-height);opacity:1}to{max-height:0;opacity:0}}@keyframes animated-list-item-show{0%{overflow:hidden;max-height:0;opacity:0}to{overflow:hidden;max-height:var(--local-animated-height)}}