.yxyh-spr-btn {
    gap: 4px;
    width: auto !important;
    padding: 0 10px;
    margin-left: auto;
    margin-right: 6px;
    border: 1px solid #e5e7eb;
    border-radius: 20px!important;
    background: #fff;
    color: #6b7280;
    box-sizing: border-box;
}

.yxyh-spr-btn em {
    font-style: normal;
    font-size: 12px;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yxyh-spr-btn.is-active {
    color: #4f46e5;
    border-color: #c7d2fe;
    background: #fff;
}

.yxyh-spr-btn i {
    font-size: 16px;
}

.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;
}
