.step-list{display:flex;flex-direction:column;gap:0;margin-top:1.5rem;position:relative}.step-list--line{border-left:2px solid #e2e2e2;border-image-slice:1;padding-left:calc(1rem - 1px)}.step-list--no-line{border-left:2px solid transparent;border-image-slice:1;padding-left:calc(1rem - 1px)}.step-list__step{display:flex;flex-direction:column;position:relative;padding-left:2rem;margin-left:1rem;padding-bottom:1rem}.step-list__step-header{display:flex;align-items:center;gap:1rem}.step-list__step-number{border-radius:50%;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;font-weight:700;flex-shrink:0;position:absolute;left:calc(-1rem - 1px);top:0}.step-list__step-title{margin:0;padding-left:1rem}.step-list__step-content{margin-top:.5rem;padding-left:1rem}.step-list__step-content p{margin-top:0}.step-list__step-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.step-list__step-cta{display:inline-block;margin-top:1rem;font-weight:700;text-decoration:underline;color:var(--color-link,#0056b3)}