/* Theme-local responsive polish; content data remains presentation-agnostic. */
@media (max-width: 760px) {
    .topbar-inner {
        gap: 12px;
    }

    .topbar-inner > span {
        min-width: 0;
    }

    .topbar-inner > a {
        flex: 0 0 auto;
    }

    .topic-strip {
        overflow: hidden;
    }

    .topic-strip .shell {
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .topic-strip .shell::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
}
