.msb_news_v2_tabs {
    margin-bottom: 24px;
}

.msb_news_v2_tabs_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.msb_news_v2_tab a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #D0D5DD;
    border-radius: 100px;
    background: #fff;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.msb_news_v2_tab a:hover {
    color: #F4600C;
    border-color: #F4600C;
    background: #FFF4EC;
}

.msb_news_v2_tab.active a {
    color: #F4600C !important;
    border-color: #F4600C !important;
    background: #FFF4EC !important;
}

/* Loading state */
.msb_news_v2_posts.loading {
    opacity: 0.4;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
