/* kunpeng 文章页附加样式 */
.article-content p { margin-bottom: 18px; }
.article-content h2 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 8px;
}
.article-content h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
}
/* ======== 社交分享图标 ======== */
.share-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; padding: 6px; border-radius: .5rem;
  transition: all .2s; cursor: pointer; border: none;
  background: transparent; position: relative;
}
.share-icon svg { width: 20px; height: 20px; }
.copy-btn[data-ok]::after {
  content: '✓'; position: absolute; top: -2px; right: -2px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #10b981; color: #fff; font-size: 10px;
  font-weight: 700; display: flex; align-items: center;
  justify-content: center; line-height: 1;
}
.poster-modal:not(.hidden) { display: flex; }
.wechat-modal:not(.hidden) { display: flex; }
/* ======== 海报生成弹窗 ======== */
.poster-content { box-shadow: 0 8px 32px rgba(0,0,0,.18); }
.poster-title { font-weight: 700; font-size: 17px; margin: 0 0 14px; color: #1f2937; }
.poster-preview { background: #fff; padding: 0; margin-bottom: 14px; box-shadow: 0 2px 12px rgba(0,0,0,.08); width: 420px; max-width: 100%; border-radius: 10px; }
.poster-thumb-wrap { width: 100%; height: 236px; overflow: hidden; border-radius: 10px 10px 0 0; }
.poster-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.poster-body { padding: 20px 22px 16px; }
.poster-article-title { font-weight: 700; font-size: 19px; line-height: 1.35; color: #111827; margin-bottom: 10px; }
.poster-desc { font-size: 13px; line-height: 1.6; color: #6b7280; margin-bottom: 10px; }
.poster-meta { font-size: 12px; color: #9ca3af; margin-bottom: 4px; }
.poster-qr-section { border-top: 1px solid #e5e7eb; padding-top: 14px; }
.poster-qr-tip { font-size: 11px; color: #9ca3af; margin: 0 0 6px; text-align: center; }
#posterQrcode { width: 88px; height: 88px; display: block; margin: 0 auto; }
.poster-footer { background: #f3f4f6; padding: 14px 22px; display: flex; align-items: center; gap: 10px; border-top: 1px solid #e5e7eb; border-radius: 0 0 10px 10px; }
.poster-logo { width: 32px; height: 32px; border-radius: 8px; background: #3b82f6; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; }
.poster-sitename { font-size: 13px; font-weight: 600; color: #374151; }
.poster-actions { display: flex; gap: 10px; }
.poster-btn-download { flex: 1; padding: 10px 0; background: #2563eb; color: #fff; border: none; border-radius: 9999px; font-size: 14px; cursor: pointer; font-weight: 500; }
.poster-btn-close { flex: 1; padding: 10px 0; background: #e5e7eb; color: #374151; border: none; border-radius: 9999px; font-size: 14px; cursor: pointer; font-weight: 500; }
#wechatQrcode { width: 180px; height: 180px; }
/* ======== 评论相关 ======== */
#cancel-reply { display: none; font-size: 12px; color: #3b82f6; margin-left: 8px; }
/* ======== 文章页移动端 ======== */
.article-content-m { font-size: 15px; }
.article-m-title { max-width: 200px; }
.poster-w { max-width: 420px; }
.wechat-w { max-width: 320px; }
