.task {
    margin-bottom: 40px;
    background-color: #cee;
}

.chain {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step {
    padding: 10px 14px;
    border-radius: 4px;
    color: black;
    font-size: 12px;
    white-space: nowrap;
}

.started {
    background-color: #f1c40f;
}

.completed {
    background-color: #2ecc71;
}

.failed {
    background-color: #e74c3c;
}

.timeout {
    background-color: #e67e22;
}

.connector {
    width: 30px;
    height: 2px;
    background-color: #999;
}
