/* ============ Screen: feed — full activity list ============ */

/* Brand monogram inside white/brand squircles */
.feed-screen .sq__mono { font-weight: 800; font-size: 13px; letter-spacing: 0; }

/* Date group labels — smaller than the base section title */
.feed-label { font-size: 14px; font-weight: 600; margin: 20px 2px 8px; }

/* Group cards: rows carry the vertical rhythm */
.feed-group { padding: 4px 18px; }
.feed-group .row { padding: 13px 0; }

.feed-screen .row__body { min-width: 0; }
.feed-screen .row__title,
.feed-screen .row__sub {
  display: block; text-align: left;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* Declined rows swap the amount for a kebab */
.feed-kebab { display: inline-grid; place-items: center; color: var(--color-text-muted); }
.feed-kebab svg { width: 20px; height: 20px; }

.feed-empty { text-align: center; padding: 32px 18px; }

.feed-sheet-copy { color: var(--color-text-muted); margin-bottom: 20px; }
