.list-container{overflow:hidden;max-height:0;transition:max-height .5s ease-in-out;opacity:0;transition:opacity .5s ease-in-out}.list-container.open{opacity:1;transition:max-height 1s ease-in-out,opacity 1s ease-in-out}.list-item{opacity:0;transform:translate(35%);animation:slideIn .5s forwards;list-style-position:inside}.list-item:first-child{margin-top:10px}@keyframes slideIn{to{opacity:1;transform:translate(0)}}
