/* Herald · Discord — app tweaks. Base lives in glass-core.css. */
.row-icon {
  color: var(--accent);
  font-weight: 700;
  background: var(--bg-card);
  border-radius: 8px;
  height: 34px;
  line-height: 34px;
}
#srv-name, #ch-name { color: var(--accent); }

/* ---- Premium pass: server/channel/message cards ---- */
.row { padding: 15px 18px; }
.row-title {
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: var(--text-primary);
}
.row-sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #9db0ff;
  margin-top: 6px;
}
.row-thumb, .row-thumb.sq { border-radius: 13px; }
.row:focus .row-title { color: #c3ccff; }

