.FeedContainer {
    display: inline-block;
    overflow: hidden
}

.FeedContainer__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 16px
}

.FeedContainer__header .icon-enter {
    transform: scale(0.715);
    display: inline-block;
    color: #979797
}

.FeedContainer__title {
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--content-primary)
}

.FeedContainer__toMore {
    position: relative;
    top: -2px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

.FeedContainer__toMore span,
.FeedContainer__toMore svg {
    vertical-align: middle
}

.FeedContainer__toMore path {
    fill: var(--content-secondary)
}

.FeedContainer__toMore:hover path {
    fill: var(--content-secondary-hover)
}

.FeedContainer__content {
    position: relative
}

.FeedContainer__items {
    white-space: nowrap;
    position: relative
}

.FeedContainer__itemWrapper {
    display: inline-block;
    vertical-align: top
}

.FeedContainer__arrow {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 0;
    width: 36px;
    font-size: 20px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    background-color: #fff
}

.FeedContainer__arrow:hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    display: block;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, .1)
}

.FeedContainer__prev {
    left: -21px
}

.FeedContainer__prev i {
    transform: rotate(180deg)
}

.FeedContainer__next {
    right: -21px
}

.FeedContainer__items {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px
}

.FeedContainer {
    display: inline-block;
    overflow: hidden
}

.FeedContainer__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 16px
}

.FeedContainer__header .icon-enter {
    transform: scale(0.715);
    display: inline-block;
    color: #979797
}

.FeedContainer__title {
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--content-primary)
}

.FeedContainer__toMore {
    position: relative;
    top: -2px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

.FeedContainer__toMore span,
.FeedContainer__toMore svg {
    vertical-align: middle
}

.FeedContainer__toMore path {
    fill: var(--content-secondary)
}

.FeedContainer__toMore:hover path {
    fill: var(--content-secondary-hover)
}

.FeedContainer__content {
    position: relative
}

.FeedContainer__items {
    white-space: nowrap;
    position: relative
}

.FeedContainer__itemWrapper {
    display: inline-block;
    vertical-align: top
}

.FeedContainer__arrow {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 0;
    width: 36px;
    font-size: 20px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    background-color: #fff
}

.FeedContainer__arrow:hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    display: block;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, .1)
}

.FeedContainer__prev {
    left: -21px
}

.FeedContainer__prev i {
    transform: rotate(180deg)
}

.FeedContainer__next {
    right: -21px
}

.FeedContainer__items {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px
}

.VerticalFeedCard {
    position: relative;
    display: inline-block;
    width: 186px;
    min-width: 0
}

.VerticalFeedCard__coverWrapper:not(.disableZoomAnimation):hover img {
    transform: scale3d(1.07, 1.07, 1.07)
}

.VerticalFeedCard__coverWrapper {
    position: relative;
    display: block;
    padding-top: 139.7212543554%;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(var(--accent-black), var(--opacity-4));
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transition: box-shadow .15s linear;
    background-color: rgba(var(--accent-black), var(--opacity-4))
}

@media(max-width: 1280px) {
    .VerticalFeedCard__coverWrapper {
        background-color: rgba(var(--accent-black), var(--opacity-4))
    }
}

@media(max-width: 1024px) {
    .VerticalFeedCard__coverWrapper {
        background-color: rgba(var(--accent-black), var(--opacity-4))
    }
}

.VerticalFeedCard__coverWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transition: transform .3s ease !important
}

.VerticalFeedCard__coverWrapper .VerticalFeedCard__coverWrapper__shadow {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 64px;
    width: 100%;
    background: radial-gradient(67.8% 100% at 100% 100%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.182498) 5.46%, rgba(0, 0, 0, 0.166038) 10.85%, rgba(0, 0, 0, 0.150517) 16.23%, rgba(0, 0, 0, 0.135831) 21.66%, rgba(0, 0, 0, 0.121878) 27.19%, rgba(0, 0, 0, 0.108555) 32.87%, rgba(0, 0, 0, 0.0957584) 38.76%, rgba(0, 0, 0, 0.083386) 44.92%, rgba(0, 0, 0, 0.0713345) 51.39%, rgba(0, 0, 0, 0.059501) 58.24%, rgba(0, 0, 0, 0.0477826) 65.52%, rgba(0, 0, 0, 0.0360762) 73.28%, rgba(0, 0, 0, 0.024279) 81.57%, rgba(0, 0, 0, 0.0122879) 90.46%, rgba(0, 0, 0, 0) 100%)
}

