/* --------------------- RSS --------------------- */
.widget_super_rss_reader .srr-item {
display: flex;
flex-direction: column-reverse;
}

.widget_super_rss_reader .srr-title {
min-height: 50px;
}
@media screen and (min-width: 768px) {
.widget_super_rss_reader .srr-item {
width: 46%;
padding: 10px !important;
float: left;
}
}
@media screen and (min-width: 992px) {
.widget_super_rss_reader .srr-item {
width: 23%;
}
}
.widget_super_rss_reader .srr-title a {
color: #254f56 !important;
font-weight: 600;
font-size: 18px;
line-height: 25px;
text-decoration: none;
}
.srr-item .srr-summary + p, .srr-item p + p {
display: none;
}
.widget_super_rss_reader .srr-summary.srr-clearfix img {
max-width: 100% !important;
margin-right: 0 !important;
max-height: 150px;
overflow: hidden;
}
#norebro-custom-5e4c0901ae70f {
margin-top: -150px;
}