.task-identity-badges {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 7px;
}

.task-identity-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 22px;
    padding: 0 8px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
}

.task-identity-badge .iconfont {
    font-size: 12px;
    line-height: 1;
}

.task-identity-badge-member {
    border-color: #ffad14;
    background: #ffad14;
    color: #fff;
}

.task-identity-badge-auth-2 {
    border-color: #9cbcff;
    background: #eef4ff;
    color: #2468e5;
}

.task-identity-badge-auth-1 {
    border-color: #87dfbd;
    background: #edfff7;
    color: #008b61;
}

.task-identity-badge-normal {
    background: #edf2f8;
    color: #5e7187;
}
