.collapse-container{transition:height .4s ease-in-out}.collapse-title{cursor:pointer}.collapse-title>svg{margin-left:12px;transition:transform .3s ease-out}.title-open>svg{transform:rotate(180deg)}.collapse-content{opacity:0;max-height:0;transition:all .4s ease-in-out;overflow:hidden}.collapse-content *{max-height:0;transition:max-height .4s ease-in-out}.open{opacity:1;max-height:1000vh}.open *{max-height:1000vh;transition:max-height .4s ease-in-out}
