/* THEATRE 2025 STYLES */

.theatre-2025{
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    z-index: -2;
    overflow: hidden;
    background-color: #000;
    opacity: 0;
    transition: opacity .3s ease;
}
.theatre-2025.--playing{
    height: auto;
    width: 100%;
    z-index: 1000;
    opacity: 1;
    overflow: visible;
}
.theatre-2025.--playing.--slim .related{
    display: none;
}
@media (min-width: 992px){
    .theatre-2025.--playing{
        top: 80px;
        display: flex;
        align-items: flex-start;
        position: fixed;
    }
    .admin-bar .theatre-2025.--playing{
        top: 112px;
    }
    .theatre-2025.--playing.--slim{
        top: 0;
        z-index: 100000;
        padding: 30px 0 50px;
        height: 100vh;
    }
}
.theatre-2025 .player-wrapper--theatre{
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    pointer-events: all;
    display: flex;
    flex-direction: column;
    padding: 60px 20px 0;
    max-width: 1440px;
    overflow-y: scroll;
    max-height: calc(100vh - 80px);
}
.admin-bar .theatre-2025 .player-wrapper--theatre{
    max-height: calc(100vh - 112px);
}
.theatre-2025 .player-wrapper--theatre::-webkit-scrollbar {
    display: none;
}
.theatre-2025 .player-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 992px){
    .theatre-2025 .player-header {
        align-items: flex-start;
        width: calc(100vw - 40px);
    }
}
.theatre-2025 .player-back-button{
    margin: 0 0 25px;
}
.theatre-2025 .player-back-button a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.theatre-2025 .player-back-button a:hover{
    color: #fff;
    text-decoration: none;
}
.theatre-2025 .player-title {
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
    vertical-align: middle;
    margin-bottom: 15px;
    max-width: 900px;
}
.theatre-2025 .player-widget {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
@media (min-width: 992px){
    .theatre-2025 .player-widget{
        margin-bottom: 15px;
    }
}
.theatre-2025 .player-card{
    aspect-ratio: 647 / 364;
    height: auto;
    margin: auto;
    min-width: unset;
    margin: 0 0 10px;
    border-radius: 24px;
    overflow: hidden;
    flex: 1;
    max-width: 989px;
}
.theatre-2025 .video-wrapper {
    position: relative;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.theatre-2025 #player-theatre-mode {
  width: 100%;
  height: calc(100% - 0px);
}
.theatre-2025 .player-info {
    max-height: 560px;
    overflow: auto;
    max-width: 380px;
}
.theatre-2025 .fadeout-mask {
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 95%, rgba(0,0,0,0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 95%, rgba(0,0,0,0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.theatre-2025 .player-info::-webkit-scrollbar {
  width: 10px;
}
.theatre-2025 .player-info::-webkit-scrollbar-track {
  background: #333;
  border-radius: 10px;
}
.theatre-2025 .player-info::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.theatre-2025 .ms-card-speakers.speakers-block {
    max-height: unset;
    overflow: visible;
}
.theatre-2025 .ms-card-speaker-name {
    font-size: 18px;
}
.theatre-2025 .ms-card-speaker-position {
    font-size: 14px;
}
.theatre-2025 .player-info-heading {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.theatre-2025 .pih-tags {
    display: flex;
    gap: 8px;
}

.theatre-2025 .pih-tags > div {
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: right;
    padding: 2px 12px;
    border-radius: 30px;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 24px;
}
.theatre-2025 .ms-card-session-type.session-types-block{
    border-radius: 16px;
    padding: 0 12px;
}
@media (max-width: 992px){
    .theatre-2025 .ms-card-session-type.session-types-block{
        margin-bottom: -20px;
    }
}
.theatre-2025 .pih-tag {
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: right;
    padding: 2px 12px;
    border-radius: 30px;
    width: fit-content;
    display: flex;
    align-items: center;
}
.theatre-2025 .pih-duration {
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: right;
    border: 1px solid #fff;
    padding: 2px 12px;
    border-radius: 30px;
    width: fit-content;
    display: flex;
    align-items: center;
    display: none;
}

.theatre-2025 .player-info-speakers {
  margin-bottom: 30px;
}

.theatre-2025 .pis-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: -1%;
}

.theatre-2025 .pis-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.theatre-2025 .ris-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.theatre-2025 .ris-item-image{
    width: 40px;
    height: 40px;
    display: block;
}
.theatre-2025 .ris-item-image img{
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    min-width: 40px;
}
.theatre-2025 .ris-item-text {
    margin: 6px 0;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    gap: 0px;
    align-items: flex-start;
    align-items: flex-start;
    white-space: nowrap;
    overflow: hidden;
}
.player-info .pis-items .ris-item  .ris-separator{
    display: none;
}
/* .theatre-2025 .ris-separator {
    display: none;
} */
.theatre-2025 .ris-item-name {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
.theatre-2025 .ris-item-position{
    max-width: 300px;
}
@media (max-width: 992px){
    .theatre-2025 .ris-item-name {
        font-weight: 600;
        font-size: 14px;
    }
}
.theatre-2025 .related-types {
    display: flex;
    gap: 12px;
}

.pis-items{
    margin: 10px 0;
}

.theatre-2025  .pis-item-image,
.theatre-2025 .ms-card-speaker-image {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    display: block !important;
}

.theatre-2025  .pis-item-image img,
.theatre-2025 .ms-card-speaker-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.theatre-2025 .pis-item-text {
    margin: 8px 0;
}

.theatre-2025 .pis-item-name {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1%;
}

.theatre-2025 .pis-item-position {
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
}

.theatre-2025 .player-info-description {
    padding-bottom: 20px;
}
.theatre-2025 .pid-body {
    font-weight: 200;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -1%;
}
.theatre-2025 .player-footer-buttons {
    display: flex;
    gap: 12px;
}
.theatre-2025 .vod-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    height: 46px;
    border-radius: 50px;
    padding: 0 37px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 1;
}
.theatre-2025 .vod-btn.next span {
    display: flex;
    align-items: center;
    gap: 2px;
}
.theatre-2025 .vod-btn-container.share{
    display: flex;
    align-items: center;
    position: relative;
}
.theatre-2025 .share-btn-dropdown{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #333;
    height: 46px;
    border-radius: 50px;
    margin-left: 80px;
    border: 1px solid;
    z-index: 0;
    overflow: hidden;
    transition: all 0.8s ease;
    position: absolute;
    width: 0;
    padding: 0;
    pointer-events: none;
}
.theatre-2025 .share-btn-dropdown.open{
    padding: 0 20px 0 50px; 
    width: 272px;
    pointer-events: all;
}
.theatre-2025 .share-btn-dropdown > a{
    cursor: pointer;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 100%;
    background: transparent;
    transition: all 0.3s ease;
}
.theatre-2025 .share-btn-dropdown > a:hover{
    background: var(--blue);
}
.theatre-2025 .vod-btn-container.next.shifted{
    margin-left: 235px;
}
.theatre-2025 .vod-btn-container.next{
    transition: all 0.8s ease;
    margin-left: 0;
}

@media (min-width: 992px){
    .theatre-2025 .vod-btn:hover{
        text-decoration: none;
        color: #fff;
    }
}

.theatre-2025 .vod-btn.btn-blue {
    border: 1px solid var(--blue);
    background-color: var(--blue);
}

@media (max-width: 992px){

    .theatre-2025.--playing {
        top: 70px;
        position: fixed;
    }
    .admin-bar .theatre-2025.--playing {
        top: 116px;
    }

    .theatre-2025 .player-wrapper--theatre {
        padding: 52px 0px;
    }

    .theatre-2025.--playing.--slim{
        top: 0;
        height: 100vh;
    }
    .admin-bar .theatre-2025.--playing.--slim{
        top: 0;
        z-index: 100000;
        padding: 30px 0 50px;
        height: 100vh;
    }

    .theatre-2025 .player-info-heading,
    .theatre-2025 .player-title,
    .theatre-2025 .player-back-button {
        padding: 0 20px;
    }

    .theatre-2025 .player-info-heading {
        margin-bottom: 20px;
    }

    .theatre-2025 .player-title {
        margin-bottom: 30px;
    }
    .theatre-2025 .player-widget {
        flex-direction: column;
        max-height: unset;
        padding: 0 20px;
    }
    .theatre-2025 .player-container.video-wrapper{
        height: calc((100vw - 40px) / 100 * 57);
    }
    .theatre-2025 .player-card{
        min-width: unset;
        width: 100%;
        height: auto;
        margin: auto;
    }
    .theatre-2025 .player-info {
        max-height: unset;
        mask: unset;
        max-width: unset;
    }
    .theatre-2025 .player-info-speakers {
        margin: 20px 0 0;
    }
    .theatre-2025 .player-footer-buttons {
        justify-content: center;
        gap: 20px;
        margin-bottom: 80px;
    }
    .theatre-2025 .vod-btn {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding: 0;
        background: #333;
        border: 1px solid #333;
    }
    .theatre-2025 .vod-btn.talk::before{
        content: 'Request a demo';
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        font-weight: 300;
        line-height: 100%;
        font-size: 14px;
    }
    .theatre-2025 .vod-btn.save::before{
        content: 'Watch later';
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        font-weight: 300;
        line-height: 100%;
        font-size: 14px;
    }
    .theatre-2025 .vod-btn.share::before{
        content: 'Share';
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        font-weight: 300;
        line-height: 100%;
        font-size: 14px;
    }
    .theatre-2025 .vod-btn.next::before{
        content: 'Next video'; 
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        font-weight: 300;
        line-height: 100%;
        font-size: 14px;
    }
    .theatre-2025 .share-btn-dropdown{
        display: none;
    }
}

@media (min-height: 1000px){
    .theatre-2025 .player-widget {
        aspect-ratio: unset;
}
}

/* COPY TOAST  */
#copy-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #222;
  color: #fff;
  font-size: 0.95rem;
  padding: 0.8em 1.4em;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 9999;
}

#copy-toast.show {
  opacity: 1 !important;
  transform: translateY(0);
}

/* RELATED CONTENT */
.theatre-2025 .related {
    padding: 100px 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.related-title {
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
    vertical-align: middle;
}

.related-items {
    margin: 40px -15px;
    display: flex;
}

.related-item {
    width: 440px;
    height: 520px;
    margin: 0 18px;
    position: relative;
}
.related-tags {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.related-tag {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #787878;
    border-radius: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    text-align: right;
    padding: 0 20px;
    white-space: nowrap;
    z-index: 2;
}

.related-tag.product-development{
    background-color: #000;
}
.related-tag.team-picks{
    background-color: var(--green);
    color: #000;
}
.related-tag.pm-operations{
    background-color: var(--blue);
}
.related-tag.enterprise{
    background-color: #2e19aa;
}
.related-types{
    display: none;
}

.related-img {
    width: 100%;
    position: relative;
    box-shadow: 100px 100px 100px #00000030 inset;
    cursor: pointer;
    height: 242px;
}
.related-item-play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.related-img img {
    width: 100%;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    max-height: 250px;
    object-fit: cover;
    height: 100%;
}

.related-item-title{
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 15px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theatre-2025 .related .ris-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px 0 0;
}
.theatre-2025 .related .ris-item-image{
    width: 40px;
    height: 40px;
    display: none;
}
.theatre-2025 .related .ris-item-image img{
    width: 100%;
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
}

.theatre-2025 .related .ris-item-text {
    margin: 2px 0;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row;
    white-space: nowrap;
    overflow: hidden;
}
.theatre-2025 .related .ris-separator{
    color: var(--green);
    flex: 0 0 auto;
    display: block;
}

.theatre-2025 .related .ris-item-name {
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.theatre-2025 .related .ris-item-position {
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 992px){
    .related {
        padding: 0 0 40px;
    }

    .related-title {
        padding-left: 20px;
        font-size: 24px;
    }

    .related-items {
        margin: 25px 0 0;
        overflow: auto;
        scroll-snap-type: x mandatory;
        padding-left: 20px;
        scroll-padding-left: 20px;
    }
    .related-items::-webkit-scrollbar {
        display: none;
    }

    .related-item {
        min-width: 82vw;
        height: unset;
        margin: 0px 10px;
        scroll-snap-align: start;
    }
    .related-img {
        height: 179px;
    }
    .related-img img {
        object-fit: cover;
    }

    .slick-track {
        margin-left: 20px;
    }
}