.container-APMWwIwq {
    --filmstrip-container-horizontal-offset: var(--adaptive-mf-container-padding);
    margin: 0 calc(var(--filmstrip-container-horizontal-offset)*-1);
    max-width: calc(100% + var(--filmstrip-container-horizontal-offset)*2);
    position: relative;
    width: calc(100% + var(--filmstrip-container-horizontal-offset)*2)
}

@media screen and (min-width:1280px) {
    .container-APMWwIwq {
        --filmstrip-container-horizontal-offset: unset
    }
}

.items-APMWwIwq {
    display: flex;
    overflow: scroll;
    overscroll-behavior-x: contain;
    scrollbar-width: none
}

.items-APMWwIwq.sb-scrollbar-wrap {
    display: none
}

.items-APMWwIwq::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}

.items-APMWwIwq::-webkit-scrollbar-thumb,
.items-APMWwIwq::-webkit-scrollbar-track {
    display: none
}

.items-APMWwIwq::-webkit-scrollbar-corner {
    display: none
}

.items-APMWwIwq>:not(.internal-APMWwIwq) {
    flex-shrink: 0;
    min-width: var(--filmstrip-item-min-width);
    width: calc((100% - var(--filmstrip-gap)*(var(--filmstrip-visible-items) - 1))/var(--filmstrip-visible-items))
}

.items-APMWwIwq>:not(.internal-APMWwIwq)+:not(.internal-APMWwIwq) {
    margin-left: var(--filmstrip-gap)
}

.offsetZone-APMWwIwq {
    flex: none;
    width: var(--filmstrip-container-horizontal-offset)
}

.scrollBtnWrapper-APMWwIwq {
    display: none
}

@media screen and (pointer:fine) {
    .scrollBtnWrapper-APMWwIwq {
        display: block
    }
}

.scrollBtn-APMWwIwq {
    fill: var(--filmstrip-scroll-btn-fill, #131722);
    background-color: var(--filmstrip-scroll-btn-bg, #fff);
    opacity: 1;
    top: var(--filmstrip-scroll-btn-top, 50%);
    z-index: 1
}

html.theme-dark .scrollBtn-APMWwIwq {
    fill: var(--filmstrip-scroll-btn-fill, #d1d4dc);
    background-color: var(--filmstrip-scroll-btn-bg, #2a2e39)
}

.leftScrollBtn-APMWwIwq {
    left: calc(-16px + var(--filmstrip-container-horizontal-offset, 0px))
}

.rightScrollBtn-APMWwIwq {
    right: calc(-16px + var(--filmstrip-container-horizontal-offset, 0px))
}