/* Desktop category tabs only. Existing site styles supply colors and fonts. */
.forum-home-desktop-categories {
    display: none;
}
@media (min-width: 768px) {
    .forum-home-forum-tabs {
        flex-wrap: wrap;
    }
    .forum-home-forum-tabs > .forum-tab-split-button {
        display: none;
    }
    .forum-home-desktop-categories {
        display: flex;
        flex: 1 1 auto;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 6px;
        min-width: 0;
    }
    .forum-home-desktop-categories .forum-tab-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .forum-home-desktop-categories .forum-tab-button-has-new::before {
        content: "*";
        margin-right: 4px;
    }
}
