.rw-timeline-paper { display: grid; gap: 0; }
.rw-timeline-step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; position: relative; padding-bottom: 28px; }
.rw-timeline-step:not(:last-child)::after { content: ""; position: absolute; left: 21px; top: 44px; bottom: 0; width: 2px; background: linear-gradient(var(--rw-paper-primary), rgba(0,184,148,.12)); }
.rw-timeline-number { width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center; background: var(--rw-paper-primary-soft); color: var(--rw-paper-primary); font-family: var(--rw-paper-mono); font-weight: 900; }
.rw-timeline-body { background: var(--rw-paper-card); border: 1px solid var(--rw-paper-border); border-radius: var(--rw-paper-radius-lg); padding: 18px; box-shadow: var(--rw-paper-shadow-sm); }
.rw-timeline-title { margin: 0; color: var(--rw-paper-heading); font-weight: 900; }
.rw-timeline-copy { margin: 6px 0 0; color: var(--rw-paper-muted); line-height: 1.6; }
