.yxyh-spp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

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

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

.yxyh-spp-scene-sns_quick_publish {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--ls-text-secondary);
    background: var(--ls-bg);
}

.yxyh-spp-scene-sns_quick_publish:hover {
    color: var(--ls-primary);
}

.yxyh-spp-scene-sns_quick_publish i {
    font-size: 20px;
}

.ls-pw-toolbar .yxyh-spp-btn {
    margin-left: auto;
}

.ls-pw-toolbar .yxyh-spp-btn.is-active img {
    width: 24px;
    height: 24px;
}

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

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

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

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

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

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

.yxyh-spp-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-spp-item:hover {
    background: #f3f4f6;
}

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

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

.yxyh-spp-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-spp-item span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

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

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