.breaking-news-bar {
    background: #d40000;
    padding: 8px 0;
    color: #fff;
    direction: rtl;
    font-family: 'NafeesNaskh';
}
.breaking-news-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    white-space: nowrap;
}
.breaking-title {
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}
.breaking-news-inner .breaking-link {
    color: #fff !important;
    text-decoration: none;
    font-size: 21px;
}

.breaking-link:hover {
	color: #fff !important;
}

.breaking-link:hover {
    text-decoration: underline;
}


