.grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}.grid-container{display:flex;flex-wrap:nowrap;overflow-y:auto}.content-column{flex:0 0 auto}.category{height:0;opacity:0;overflow:hidden}.category,.category.active{transition:opacity .7s ease-in-out}.category.active{height:auto;opacity:1}#categoryList .selected{font-weight:700}#toggleButton.listOpen{border-bottom:0;border-radius:.25rem .25rem 0 0;padding-bottom:calc(.5rem + 1px)}#categoryList.listClosed{border-radius:.25rem;border-width:1px;max-height:0;opacity:0;overflow:hidden}#categoryList.listOpen{border-radius:0 0 .25rem .25rem;border-top:0;max-height:600px;opacity:1;overflow:visible;transition:max-height .75s ease}