section.news-list {margin-top: 17px !important;}
.news-info {display: flex;flex-direction: column;max-width: 800px;}
article.news-item {display: flex;flex-direction: column;max-width: 800px;margin: 0px auto;border: 0;border-radius: 10px;padding: 15px;box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);background:#212529;  border-radius:4px;  padding:17px; margin-bottom: 17px;}
.news-meta {margin-bottom: 2px;
 color:#b0b0b0}
.news-content {display: flex;flex-direction: row;align-items: flex-start; font-size: 1.14rem;   font-family: 'Noto Sans', sans-serif;}
.news-content p {font-size: 1.14rem;   font-family: 'Noto Sans', sans-serif; line-height: 22px;  font-weight: 300;}
.news-media {flex: 1;max-width: 40%;margin-right: 15px;}
.news-media img, .news-media video {max-width: 100%;border-radius: 2px;}
.news-text {flex: 2;font-size: 16px;}
div.news-content figure.news-media img {margin:0px 0 !important;}

div.post-container.highlighted-post div.news-content div.post-text ul li {font-size: 1.14rem;  font-family: 'Noto Sans', sans-serif;  line-height: 22px;  font-weight: 300 !important;  color: #f2f2f2 !important;  margin-bottom: 8px;  border-bottom:0;  padding:3px;  list-style:none inside !important;  background:black;  font-size: 1rem !important;}
.highlighted-post{background:#000;}
.visually-hidden {  position: absolute;  width: 1px;  height: 1px;  margin: -1px;  padding: 0;  border: 0;  clip: rect(0, 0, 0, 0);  overflow: hidden;}

section#about section.news-list article.news-item.highlighted-post ul li {list-style: none}
section#about section.news-list article.news-item.highlighted-post ul li:nth-child(1){display:none}
section#about section.news-list article.news-item.highlighted-post ul li{margin-bottom:2px; font-size:16px; color:#fff}
section#about section.news-list article.news-item.highlighted-post .news-media{display:none}
section#about section.news-list article.news-item.highlighted-post ul{padding:0}
.highlighted-post{border: 1px dashed #644ac1 !important;background: #1f2020 !important}
.filter{padding:12px}
.filter-bg {background:#212529}
  .filter-box {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0px 0;
        }
		.filter-box p{margin:0}
        .filter-btn {
            padding: 3px 13px;
           
             background: #37393b;
            color: #ccbcab;
            /*border-radius: 5px;*/
            cursor: pointer;
            transition: 0.3s; border: 0;
            /*! border: 1px dotted #9d9d9d; */
            border-radius: 0;
        }
        .filter-btn.active, .filter-btn:hover {
               background: #b65f35;
            color: white;
        }
		.no-media{display:none}
		
		

@media (max-width:540px) {
section.news-list{margin-top:0 !important}
.news-content {flex-direction: column;width: 100%;}
.news-media {max-width: 100%;margin-right: 0;margin-bottom: 15px;}
.hide-on-small {display: none;}
}


@media (max-width:373px) {
section.news-list article.news-item div.news-meta span{display:none}
}