/* Blog list 1.0.0 */
/* Wrapper of the post listing: page header, grid spacing, empty state.
   The card itself lives in blog-card.css — it is shared with the single page. */

.lvd-blog-listing                   {padding:0;}
.lvd-blog-listing-header            {padding-bottom:24px;}
.lvd-blog-listing-title             {margin-bottom:8px; color:var(--lvd-color-black);}
.lvd-blog-listing-header .lvd-breadcrumbs   {font-size:var(--lvd-text-s1);}

.lvd-blog-listing-empty             {color:var(--lvd-color-gray-400);}


/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-blog-listing                   {padding:0 16px;}
}


/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-blog-listing                   {padding:0 20px;}
}
