.workbench-participant-unresolved {
    min-width: 0;
    white-space: normal;
}

.workbench-participant-options {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 3px;
}

.workbench-participant-unresolved.cell-right .workbench-participant-options {
    justify-content: flex-end;
}

.workbench-participant-unresolved.cell-left .workbench-participant-options {
    justify-content: flex-start;
}

.workbench-participant-option {
    min-width: 3ch;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workbench-participant-separator {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.43);
    font-size: 9px;
    font-weight: 700;
    text-transform: lowercase;
}

.workbench-participant-unresolved.has-two-options .workbench-participant-options {
    width: max-content;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
}

.workbench-participant-unresolved.cell-right.has-two-options .workbench-participant-options {
    margin-left: auto;
    margin-right: 0;
}

.workbench-participant-unresolved.cell-left.has-two-options .workbench-participant-options {
    margin-left: 0;
    margin-right: auto;
}

.workbench-participant-unresolved.has-two-options .workbench-participant-separator {
    align-self: stretch;
    height: 7px;
    font-size: 7px;
    line-height: 7px;
    text-align: center;
}

.workbench-participant-unresolved.has-two-options .workbench-participant-option {
    width: 100%;
    min-width: 0;
    flex: none;
    line-height: 1.1;
    text-align: center;
}

@media (max-width: 600px) {
    .workbench-participant-unresolved.has-two-options .workbench-participant-options {
        margin-left: auto;
        margin-right: auto;
    }
}
