.expandable-list{display:flex;flex-wrap:wrap;gap:1rem;gap:var(--expandable-list-gap,1rem);list-style:none}.expandable-list__item{background-color:initial;background-color:var(--expandable-list-item-bg-color,#0000);border-radius:0;border-radius:var(--expandable-list-item-radius,0);box-shadow:none;box-shadow:var(--expandable-list-item-shadow,none);padding:0;padding:var(--expandable-list-item-padding,0);width:200px;width:var(--expandable-list-item-width,200px)}.expandable-list__toggle-container{font-weight:var(--weight-medium);margin-top:1.5rem;text-align:center;width:100%}