.animated-show-info[data-show=false]{max-height:0}.animated-show-info[data-show=true]{max-height:var(--max-height)}.animated-show-info.disappear{animation:asi-disappear .15s cubic-bezier(.4,0,.2,1)}.animated-show-info.appear{animation:asi-appear .15s cubic-bezier(.4,0,.2,1)}@keyframes asi-appear{0%{max-height:0}to{max-height:var(--max-height)}}@keyframes asi-disappear{0%{max-height:var(--max-height)}to{max-height:0}}