.VerticalFeedCard__coverWrapper:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4)
}

.VerticalFeedCard__coverWrapper__RBTag {
    position: absolute;
    z-index: 3;
    bottom: 7px;
    right: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.VerticalFeedCard__coverWrapper .videoPreview {
    position: absolute;
    z-index: 10;
    top: -0.5px;
    right: -0.5px;
    bottom: -0.5px;
    left: -0.5px
}

.VerticalFeedCard__coverWrapper .videoPreview.cover video {
    object-fit: cover
}

.VerticalFeedCard__coverWrapper .videoPreview.contain video {
    object-fit: contain
}

.VerticalFeedCard__coverWrapper .videoPreview video {
    object-fit: cover
}

.VerticalFeedCard__score {
    position: absolute;
    bottom: 4px;
    right: 8px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: #e09865;
    font-family: "ByteNumber-Bold";
    text-shadow: .5px .5px .5px rgba(0, 0, 0, .26);
    line-height: 18px
}

.VerticalFeedCard__coverWrapper__shadow {
    position: absolute;
    bottom: 0;
    width: 100%
}

.VerticalFeedCard__tag {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 4px
}

.VerticalFeedCard__title {
    margin-top: 12.47px;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

@media(max-width: 1680px) {
    .VerticalFeedCard__title {
        font-size: 15px
    }
}

.VerticalFeedCard__bottomInfo {
    margin-top: 4px;
    line-height: 18px;
    font-size: 14px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.VerticalFeedCard.VerticalFeedCard--placeholder {
    pointer-events: none
}

.VerticalFeedCard.VerticalFeedCard--placeholder .VerticalFeedCard__coverWrapper {
    background-color: rgba(var(--accent-black), var(--opacity-4));
    border-radius: 2px;
    background-color: rgba(var(--accent-black), var(--opacity-4));
    background: linear-gradient(90deg, var(--background-secondary) 25%, var(--background-primary) 45%, var(--background-secondary) 65%);
    background-size: 400% 100%;
    animation: skeleton-loading 1200ms ease-in-out infinite
}

.VerticalFeedCard.VerticalFeedCard--placeholder .VerticalFeedCard__title {
    margin-top: 12px;
    width: 75%;
    height: 20px;
    background-color: rgba(var(--accent-black), var(--opacity-4));
    background: linear-gradient(90deg, var(--background-secondary) 25%, var(--background-primary) 45%, var(--background-secondary) 65%);
    background-size: 400% 100%;
    animation: skeleton-loading 1200ms ease-in-out infinite
}

.VerticalFeedCard.VerticalFeedCard--placeholder .VerticalFeedCard__bottomInfo {
    margin-top: 8px;
    width: 60%;
    height: 20px;
    background-color: rgba(var(--accent-black), var(--opacity-4));
    background: linear-gradient(90deg, var(--background-secondary) 25%, var(--background-primary) 45%, var(--background-secondary) 65%);
    background-size: 400% 100%;
    animation: skeleton-loading 1200ms ease-in-out infinite
}

.channelBlocklist .followTrendsItemPlaceHolder .HorizontalFeedCard__title {
    margin-top: 32px
}

.VerticalFeedCardRichPreview {
    position: relative;
    background: var(--view-background-primary);
    height: 100%;
    border-radius: 2px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .16);
    animation: VerticalFeedCardRichPreviewFadeIn .2s ease-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    line-height: initial
}

.VerticalFeedCardRichPreview__header {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    justify-content: space-between
}

@media(max-width: 1680px) {
    .VerticalFeedCardRichPreview__header {
        font-size: 18px;
        line-height: 24px
    }
}

.VerticalFeedCardRichPreview__header__title {
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--content-primary)
}

.VerticalFeedCardRichPreview__header__title:hover {
    color: var(--content-primary-hover)
}

.VerticalFeedCardRichPreview__header__score {
    margin-top: 7px;
    color: #e09865;
    font-family: "ByteNumber-Bold";
    line-height: 1
}

@media(max-width: 1680px) {
    .VerticalFeedCardRichPreview__header__score {
        margin-top: 5px
    }
}

.VerticalFeedCardRichPreview__coverWrapper {
    background-color: #efefef;
    width: 100%;
    display: block;
    padding-top: 60.1880877743%;
    position: relative;
    background-color: rgba(var(--accent-black), var(--opacity-4))
}

.VerticalFeedCardRichPreview__coverWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.VerticalFeedCardRichPreview__coverWrapper .videoPreview {
    position: absolute;
    z-index: 10;
    top: -0.5px;
    right: -0.5px;
    bottom: -0.5px;
    left: -0.5px
}

.VerticalFeedCardRichPreview__coverWrapper .videoPreview.cover video {
    object-fit: cover
}

.VerticalFeedCardRichPreview__coverWrapper .videoPreview.contain video {
    object-fit: contain
}

.VerticalFeedCardRichPreview__textWrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
    font-size: 14px
}

