.collapse-container{transition:height .4s ease-in-out}.collapse-title{cursor:pointer}.collapse-title>svg{transition:transform .3s ease-out;margin-left:12px}.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}.open,.open *{max-height:1000vh}.open *{transition:max-height .4s ease-in-out}