/**
* handler: ndmais-feed
* version: 1.0.2
* deps: ndmais-titulo-plus,ndmais-breadcrumb-noticia,ndmais-cards,ndmais-mais-acessadas-sidebar,ndmais-pagination
*/

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

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

#ndmais-feed #feed-posts .site-card:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (min-width : 992px) {

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

    
    
}

@media (min-width : 1200px) {
    #ndmais-feed .ndmais-feed-container {
        padding-right: 40px;
    } 
}