/* 用户展示-列表小工具 */
.YXYH-pc-widget-user-rows .ls-widget-body {
    display: flex;
    flex-direction: column;
    background: #fff;
    gap: 15px;
}

.YXYH-pc-widget-user-rows .user-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.YXYH-pc-widget-user-rows .user-avatar {
    position: relative;
    width: 40px;
    height: 40px;
}

.YXYH-pc-widget-user-rows .user-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.YXYH-pc-widget-user-rows .user-top {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 20px;
}

.YXYH-pc-widget-user-rows .user-name {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.YXYH-pc-widget-user-rows .user-level {
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    line-height: 18px;
}

.YXYH-pc-widget-user-rows .user-lv {
    flex-shrink: 0;
    display: inline-flex;
}

.YXYH-pc-widget-user-rows .user-desc {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--jinsom-color-desc);
    line-height: 18px;
}

.YXYH-pc-widget-user-rows .user-time {
    flex-shrink: 0;
    color: #8a8f98;
    font-size: 12px;
}
