/*
 * Archive header/loop base layout (title area, loop padding). The
 * two-column .archive-layout grid, featured card, and sidebar widgets
 * were built in Sprint 4 as assets/css/archive.css and are relocated
 * wholesale into layout/archive.css and components/sidebar-widgets.css
 * respectively (see DESIGN_SYSTEM.md) — this file only holds the
 * pieces that originally lived in the base style.css.
 *
 * @package TFGadgets
 */

/* =====================================================
   ARCHIVE / BLOG LOOP
===================================================== */
.archive-header{ padding:48px 0 20px; border-bottom:1px solid var(--line); }
.archive-header .eyebrow{ margin-bottom:10px; display:block; }
.archive-header h1{ font-size:clamp(30px,4vw,46px); }
.archive-loop{ padding:44px 0; }
.archive-loop .post-grid{ grid-template-columns:repeat(3,1fr); }
