/* assets/css/comments.css */
.comment-card { border-radius:8px; box-shadow:0 6px 18px rgba(0,0,0,0.06); background:#fff; }
.comment-actions .btn { font-size:0.8rem; padding:.25rem .5rem; }
.reply-box, .edit-area{ width:100%; }
#reactions .reaction-btn{ min-width:72px; }
