.dropdown-content{max-height:0;overflow:hidden;transition:max-height .5s ease-out}.dropdown-content.open{max-height:1000px;transition:max-height .5s ease-in}.dropdown-icon{transition:transform .5s ease-out}.dropdown-content.open .dropdown-icon{transform:rotate(180deg)}