
.yt-premium {
    position: relative;
    margin: 20px auto;
    width: 1000px;
}

.ytp-title {
    font-size: clamp(20px, 2vw, 28px);
    text-align: center;
    margin: 20px auto;
    max-width: 980px;
    line-height: 1.25;
}

.ytp-carousel {
    position: relative;
}

.ytp-carousel .ytp-slide {
    padding: 8px;
}

.ytp-carousel .slick-slide {
    height: auto;
    margin: 0 10px;
}

.ytp-carousel .ytp-slide>.benefit-card {
    display: grid !important;
    justify-items: center !important;
    align-items: center !important;
    background: #d9f1fe;
    border-radius: 12px;
    padding: 16px 15px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
    text-align: left;
    height: 100px;
}

.ytp-carousel .ytp-slide>.benefit-card>.benefit-inner {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    width: auto !important;
    max-width: 100%;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 auto;
}

.ytp-carousel .benefit-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.ytp-carousel .benefit-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.ytp-carousel .benefit-title {
    margin: 0;
    color: #000;
    line-height: 1.25;
    font-weight: normal;
    font-size: clamp(14px, 1.4vw, 18px);
    flex: 0 1 auto;
    min-width: 0;
    width: auto !important;
    display: inline-block;
    white-space: normal;
    overflow-wrap: anywhere;
}

.activationbox__arrow {
    width: 30px;
    height: 30px;
    background: url(https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/entretenimiento/disney-plus/tabs/assets/icon-arrow.png) center/25% no-repeat;
    margin: auto;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .06);
}

.activationbox__arrow--prev {
    left: -23px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.activationbox__arrow--next {
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
}

.activationbox__arrow:focus {
    outline: 2px solid #0099ff;
    outline-offset: 2px;
}

.activationbox__arrow.slick-disabled {
    opacity: .35;
    pointer-events: none;
}

@media (max-width:1024px) {
    .yt-premium {
        width: auto;
    }

    .activationbox__arrow--prev {
        left: 8px;
    }

    .activationbox__arrow--next {
        right: 8px;
    }
}