.cmt-page .crow {
  border-top: 1px solid var(--line-2);
  padding: 16px 6px;
}
.cmt-page .crow:first-child { border-top: none; }
.cmt-page .crow:hover { background: rgba(17, 17, 20, .02); }
.cmt-page .c-av { width: 28px; height: 28px; font-size: 10.5px; }
.cmt-page .c-name { font-weight: 540; }
.cmt-page .c-sid {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 6px;
  background: var(--line-2);
  color: var(--t2);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color .13s var(--ease), color .13s var(--ease);
}
.cmt-page .c-sid:hover:not(:disabled) { background: var(--line-strong); color: var(--text); }
.cmt-page .c-sid:disabled { cursor: default; }
.cmt-page .c-meta { gap: 7px; margin-top: 9px; }
