/* ============================================================
   INSIGHTS — the latest entries from blog/posts.json, on the homepage.
   Deliberately rule-free: the section header already draws one line, and
   a bordered row per post stacked several more directly under it.
   Separation here is spacing, not hairlines.
   ============================================================ */
.insights-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.insights-list .post-row,
.insights-list .post-row:last-child {
  border: none;
}

.insights-list .post-row-link {
  padding: 16px 2px;
}

.insights-more {
  margin-top: 12px;
}
