/* =============================================================================
   LAYER 4 — BLOG / EDITORIAL (Template H)
   Serves the remaining /savjeti/ articles and any post that is not a how-to:
     /slatke-vode/savjeti/proljetni-ribolov-na-slatkim-vodama/  1,061
     /more/savjeti/ribolov-zima-more/                             381
     plus the long tail.

   Deliberately the lightest context on the site. Template H content must never compete
   with the money and regs templates for scroll priority, so there is no gallery, no gear
   block and no hero here.
   ============================================================================= */

/* --- shortened Ukratko -----------------------------------------------------
   The one sanctioned exception to the full block (design.md §7b): editorial gets the
   intro paragraph without the key-facts list. .sr-ukratko--short is defined in layer 3;
   nothing to add.
   --------------------------------------------------------------------------- */

/* --- related PILLARS, not related posts ------------------------------------
   Returns the reader to the evergreen tree rather than sideways into more editorial.
   A "related posts" widget on this site would circulate traffic among low-value pages;
   pointing at pillars feeds it back toward the pages that rank and convert.
   --------------------------------------------------------------------------- */
.sr-related-pillars { margin-top: var(--s6); border-top: 1px solid var(--border); padding-top: var(--s4); }
.sr-related-pillars__list {
  list-style: none; margin: var(--s3) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--s3);
}
.sr-related-pillars__item {
  border: 1px solid var(--border); border-radius: var(--r-card);
  padding: var(--s3); text-decoration: none; font-weight: 600; color: var(--sea);
}
.sr-related-pillars__item:hover { border-color: var(--sea); }

/* --- post meta -------------------------------------------------------------
   Date is shown because freshness matters on seasonal editorial ("proljetni ribolov").
   It is NOT shown on species or propisi pages, where an old date reads as stale rather
   than as seasonal — those carry the "Ažurirano za 2026." freshness pill instead.
   --------------------------------------------------------------------------- */
.sr-post-meta { font-size: var(--fs-small); color: var(--muted); margin-bottom: var(--s4); }
