/* interactions.css 占位文件（防止404导致的 MIME 报错） */

/* 评论区基础样式（可按需补充/覆盖主题） */
.comments-container { min-height: 40px; }
.comment-item { background: rgba(255,255,255,0.04); border-radius: 8px; padding: 12px; margin-bottom: 10px; }
.comment-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.comment-author { font-weight: 600; }
.comment-time { color: #888; font-size: 12px; }
.comment-content { line-height: 1.6; }

.no-comments { text-align: center; color: #999; padding: 16px 0; }