.VerticalFeedCardRichPreview__details__item {
    line-height: 18px;
    white-space: normal;
    color: var(--content-secondary)
}

.VerticalFeedCardRichPreview__details__item:not(.intro) {
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px
}

@media(max-width: 1680px) {
    .VerticalFeedCardRichPreview__details__item {
        font-size: 13px;
        line-height: 18px
    }
}

.VerticalFeedCardRichPreview__details__item__split {
    display: inline-block
}

.VerticalFeedCardRichPreview__details__item__split::before {
    content: "/";
    margin: 0 3px;
    color: var(--content-secondary)
}

.VerticalFeedCardRichPreview .introContainer .intro {
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: initial;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word
}

@media(max-width: 1680px) {
    .VerticalFeedCardRichPreview .introContainer .intro {
        font-size: 13px;
        line-height: 22px
    }
}

.VerticalFeedCardRichPreview .block+.block {
    margin-top: 16px
}

@media(max-width: 1680px) {
    .VerticalFeedCardRichPreview .block+.block {
        margin-top: 12px
    }
}

.VerticalFeedCardRichPreview .CoverAction {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 11
}

.VerticalFeedCardRichPreview .action-collect__icon {
    font-size: 24px
}

.VerticalFeedCardRichPreview .action-collect__icon.collect-color {
    width: 24px;
    height: 24px
}

@keyframes VerticalFeedCardRichPreviewFadeIn {
    0% {
        transform: scale(0.8);
        opacity: .4
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
    background: #fff url(https://lf3-cdn-tos.bdxiguastatic.com/obj/ixigua-static/xigua_fe/xigua_video_web_pc/static/media/ajax-loader.9eb4e564.gif) center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://lf3-cdn-tos.bdxiguastatic.com/obj/ixigua-static/xigua_fe/xigua_video_web_pc/static/media/slick.a4e97f5a.eot);
    src: url(https://lf3-cdn-tos.bdxiguastatic.com/obj/ixigua-static/xigua_fe/xigua_video_web_pc/static/media/slick.a4e97f5a.eot?#iefix) format('embedded-opentype'), url(https://lf3-cdn-tos.bdxiguastatic.com/obj/ixigua-static/xigua_fe/xigua_video_web_pc/static/media/slick.29518378.woff) format('woff'), url(https://lf3-cdn-tos.bdxiguastatic.com/obj/ixigua-static/xigua_fe/xigua_video_web_pc/static/media/slick.c94f7671.ttf) format('truetype'), url(https://lf3-cdn-tos.bdxiguastatic.com/obj/ixigua-static/xigua_fe/xigua_video_web_pc/static/media/slick.2630a3e3.svg#slick) format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.BU-BannerV3 {
    font-size: 0;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer
}

.BU-BannerV3 .slick-list {
    border-radius: 2px
}

.BU-BannerV3 .slick-dots {
    display: flex;
    right: 16px !important;
    text-align: right;
    width: auto !important;
    left: initial !important;
    bottom: 16px !important
}

.BU-BannerV3 .slick-dots li {
    margin: 0
}

.BU-BannerV3 .slick-dots .BU-BannerV3__li {
    position: relative;
    width: 80px;
    height: 45px;
    margin-left: 12px;
    border-radius: 2px
}

.BU-BannerV3 .slick-dots .BU-BannerV3__li img {
    border-radius: 2px;
    object-fit: cover
}

.BU-BannerV3 .slick-dots .BU-BannerV3__li li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1
}

.BU-BannerV3 .slick-dots .BU-BannerV3__li li button {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.BU-BannerV3 .slick-dots .BU-BannerV3__li .slick-active+picture img {
    border: solid 1px var(--brand)
}

.BU-BannerV3 .slick-dots .BU-BannerV3__shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 2px
}

.BU-BannerV3 .BU-BannerV3__link {
    position: relative
}

.BU-BannerV3 .BU-BannerV3__mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 88px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: linear-gradient(0, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.197188) 11.64%, rgba(0, 0, 0, 0.189867) 22.02%, rgba(0, 0, 0, 0.17873) 31.27%, rgba(0, 0, 0, 0.164472) 39.52%, rgba(0, 0, 0, 0.147786) 46.89%, rgba(0, 0, 0, 0.129365) 53.5%, rgba(0, 0, 0, 0.109904) 59.5%, rgba(0, 0, 0, 0.090096) 64.99%, rgba(0, 0, 0, 0.070635) 70.1%, rgba(0, 0, 0, 0.0522145) 74.97%, rgba(0, 0, 0, 0.0355283) 79.72%, rgba(0, 0, 0, 0.02127) 84.47%, rgba(0, 0, 0, 0.0101334) 89.35%, rgba(0, 0, 0, 0.00281215) 94.48%, rgba(0, 0, 0, 0) 100%)
}

