/* 推广分享小工具 */
.YXYH-pc-widget-share .ls-widget-body {
    display: grid;
    gap: 12px;
    padding: 15px;
}

.YXYH-pc-widget-share .panel {
    border: 1px solid #eef1f4;
    border-radius: 14px;
    padding: 12px;
    background: #ffffff;
}

.YXYH-pc-widget-share .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.YXYH-pc-widget-share .panel-title {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
}

.YXYH-pc-widget-share .panel-title::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fe6b3f;
    display: inline-block;
}

.YXYH-pc-widget-share .subtitle {
    font-size: 12px;
    color: #6b7280;
}

.YXYH-pc-widget-share .share-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
}

.YXYH-pc-widget-share .link-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.YXYH-pc-widget-share .link-box n {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    color: #374151;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.YXYH-pc-widget-share .copy-btn {
    flex-shrink: 0;
    padding: 6px 12px;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.YXYH-pc-widget-share .stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.YXYH-pc-widget-share .stat {
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #eef1f4;
    background: #ffffff;
}

.YXYH-pc-widget-share .stat span {
    display: block;
    color: #6b7280;
    font-size: 12px;
}

.YXYH-pc-widget-share .stat i {
    display: block;
    margin-top: 4px;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.YXYH-pc-widget-share .platform-title {
    font-size: 12px;
    color: #6b7280;
}

.YXYH-pc-widget-share .platform {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.YXYH-pc-widget-share .platform li {
    list-style: none;
    height: auto;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    color: #1f2937;
    cursor: pointer;
    border: 1px solid #eef1f4;
    background: #ffffff;
    transition: opacity 0.2s ease;
}

.YXYH-pc-widget-share .platform li:hover .platform-icon i {
    opacity: 0.7;
}

.YXYH-pc-widget-share .platform-icon i {
    font-size: 18px;
    transition: opacity 0.2s ease;
}

.YXYH-pc-widget-share .platform .wechat i { color: #2bbf5e; }
.YXYH-pc-widget-share .platform .qzone i { color: #f5a623; }
.YXYH-pc-widget-share .platform .qq i { color: #4c8bf5; }
.YXYH-pc-widget-share .platform .weibo i { color: #ff5d5d; }
.YXYH-pc-widget-share .platform .telegram i { color: #2aabee; }

.YXYH-pc-widget-share .tips {
    font-size: 12px;
    color: #94a3b8;
    text-align: center;
}
