.bbn-rss-news{
    list-style:none;
    margin:0;
    padding:0;
}

.bbn-rss-news li{
    padding:14px 0;
    border-bottom:1px solid #ececec;
}

.bbn-rss-news li:last-child{
    border-bottom:none;
}

.bbn-rss-news a{
    color:#222;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    line-height:1.5;
    transition:.3s;
}

.bbn-rss-news a:hover{
    color:#0b6bd3;
}

.bbn-rss-news small{
    display:block;
    margin-top:6px;
    color:#777;
    font-size:12px;
}

.bbn-rss-news img{
    width:100%;
    height:auto;
    border-radius:4px;
    margin-bottom:10px;
}

.bbn-rss-card{
    margin-bottom:20px;
}

.bbn-rss-title{
    font-size:22px;
    font-weight:700;
    line-height:1.4;
    margin:10px 0;
}

.bbn-rss-meta{
    color:#888;
    font-size:13px;
    margin-bottom:10px;
}

.bbn-rss-desc{
    font-size:14px;
    color:#555;
    line-height:1.6;
}


.bbn-visitor-counter{
	text-align:center;
	padding:12px 0;
	color:#fff;
	font-size:14px;
	font-weight:600;
	border-top:1px solid rgba(255,255,255,.1);
}