/* webinar archive */

.posts-archive.webinar .grid-item {
    cursor: pointer;
    color: inherit;
}

.posts-archive.webinar .grid-item:hover {
    color: inherit;
}

.posts-archive.webinar .grid-item .content {
    padding: 18px 38px 40px;
    height: 163px;
}

.posts-archive.webinar .date {
    margin-top: 10px;
}

.posts-archive.webinar .grid-item .title {
    margin-top: 8px;
}

/*.posts-archive.webinar .excerpt {
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/

.posts-archive .badge.coming-soon {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
    background-color: var(--red);
    padding: 0 10px;
    line-height: 25px;
    border-radius: 4px;
}

@media screen and (max-width: 970px) {
    .posts-archive.webinar .grid-item .content {
        padding: 20px var(--content-padding) 58px;
    }
}

@media screen and (max-width: 768px) {
    .posts-archive.webinar .date {
        margin-top: 13px;
    }

    .posts-archive.webinar .grid-item .title {
        margin-top: 18px;
    }
}

@media screen and (max-width: 550px) {
    .posts-archive.webinar .grid-item {
        height: unset;
    }

    .posts-archive.webinar .grid-item .content {
        height: unset;
    }
}