.workflow-list{counter-reset:step;flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.workflow-list li{counter-increment:step;border-bottom:1px solid var(--border);font-family:var(--font-geist-mono), monospace;color:var(--muted-foreground);grid-template-columns:28px 1fr;align-items:start;gap:12px;padding-block:12px;font-size:11px;line-height:1.7;display:grid}.workflow-list li:last-child{border-bottom:0}.workflow-list li:before{content:counter(step, decimal-leading-zero);border:1px solid var(--border);background:var(--panel);width:22px;height:22px;color:var(--foreground);justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.workflow-list b{color:var(--foreground);font-weight:600}
