/* Breaking News Fix */
.breaking-news,
.breaking-news-ticker,
.news-ticker,
.marquee-news,
[class*="breaking"],
[class*="ticker"] {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    border: 1px solid #1a252f !important;
    border-radius: 5px !important;
    padding: 12px 20px !important;
}

.breaking-news a,
.breaking-news-ticker a,
.news-ticker a,
.marquee-news a,
[class*="breaking"] a,
[class*="ticker"] a {
    background: transparent !important;
    color: #ecf0f1 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8) !important;
    font-weight: 600 !important;
}

.breaking-news a:hover,
.breaking-news-ticker a:hover,
.news-ticker a:hover,
.marquee-news a:hover {
    color: #3498db !important;
    text-decoration: none !important;
}

.breaking-news-label,
.news-label {
    background: #e74c3c !important;
    color: white !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}
