/**
 * handler: ndmais-regioes
 * version: 1.0.1
 * deps: ndmais-feed-topo,ndmais-feed-manchetes-primarias,jornal-nd-widget,ndmais-feed-manchetes-secundarias,ndmais-loop,ndmais-ajax-pagination,ndmais-mais-acessadas-sidebar
 */

#feed-posts {
    margin-bottom: 20px;
}

#feed-posts article {
    border-bottom: 1px solid var(--gray-light);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#feed-posts article:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media all and (min-width:992px){

    #feed-posts {
        margin-bottom: 30px;
    }

    #feed-posts article {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }



}