.bb-ugc a {
    cursor: pointer
}

.bb-ugc-posters {
    position: relative;
}

.bb-ugc-posters-item {
    position: absolute;
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    top: 40px
}

.bb-ugc-posters .bb-ugc-posters-item:nth-child(2) {
    position: relative;
    top: 0;
}

.bb-ugc-posters-item[active] {
    opacity: 1;
}

.bb-ugc-shows {
    padding-left: 5px;
    padding-top: 40px;
}

.bb-ugc-show-item {
    padding-right: 5px;
    width: 42%;
}

.bb-ugc-header {
    text-align: center;
}

.bb-ugc-title {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.bb-ugc-subtitle {
    font-size: 13px;
    text-align: center;
    padding: 0px 40px;
}

.bb-ugc-header a span {
    font-size: 13px;
    border-bottom: 1px solid #959595;
    color: #959595;
    text-align: center;
}

.bb-ugc-header .bb-ugc-link {
    padding-top: 20px;
    display: block;
}

.bb-ugc-posters-progress {
    display: flex;
    padding: 20px 0;
}

.bb-ugc-progress-item {
    flex: 1;
    height: 1px;
    background-color: #f5f5f5;
}

.bb-ugc-progress-item[active] {
    background-color: #5d5d5d;
}

.bb-ugc-footer {
    margin-top: 60px;
}

.bb-ugc-media-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
}

.trustpilot-icon {
    text-align: center;
    display: block;
}

@media (min-width: 959px) {
    .bb-ugc .swiper {
        --swiper-navigation-color: #c3c3c3;
        --swiper-navigation-size: 14px;
        --swiper-navigation-top-offset: 7px;
        --swiper-navigation-sides-offset: 0px;
    }

    .bb-ugc .swiper-button-next,
    .bb-ugc .swiper-button-prev {
        height: 100%;
        width: 30px;
    }

    .bb-ugc-pc-wrapper {
        display: flex;
        padding: 0 35px;
    }

    .bb-ugc-subtitle {
        padding: 40px 0;
    }

    .bb-ugc-header .bb-ugc-link {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .bb-ugc-posters-pc {
        flex: 1;
    }

    .bb-ugc-shows-pc {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        flex: 2
    }

    .bb-ugc-show-item-pc {
        overflow: hidden;
    }

    .bb-ugc-show-item-pc img {
        transition-duration: 300ms;
        transform: scale(1.01);
    }

    .bb-ugc-show-item-pc:hover img {
        transform: scale(1.07)
    }

    .bb-ugc-media-icons {
        padding-bottom: 100px;
    }
}