#directory-search-stats {display: flex;justify-content: space-between;}
#directory-search-stats .ch-search-badge-container .badge {margin: 0px 0px 10px;}
.ch-newsfeed-header {margin-top:14px;margin-bottom: 24px;display:flex;}
.ch-newsfeed-header h2 {margin-top: 0px;}
.ch-newsfeed-header .search-column {display: flex;align-items: center;justify-content: flex-end;}
.ch-newsfeed-header + .search-result-summary {font-size: 18px;margin-bottom: 24px;margin-top: -20px;}
.newsfeed-post-listing {padding: 40px 0px;border-top: 1px solid #ddd;}
.newsfeed-post-listing .media-left {margin-right: 24px;width:270px;}
.newsfeed-post-listing .media-heading {margin-bottom: 10px;color: black;font-weight: bold;}
.newsfeed-post-listing .list-item-meta {margin-bottom: 10px;}
.newsfeed-post-listing .list-item-meta .separator {margin: 0px 10px;}
.newsfeed-post-listing .list-item-content p:last-of-type {margin-bottom: 0px;}
.newsfeed-post-listing-minifeed {padding: 12px 0px;border-top: 1px solid #ddd;}
.newsfeed-post-listing-minifeed img {width: 50px;}
.ch-newsfeed-single-container a.new-comment-btn {color: rgb(57, 103, 193);border: 1px solid rgb(57, 103, 193);}
@media (max-width:767px) {
    .ch-newsfeed-header {display: block;}
    .newsfeed-post-listing .media-left {float: none !important;margin-bottom: 20px;margin-right:0px;width: 100%;}
    .ch-newsfeed-header .search-column .search-form {width: 100%;}
}
@media (max-width:600px) {
    #directory-search-stats {flex-direction: column-reverse;}
}
