/* Theme-specific extra for the Blog listing override (themes/client01/views/modules/Blog/frontend/
   index.blade.php) - spacing between the shared .hero banner (theme's own global CSS) and the
   module's own .post-grid (modules/Blog/Assets/css/blog.css). Neither the module nor the theme's
   global CSS should need to know about this combination on their own - see
   plans/THEME_SYSTEM_ARCHITECTURE.md section 6. */
.blog-listing-content {
    padding-top: 3rem;
}
