.projects-section{margin:20px 0}.project{display:flex;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #ddd}.project-content{display:flex;align-items:flex-start}.project-thumbnail{margin-right:20px}.project-thumbnail img{width:150px;height:auto;border-radius:8px;object-fit:cover;border:1px solid #ddd}.project-details{flex:1}.project-details h3{margin-top:0;font-size:1.3em;font-weight:bold}.project-details p{margin:5px 0;line-height:1.5;font-size:1em}.project-details p strong{font-weight:bold}.project-links a{color:#007acc;text-decoration:none;font-size:1em;margin-right:10px}.project-links a:hover{text-decoration:underline}.project-details .hidden{font-size:.9em;max-height:0;overflow:hidden;transition:all .15s ease}.project-details .hidden.open{max-height:100em}.project-details .bibtex pre{margin-top:10px}