.step-instruction-item {
    margin-bottom: .75rem;
}

.step-instruction-title,
.step-instruction-block {
    margin-bottom: .25rem;
}

.step-instruction-block {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}

.step-instruction-title > :last-child,
.step-instruction-content > :last-child {
    margin-bottom: 0;
}

.step-instruction-comment {
    color: #6c757d;
}

.step-instruction-tag {
    flex: 0 0 4.5rem;
    padding: .1rem .4rem;
    border-radius: .2rem;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.step-instruction-content {
    min-width: 0;
    flex: 1 1 auto;
}

.step-instruction-leader-steps {
    color: #173f8a;
}

.step-instruction-leader-steps .step-instruction-tag {
    background: #173f8a;
}

.step-instruction-leader-instruction {
    color: #b35412;
}

.step-instruction-leader-instruction .step-instruction-tag {
    background: #b35412;
}

.step-instruction-follower-steps {
    color: #8f2fb3;
}

.step-instruction-follower-steps .step-instruction-tag {
    background: #8f2fb3;
}

.step-instruction-follower-instruction {
    color: #16813a;
}

.step-instruction-follower-instruction .step-instruction-tag {
    background: #16813a;
}
