/* =============================================================================
   SITE STYLES — madeleine.cool
   css/site.css
   Blog-specific styles. Load after the shared package.
   Load order:
     node_modules/@madeleinehhhh/madeleines-shared-css/shared.css
     css/site.css  ← this file
   ============================================================================= */

/* =============================================================================
   BLOG — POST LIST
   Post list template styles.
   ============================================================================= */

/* Post list title links — no underline, title stands on its own */
h2.postlist-title a {
  text-decoration: none;
}

/* Post metadata and prev/next nav — smaller, no bullets */
.post-metadata,
.links-nextprev {
  list-style: none;
  font-size:  0.9em;
}

/* Prev/next — spread to opposite ends */
.links-nextprev {
  display:         flex;
  justify-content: space-between;
}