/* Gazeta -> River reader styles: base palette lives in base.html; this
   file carries page-specific extras. */
.views a { margin-right: 1rem; padding-bottom: 2px; }
.views a.active { border-bottom: 2px solid var(--accent); color: var(--text); }
.entry h3 { margin: 0 0 .25rem; }
.entry .actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.subs { list-style: none; padding: 0; }
.comments { list-style: none; padding-left: .5rem; font-size: .95rem; }
.pager { display: flex; gap: 1rem; margin: 1rem 0; }
table { width: 100%; border-collapse: collapse; }
table td, table th { padding: .4rem .5rem; border-bottom: 1px solid #2a2f36; text-align: left; }

/* Entry thumbnails (SRC-04): lazy, never overflowing the card. */
.entry .thumb { display:block; width:100%; max-width:480px; height:auto; border-radius:6px; margin-bottom:.6rem; }
