/*
 * Related posts section. Thin by design — it reuses .section-head and
 * .post-grid from layout/sections.css and components/cards.css rather
 * than redefining its own grid. Extracted from Sprint 3's article.css
 * verbatim.
 *
 * @package TFGadgets
 */

/* Related posts (reuses .section-head/.post-grid from style.css) */
.related-posts{ padding:56px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
