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

.yxyh-spp-draft-before-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--ls-border, #e5e7eb);
    border-radius: 50%;
    background: var(--ls-card-bg, #fff);
    box-sizing: border-box;
    transition: all 0.15s;
}

.yxyh-spp-draft-before-btn i {
    font-size: 18px;
}

.yxyh-spp-draft-before-btn:hover {
    border-color: var(--ls-primary, #3b82f6);
    color: var(--ls-primary, #3b82f6);
}

.yxyh-spp-draft-before-btn.is-active {
    border-color: var(--ls-primary, #3b82f6);
    color: var(--ls-primary, #3b82f6);
    background: var(--ls-primary-light, rgba(var(--ls-primary-rgb), 0.08));
}

.yxyh-spp-draft-before-btn img {
    width: 24px;
    height: 24px;
}

.yxyh-spp-submit-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.yxyh-spp-popover {
    width: 380px;
    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-title {
    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-tabs {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 10px;
}

.yxyh-spp-tab-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 280px;
    overflow-y: auto;
}

.yxyh-spp-tab {
    border: 0;
    border-radius: 9px;
    background: #f3f4f6;
    color: #4b5563;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 8px;
    cursor: pointer;
    text-align: left;
}

.yxyh-spp-tab span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yxyh-spp-tab em {
    font-style: normal;
    color: #9ca3af;
}

.yxyh-spp-tab.is-active {
    background: #eef2ff;
    color: var(--ls-primary);
}

.yxyh-spp-tab-content {
    min-width: 0;
}

.yxyh-spp-tab-panel {
    display: none;
}

.yxyh-spp-tab-panel.is-active {
    display: block;
}

.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.is-default {
    margin-bottom: 8px;
}

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