.steps .steps-list{gap:var(--space-s);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}.steps .steps-step{gap:var(--space-xs);border:var(--border-width) solid var(--border-hairline);border-radius:var(--radius-card);background:var(--surface-card);align-items:flex-start;padding:20px;display:flex}.steps .steps-num{border-radius:var(--radius-round);background:var(--accent-blue-soft);width:28px;height:28px;color:var(--accent-blue-deep);font-weight:var(--weight-bold);flex:none;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.steps .steps-title p{font-weight:var(--weight-bold);margin:0}.steps .steps-desc p{margin:var(--space-2xs) 0 0;color:var(--text-muted);font-size:.9em;line-height:1.5}@media (min-width:900px){.steps .steps-list{grid-template-columns:repeat(4,1fr)}.steps .steps-step{flex-direction:column}}
