.workflow-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.workflow-step .step-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}
.workflow-connector {
    width: 2px;
    height: 24px;
    margin-left: 21px;
    margin-bottom: 0.5rem;
}
