/* story */
.story-image,
.story-video {
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}

.story-image .img-responsive {
    padding-bottom: 55.89%;
}

.story-item-name {
    font-size: 28px;
    line-height: 1.2857;
    margin-bottom: 8px;
}

.story-item-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story-item-link {
    margin-top: 18px;
}

.single-story .header-blue-icon > div {
    background-image: url("data:image/svg+xml,%3Csvg width='268' height='234' viewBox='0 0 268 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1546_9893)'%3E%3Cpath d='M251.243 268H204.136V63.8721H187.387L227.689 0L267.992 63.8721H251.243V268Z' fill='white'/%3E%3Cpath d='M172.731 268H125.624V126.681H108.875L149.178 62.8086L189.48 126.681H172.731V268Z' fill='white'/%3E%3Cpath d='M54.9648 173.787C37.6485 173.787 23.5605 159.699 23.5605 142.383C23.5605 125.066 37.6485 110.979 54.9648 110.979C72.2812 110.979 86.3691 125.066 86.3691 142.383C86.3691 159.699 72.2812 173.787 54.9648 173.787Z' fill='white'/%3E%3Cpath d='M70.6675 173.787H62.8164V220.894H47.1142V173.787H39.2632C17.6151 173.787 0.0078125 191.4 0.0078125 213.042V268H109.923V213.042C109.923 191.4 92.3155 173.787 70.6675 173.787Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1546_9893'%3E%3Crect width='268' height='268' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.single-story .js-video-wrap {
    max-width: none;
}

.view-sidebar .js-video-container .js-video-play {
    width: 50px !important;
    height: 50px !important;
}

.sidebar-story .story-item {
    margin-bottom: 35px;
}

.sidebar-story .story-item-link {
    margin-top: 8px;
}

.video-block {
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: #F5F5F5;
}

.video-block-play,
.video-block-play::before,
.video-block-play svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-block-play {
    width: 12%;
    max-width: 60px;
    transition: color 0.6s;
}

.video-block-play::before {
    content: "";
    width: 100%;
    padding-bottom: 100%;
    background: #ffffff;
    border-radius: 50%;
    transition: background-color 0.6s;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.video-block-play svg {
    width: 40%;
    height: auto;
}

.video-block:hover .video-block-play {
    color: #ffffff;
}

.video-block:hover .video-block-play::before {
    background: var(--ltu-theme-orange);
}

.webinar-item {
    padding: 20px 0;
}

.webinar-item + .webinar-item{
    border-top: 1px solid rgba(144, 118, 153, 0.35);
}

.webinar-item .story-item-name,
.webinar-excerpt {
    max-width: 800px;
    word-wrap: break-word;
}

.pep-item {
    padding: 20px 0;
}

.pep-item + .pep-item {
    border-top: 1px solid rgba(144, 118, 153, 0.35);
}

.pep-item-wrap {
    gap: 20px;
    flex-direction: column;
}

.pep-item-image {
    width: 100%;
}

.pep-item-image .img-responsive {
    border-radius: 10px;
    padding-bottom: 42.14%;
}

.pep-item-title {
    font-size: clamp(1.125rem, 0.9049rem + 0.9390vw, 1.75rem);
    font-weight: 700;
}

.pep-item-title a {
    text-decoration: none;
}

.pep-item-date {
    color: var(--ltu-theme-gray);
}

@media (min-width: 576px) {
    .pep-item-image {
        width: clamp(4.438rem, 1.2676rem + 13.5270vw, 17.5rem);
    }

    .pep-item-image .img-responsive {
        border-radius: 10px;
        padding-bottom: 42.14%;
    }
    .pep-item-wrap {
        gap: 32px;
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .post-type-archive-video .content-block-white,
    .post-type-archive-fc_video .content-block-white,
    .post-type-archive-pollen_expert_post .content-block-white {
        padding: 26px 40px 50px;
    }

    .webinar-item {
        padding: 32px 0;
    }

    .webinar-item-content {
       gap: 2rem;
    }

    .webinar-video {
        width: 280px;
        margin-bottom: 0;
    }

    .webinar-item-data {
        flex: 1;
    }

    .pep-item {
        padding: 32px 0;
    }

    
    

}

@media (min-width: 1200px) {
    .single-story .js-video-container .js-video-play {
        width: 8.3vw;
        height: 8.3vw;
    }

    .pep-item-data {
        display: flex;
        gap: 32px;
        justify-content: space-between;
    }

    .pep-item-title {
        flex: 1;
    }
}