.topbar ul.web-elements > li > a.news {
	background: #f30000 !important;
   	border: 1px solid #ffffff;    
}
.topbar ul.web-elements > li > a p.news {
    font-size: 12px;
    color: #fffdfd;
}		
.news {
  gap: 0px;
  align-items: flex-start;
  margin: 0px auto;
  padding: 0px;
  flex-wrap: wrap;
}

.news-video iframe {
  width: 100%!important;
  max-width: 500px;
  border-radius: 10px;
}

.news-video {
  flex: 1 1 300px;
  margin: auto;
}

.news-text {
  flex: 1 1 300px;
  font-family: Arial, sans-serif;
  text-align:center;
}

.news-text h2 {
  margin-top: 0;
  color: black;
}
.news p.new {
  position: absolute;
  right: 0px;
  top: -11px;
  background: red;
  padding: 5px;
  border-radius: 10px;
}
.news-text p {
  color: black;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .news {
    flex-direction: column;
  }
}

@media (prefers-color-scheme: dark) {
    .news-text h2 {
      color: white;
    }
.news-text p {
      color: white;
    }
}