.BU-BannerV3 .BU-BannerV3__title {
    position: absolute;
    left: 16px;
    bottom: 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: .5px 1px 2px rgba(0, 0, 0, .15)
}

.Feed-footer {
    width: 100%;
    color: var(--content-secondary);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 60px 0 40px
}

.banner-blocklist {
    position: relative
}

.banner-blocklist .banner-blocklist-wrapper {
    position: relative;
    display: block;
    padding-top: 20.9973753281%;
    background-color: rgba(var(--accent-black), var(--opacity-4));
    border-radius: 2px;
    overflow: hidden
}

.banner-blocklist .BU-BannerV3 {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transition: transform .3s ease !important
}

.banner-blocklist.channelBlocklist {
    margin-top: -8px;
    margin-bottom: 28px !important
}

.load-more-blocklist-wrapper {
    position: relative;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center
}

.load-more-container {
    width: 100%
}

.FeedContainer.load-more-blocklist {
    width: 100%;
    display: flex;
    justify-content: center
}

.FeedContainer.load-more-blocklist .channelBlocklist.loadmoreChannelBlocklist {
    margin-bottom: 0
}

.FeedContainer.load-more-blocklist .channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.FeedContainer.load-more-blocklist .channelBlocklist.loadmoreChannelBlocklist .FeedContainer__itemWrapper {
    margin-bottom: 40px
}

.FeedContainer.load-more-blocklist-mark {
    width: 1px;
    height: 1px;
    opacity: 1;
    pointer-events: none;
    position: relative;
    bottom: 600px
}

.load-more-blocklist-with-timeline {
    flex-direction: column;
    align-items: center
}

.load-more-blocklist-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    background: none;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-radius: 4px;
    transition: 150ms background-color;
    box-sizing: content-box
}

.load-more-blocklist-button:hover {
    background: rgba(0, 0, 0, .08)
}

.load-more-blocklist-button:hover path {
    fill: var(--content-secondary-hover)
}

.load-more-blocklist-button span {
    margin-right: 6px
}

.load-more-blocklist-button path {
    fill: var(--content-secondary)
}

@media screen and (min-width: 1680px) {
    .load-more-blocklist-mark.three-line {
        position: relative;
        bottom: 720px
    }
}

@media screen and (max-width: 1680px) {
    .load-more-blocklist-mark.three-line {
        position: relative;
        bottom: 680px
    }
}

@media screen and (max-width: 1440px) {
    .load-more-blocklist-mark.three-line {
        position: relative;
        bottom: 595px
    }
}

@media screen and (max-width: 1024px) {
    .load-more-blocklist-mark.three-line {
        position: relative;
        bottom: 606px
    }
}

.categoryPage__layout {
    min-width: 1024px
}

.categoryContent {
    width: 100%;
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16px
}

.categoryContent__wrapper {
    text-align: center;
    background-color: var(--background-primary)
}

.categoryContent .channelBlocklist {
    margin-bottom: 40px
}

.categoryContent .footer-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.ImmersiveBanner {
    position: relative;
    margin-bottom: 28px;
    margin-top: -16px
}

.ImmersiveBanner img {
    width: 100%;
    border-radius: 0 0 4px 4px
}