/* Herald · Bluesky — app tweaks. Base in glass-core.css. */
.row-icon { color: #38bdf8; }
.row-icon--live { color: var(--accent); }
.bsky-post .row-title { white-space: normal; }
.bsky-meta { font-size: var(--fs-xs); color: var(--text-muted); margin-top: 4px; font-variant-numeric: tabular-nums; }
.bsky-rt { font-size: var(--fs-xs); color: var(--text-muted); margin-bottom: 2px; }

/* ---- Premium pass: readable timeline cards ---- */
.row { padding: 15px 18px; }
.bsky-post .row-title {
  white-space: normal;
  font-size: 15.5px;
  font-weight: 800;
  letter-spacing: -0.1px;
  color: var(--text-primary);
}
.bsky-post .row-sub {
  white-space: normal;
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.42;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.bsky-meta {
  color: #38bdf8;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-top: 8px;
}
.row:focus .bsky-post .row-title,
.bsky-post.row:focus .row-title { color: #7dd3fc; }

