/* ============================================================
   Styles OWNED by the shared Comments thread (js/core/comments.js).
   ============================================================ */
.cmt-wrap { margin-top: 4px; }

.cmt-head { font-weight: 600; margin-bottom: 8px; }

.cmt-list {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 4px;
}

.cmt-item { display: flex; gap: 8px; margin-bottom: 12px; }

.cmt-avatar {
  flex: 0 0 32px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #e7f0ff;
  color: #0d6efd;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 600;
}

.cmt-body-wrap { flex: 1 1 auto; min-width: 0; }

.cmt-meta { font-size: 0.78rem; color: #8a94a6; }
.cmt-author { font-weight: 600; color: #44505f; }
.cmt-time { margin-left: 6px; }
.cmt-edited { margin-left: 6px; font-style: italic; }

.cmt-body {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 6px 10px;
  margin-top: 2px;
  word-break: break-word;
  white-space: normal;
}

.cmt-actions { margin-top: 2px; }
.cmt-actions .btn-link { font-size: 0.78rem; text-decoration: none; }

.cmt-empty { text-align: center; padding: 10px 0; }

.cmt-composer { margin-top: 10px; }
