/**
 * Local 4.4.5.8 visual adjustments.
 *
 * - The custom main blog page uses compact stacked blocks without the generic
 *   60px homepage spacing.
 * - The shop homepage keeps its independent block configuration, while using
 *   the same blue panel treatment as the blog.
 */
.ybc-blog-home-blocks .page_home,
.ybc-blog-home-blocks .page_home_gallery {
    margin-bottom: 0 !important;
}

body#index .page_home.block,
body#index .page_home_gallery.block {
    background-color: #e1ecfe !important;
    outline: 1px solid #3a4b69;
}
