@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.card-animate{animation:fadeIn .3s ease-out}.entry-details{overflow:hidden;transition:max-height .25s ease-in-out,opacity .25s ease-in-out}.entry-details-enter{max-height:2000px;opacity:1}.entry-details-exit{max-height:0;opacity:0}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
