/* SA News Bar styles updated */
.sa-news-bar {
    font-family: "SolaimanLipi", "Noto Sans Bengali", sans-serif;
    margin-bottom: 20px;
}

.sa-news-bar-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.sa-news-bar-title {
    font-size: 32px;
    font-weight: 700;
    color: #002366;
    line-height: 1.2;
}

.sa-follow-btn {
    background: #fff;
    border: 1px solid #aaa;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.sa-follow-btn.following {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.sa-news-bar-list {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-top: 6px;
    line-height: 1.6;
}

.sa-sub-link {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.sa-news-bar-list a + a:before {
    content: " • ";
    margin: 0 6px;
    color: #000;
}
