.filter-section{margin-bottom:10px}.filter-toggle{background:none;border:none;width:100%;text-align:left;padding-top:24px;padding-bottom:24px;font-size:16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.filter-content{overflow:hidden;max-height:0;transition:max-height .5s ease-in-out}.filter-content.open{max-height:1000px}.filter-content.closed{max-height:0}