.step-item {
    margin-top: 10px;
    padding-left: 18px;
    border-left: 2px solid #e8eaf6;
}
.step-number {
    font-weight: 600;
    color: #667eea;
    margin-bottom: 4px;
}
.step-title {
    font-weight: 500;
    margin-bottom: 4px;
}
.step-desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #555;
}
.step-output {
    font-size: 0.82rem;
    color: #888;
    font-style: italic;
    margin-top: 4px;
}
