.collapsable{width:100%}.collapsable-item{background:#F1F1F1;border-radius:8px;margin-bottom:8px;overflow:hidden}.collapsable-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:none;border:none;cursor:pointer;transition:background-color .2s ease}.collapsable-header:hover{background-color:rgba(0,0,0,.05)}.collapsable-title{font-family:Poppins;font-weight:700;font-style:normal;font-size:20px;line-height:100%;letter-spacing:0;color:#000000;text-align:left;flex:1 1}.collapsable-chevron{color:#000000;transition:transform .3s ease;flex-shrink:0;margin-left:12px}.collapsable-chevron.open{transform:rotate(180deg)}.collapsable-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#FFFFFF}.collapsable-content.open{max-height:1000px}.collapsable-content-inner{padding:20px}