.news-item {
display: none;
}
.news-item.active {
display: flex;
gap: 10px;
align-items: center;
}
.news-bar {
background: #000 !important;
width: 100%;
box-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.news-desc {
color: #ff0000;
}
.news-bar {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: nowrap;
}
.news-label {
white-space: nowrap;
flex-shrink: 0;
}
.news-item .news-title::before {
content: "★";
color: #ffd700;
margin-right: 6px;
}