/**
 * Local 4.4.5.2 fix for homepage-style blocks displayed on the blog landing page.
 */
.ybc-blog-home-blocks .page_home,
.ybc-blog-home-blocks .page_home_gallery {
    background-color: #e1ecfe !important;
}

/* Owl Carousel hides .owl-carousel before initialization. Keep a visible fallback
   on the blog landing page, so article cards remain accessible even if JS is cached
   or interrupted by another script. */
.ybc-blog-home-blocks ul.owl-carousel {
    display: block;
}

.ybc-blog-home-blocks ul.owl-carousel:not(.owl-loaded) > li {
    display: block;
    float: left;
}

.ybc-blog-home-blocks::after,
.ybc-blog-home-blocks .block_content::after,
.ybc-blog-home-blocks ul.owl-carousel:not(.owl-loaded)::after {
    clear: both;
    content: "";
    display: table;
}
