.vertical-steper{display:flex;flex-direction:column;gap:16px;margin-top:24px;margin-bottom:40px}.step{display:grid;grid-template-columns:20px 1fr;gap:8px}.step .step-marker{display:flex;flex-direction:column;align-items:center;position:relative}.step .step-marker .number{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #c7c7c7;border-radius:50%;font-size:.8rem;font-weight:600;background-color:#fff;z-index:1}.step .step-marker:after{content:"";position:absolute;top:24px;bottom:-12px;width:2px;background-color:#c7c7c7}.step:last-child .step-marker:after{content:none}.step .step-content{display:flex;flex-direction:column;justify-content:center}.step .step-content .title{font-weight:600;font-size:16px;color:#111827}.step .step-content .subtitle{font-size:14px;color:#111827}