.threadlist .thread .xn-thread-badges {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: .45rem;
    white-space: nowrap;
    vertical-align: 1px;
}

.threadlist .thread .xn-thread-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 36px;
    height: 20px;
    padding: 0 5px;
    border-radius: 4px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.threadlist .thread .xn-thread-badge--xianyu {
    color: #332b00;
    background: #ffe100;
}

.threadlist .thread .xn-thread-badge--personal {
    color: #fff;
    background: #16a085;
}

.threadlist .thread .xn-thread-badge--tdf {
    color: #fff;
    background: #24547d;
}

.threadlist .thread .xn-thread-badge--video {
    color: #fff;
    background: #ff5a36;
}

.threadlist .thread .xn-thread-badge--image {
    color: #fff;
    background: #3b82f6;
}

@media (max-width: 575.98px) {
    .threadlist .thread .xn-thread-badges {
        gap: 3px;
        margin-left: .3rem;
    }

    .threadlist .thread .xn-thread-badge {
        min-width: 32px;
        height: 18px;
        padding: 0 4px;
        font-size: 11px;
        line-height: 18px;
    }
}
