.small-collapse{background-color:#fff;border-radius:16px;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);contain:content;padding:20px 30px 20px 19px}.small-collapse+.small-collapse{margin-top:20px}.small-collapse__title{cursor:pointer;font-size:1.2rem;font-weight:500;padding-left:2rem;position:relative}.small-collapse__title:before{color:#4183c4;content:"+";font-size:24px;left:0;line-height:1;position:absolute}.small-collapse__content{max-height:0;overflow:hidden;padding:0 2rem;transition:padding-top .2s ease-in-out,padding-bottom .2s ease-in-out,background-color .2s ease-in-out}.small-collapse.open .small-collapse__title:before{content:"-"}.small-collapse.open .small-collapse__content{max-height:2000px;padding:1rem 2rem}