
                                                                     .comment-thread { border-bottom: 1px solid #eee; padding: 14px 0; }
                                                                     .comment-main { display:flex; gap:10px; }
                                                                     .comment-avatar { width:36px; height:36px; border-radius:50%; background:#035a80; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:14px; flex-shrink:0; }
                                                                     .comment-avatar.skeptic { background:#888; }
                                                                     .comment-avatar.reply-av { width:28px; height:28px; font-size:11px; }
                                                                     .comment-body { flex:1; }
                                                                     .comment-name { font-weight:700; color:#222; font-size:0.9em; }
                                                                     .comment-time { color:#999; font-size:0.8em; margin-left:8px; }
                                                                     .comment-text { color:#333; font-size:0.9em; line-height:1.5; margin:4px 0 6px; }
                                                                     .comment-likes { color:#888; font-size:0.8em; }
                                                                     .comment-replies { margin-left:46px; padding-left:14px; border-left:2px solid #eee; margin-top:10px; }
                                                                     .comment-reply { display:flex; gap:8px; margin-bottom:10px; }
                                                                     .mention { color:#035a80; font-weight:600; }
                                                                     .comment-avatar.green { background:#2e7d32; }
                                                                     .comment-avatar.red { background:#c62828; }
                                                                  