.timeline-container { border-left: 2px solid #ddd; padding-left: 30px; margin-left: 10px; }
.timeline-block { margin-bottom: 40px; position: relative; }
.timeline-block::before { content: ""; width: 16px; height: 16px; background: var(--primary-blue); border-radius: 50%; position: absolute; left: -39px; top: 0; border: 3px solid #fff; }
.timeline-block.focus { background: #fdfae9; padding: 20px; border: 1px solid #eee; }
.timeline-block.focus::before { background: var(--accent-gold); }