@media screen and (max-width: 640px) {
    .online-stories-section .section-header {
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .online-stories-section .section-see-all--online-top {
        display: none !important;
    }

    .online-stories-carousel {
        gap: 12px;
        padding-right: 4px;
    }

    .online-story--view-all {
        display: flex !important;
        flex: 0 0 86px;
        width: 86px;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        margin-left: 2px;
    }

    .online-story--view-all .online-story__avatar--view-all {
        width: 58px;
        height: 58px;
        margin: 0 auto 8px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .online-story--view-all .online-story__avatar--view-all::before {
        inset: 5px;
        border-color: rgba(255, 255, 255, 0.07);
    }

    .online-story--view-all .online-story__view-all-icon {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
    }

    .online-story--view-all .online-story__name--view-all {
        max-width: 86px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        color: rgba(255, 255, 255, 0.72);
        font-size: 10px;
        font-weight: 700;
        line-height: 1.25;
    }
}

@media screen and (min-width: 641px) {
    .online-story--view-all {
        display: none !important;
    }
}
