.collapsible{display:flex;justify-content:space-between;cursor:pointer}.child-items{padding-left:28px !important}.chevron{transition:transform .3s ease}.child-items{overflow:hidden;height:0;transition:height .3s ease}.child-items.visible{height:auto}.chevron.chevron-flipped{transform:rotate(180deg)}.parent-item{width:100%}@media only screen and (max-width:576px){.child-items{padding-left:0 !important}}