.cms-unbridled .video-player-section {
    margin-top: 83px;
}

.cms-unbridled .video-player-wrapper {
    aspect-ratio: 16 / 9;
    background: #000;
    height: clamp(420px, 54vh, 620px);
    padding: 0;
}

.cms-unbridled .video-player,
.cms-unbridled .unbridled-thumbnail-img,
.cms-unbridled .unbridled-thumbnail-img .unbridled-image,
.cms-unbridled #videoPlayer,
.cms-unbridled #videoPlayer video {
    width: 100%;
    height: 100%;
}

.cms-unbridled .video-player {
    min-height: 240px;
}

.cms-unbridled .unbridled-thumbnail-img {
    inset: 0;
    position: absolute;
    z-index: 3;
}

.cms-unbridled .unbridled-thumbnail-img .unbridled-image,
.cms-unbridled #videoPlayer video {
    display: block;
    object-fit: contain;
    background: #000;
}

.cms-unbridled .video-slider-section {
    padding: 22px 0;
}

.cms-unbridled .unbridled-description {
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.54) 58%, rgba(0, 0, 0, 0)),
        linear-gradient(90deg, rgba(255, 103, 0, 0.16), rgba(255, 103, 0, 0) 42%);
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
    bottom: 0;
    box-shadow: none;
    color: #fff;
    left: 0;
    max-width: none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateY(14px);
    transition: opacity 0.24s ease, transform 0.24s ease;
    z-index: 5;
}

.cms-unbridled .unbridled-description.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.cms-unbridled .unbridled-description__inner {
    margin: 0 auto;
    max-width: 1180px;
    padding: 56px 64px 22px 24px;
}

.cms-unbridled .unbridled-description__meta {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 9px;
}

.cms-unbridled .unbridled-description__type {
    background: #ff6b12;
    border-radius: 999px;
    color: #111;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    padding: 6px 9px;
    text-transform: uppercase;
}

.cms-unbridled .unbridled-description__eyebrow {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.cms-unbridled .unbridled-description__close {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: auto;
    bottom: 22px;
    width: 30px;
}

.cms-unbridled .unbridled-description__close:hover,
.cms-unbridled .unbridled-description__close:focus {
    background: rgba(255, 255, 255, 0.2);
}

.cms-unbridled .unbridled-description__title {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 7px;
}

.cms-unbridled .unbridled-description__text {
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    max-height: 4.5em;
    max-width: 880px;
    overflow: auto;
}

.cms-unbridled #video-description {
    background: transparent;
    padding: 0;
    text-align: left;
}

.cms-unbridled .video-slider-wrapper {
    align-items: stretch;
}

.cms-unbridled .custmbridled-sect .video-thumbnail {
    aspect-ratio: 16 / 9;
    height: auto;
    outline: 0;
}

.cms-unbridled .custmbridled-sect .video-thumbnail.is-active {
    border-color: #1d8c8c;
    box-shadow: 0 0 0 1px rgba(29, 140, 140, 0.55);
}

.cms-unbridled .thumbnail-image {
    display: block;
    object-fit: cover;
    opacity: 0.72;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cms-unbridled .video-thumbnail:hover .thumbnail-image,
.cms-unbridled .video-thumbnail:focus-within .thumbnail-image,
.cms-unbridled .video-thumbnail.is-active .thumbnail-image {
    opacity: 1;
}

.cms-unbridled .play-icon {
    border: 0;
    cursor: pointer;
    opacity: 0.92;
    z-index: 2;
}

.cms-unbridled .play-icon:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.cms-unbridled .video-thumbnail.is-locked::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    z-index: 1;
}

.cms-unbridled .video-thumbnail.is-locked .play-icon::after {
    border: 0;
    color: #222;
    content: '!';
    font-size: 22px;
    font-weight: 700;
    height: auto;
    margin: 0;
    width: auto;
}

.cms-unbridled .unbridled-player-message {
    align-items: center;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: absolute;
    text-align: center;
    z-index: 4;
}

.cms-unbridled .unbridled-player-message.is-visible {
    display: flex;
}

.cms-unbridled .unbridled-join-modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.68);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 1050;
}

.cms-unbridled .unbridled-join-modal.is-visible {
    display: flex;
}

.cms-unbridled .unbridled-join-modal__dialog {
    background: #111820;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #fff;
    max-width: 520px;
    padding: 24px;
    position: relative;
    width: 100%;
}

.cms-unbridled .unbridled-join-modal__close {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 10px;
}

.cms-unbridled .unbridled-join-modal__actions {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .cms-unbridled .unbridled-description,
    .cms-unbridled .unbridled-description.is-visible {
        display: none;
    }

    .cms-unbridled .video-player-section {
        margin-top: 16px;
    }

    .cms-unbridled .video-player {
        min-height: 190px;
    }

    .cms-unbridled .video-player-wrapper {
        height: auto;
    }

    .cms-unbridled .video-slider-section {
        padding: 18px 0;
    }

    .cms-unbridled .custmSlicksldr .video-thumbnail,
    .cms-unbridled .custmSlicksldr .video-thumbnail:hover {
        transform: none;
    }

    .cms-unbridled .play-icon {
        height: 46px;
        width: 46px;
    }
}
