.news__category .news__category_tab {
    max-width: min(91.25vw, 1168px);
    overflow-x: scroll;
}
.news__category .news__category_tab li {
    min-width: unset;
}

.news__category .news__category_tab .tab:not(.is-active):not(:hover)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--gray07_5);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: unset;
}
