
/* css/publication-accordion.css (safe minimal) */
.paper-item { transition: background-color .2s ease; }
.paper-item .paper-body { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.paper-item.open .paper-body { max-height: 800px; }
.paper-item .paper-title { cursor: pointer; }
