<style> .container-flex { display: flex; flex-wrap: wrap; gap: 20px; } .timeline-container { flex: 1; min-width: 300px; max-width: 800px; position: relative; } .timeline-container h2 { margin-bottom: 10px; } .timeline-line { position: absolute; top: 70px; left: 14px; width: 1.5px; height: calc(100% - 136px); background: #57068C; } .timeline-entry { position: relative; margin-bottom: 20px; padding-left: 40px; } .year-circle { position: absolute; left: 0px; top: -3px; width: 30px; height: 30px; background-color: #57068C; color: white; font-weight: bold; font-size: 0.7rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; } .entry-content h3 { margin: 0 0 5px 0; font-size: 1.1rem; line-height: 1.3; } .entry-content div { font-size: 1rem; color: #666; margin: 0; line-height: 1.4; } .entry-content ul { margin: 5px 0 0 0; padding-left: 20px; } .entry-content ul li { margin-bottom: 4px; } .research-interests { flex: 1; min-width: 300px; } .research-interests ul { padding-left: 20px; } </style>