/* Overrides loaded after main build CSS (auto-enqueued by functions.php when present) */

/* Blog list page: avoid large blank white area below cards (header.php wraps content in #main-content.min-h-screen). */
body.page-template-page-blog-php #main-content,
body.page-template-page-blog #main-content {
  min-height: auto;
  background: #f9fafb; /* Tailwind gray-50 */
}

