.panel{
    max-height: 0; 
    overflow: hidden; 
    transition: 0.5s ease-out;
}

.chevron{
    rotate: 180deg;
    transition: 0.5s;
}