.yxyh-spr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 30px !important;
    min-width: 30px;
    height: 30px;
    padding: 0;
    margin-left: auto;
    margin-right: 6px;
    border: 0;
    border-radius: 6px!important;
    background: transparent;
    color: #a1a1aa;
    box-sizing: border-box;
}

.yxyh-spr-btn.is-active {
    color: var(--ls-primary);
    background: transparent;
}

.vd-comment-wrap .yxyh-spr-btn:hover {
    background: transparent;
    opacity: .7;
}

.yxyh-spr-btn i {
    font-size: 17px;
    line-height: 1;
}

.yxyh-spr-btn .yxyh-spr-current {
    display: none;
}

.yxyh-spr-btn img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.yxyh-spr-popover {
    width: 235px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
    border-radius: 5px;
}

.yxyh-spr-panel {
    padding: 10px;
    background: #fff;
    border-radius: 12px;
}

.yxyh-spr-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.yxyh-spr-head strong {
    font-size: 14px;
    color: #111827;
}

.yxyh-spr-head span {
    font-size: 12px;
    color: #9ca3af;
}

.yxyh-spr-list {
    max-height: 280px;
    overflow-y: auto;
}

.yxyh-spr-item {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
}

.yxyh-spr-item:hover {
    background: #f3f4f6;
}

.yxyh-spr-item.is-selected {
    background: #eef2ff;
}

.yxyh-spr-item img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f4f6;
}

.yxyh-spr-item i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 16px;
}

.yxyh-spr-item span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.yxyh-spr-item b {
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yxyh-spr-item em {
    color: #9ca3af;
    font-size: 12px;
    font-style: normal;
}
