.page-wrapper {
    padding-top: 14px;
}
.top-blog-list .box-text {
    padding: 0;
}
.top-blog-list .blog-post-big .box-image {
    border-radius: var(--20);
}
.top-blog-list .box-text .post-title {
    margin: 10px 0 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: calc(14.4 / 12);
}
.top-blog-list .box-text .post-title a {
    margin: 0;
}
.top-blog-list .blog-list-right .box-text .post-title {
    margin-top: var(--8);
    font-size: 14px;
}
.top-blog-list .blog-list-right > .col:not(:last-child) > .col-inner {
    padding-bottom: var(--13);
}
.bottom-blog-list .box-blog-post .post-title {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: calc(23.82 / 15);
    letter-spacing: -0.04em;
}
.bottom-blog-list .box-blog-post .post-title a {
    margin: 0;
}
.bottom-blog-list .box-blog-post .from_the_blog_excerpt {
    font-size: 16px;
    line-height: calc(18 / 15);
    letter-spacing: -0.04em;
    margin: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.bottom-blog-list .blog-list-posts > .col:not(:last-child) {
    padding-bottom: 50px;
}
@media only screen and (min-width: 850px) {
    .top-blog-list {
        padding-bottom: 80px;
    }
    .blog-list-posts .box-text {
        padding: 0 0 0 var(--9);
    }
}
@media only screen and (max-width: 849px) {
    .blog-list-posts .box-blog-post,
    .blog-list-right .box-blog-post {
        display: grid;
        grid-template-columns: 144px auto;
        align-items: center;
        gap: 20px;
    }
    .blog-list-posts .box-blog-post .box-text {
        padding: 0;
    }
    .blog-list-posts .box-blog-post .box-image,
    .blog-list-right .box-blog-post .box-image {
        width: 100% !important;
    }
    .bottom-blog-list .box-blog-post .from_the_blog_excerpt {
        display: none;
    }
    .top-blog-list .blog-list-right > .col:not(:last-child) > .col-inner,
    .bottom-blog-list .blog-list-posts > .col:not(:last-child) {
        padding-bottom: 20px !important;
    }
    .blog-list-posts .box-blog-post .box-text .post-title,
    .blog-list-right .box-blog-post .box-text .post-title,
    .top-blog-list .box-text .post-title {
        font-size: var(--15);
    }
}
.post-sidebar .widget-title {
    font-size: 20px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    text-align: center;
    background-color: var(--primary-color);
    padding: var(--9);
    border-radius: 999px;
    margin-bottom: var(--15);
}
.post-sidebar .is-divider {
    display: none;
}
.post-sidebar .box-text {
    padding: 0 0 0 var(--9);
}
.post-sidebar .box-text .post-title {
    text-transform: none;
}
.post-sidebar .box-text .post-title a {
    font-size: 14px;
    line-height: 1.35;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
}
.post-sidebar .video-titles {
    margin-top: 20px;
    padding: 0px 20px 20px 0;
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.post-sidebar .video-titles::-webkit-scrollbar {
    width: 3px;
    background-color: transparent; /* or add it to the track */
}

/* Add a thumb */
.post-sidebar .video-titles::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}
.post-sidebar .widget-video__item__title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: var(--30);
    display: flex;
    align-items: center;
    position: relative;
    gap: var(--10);
    border-right: 1px solid transparent;
}
.post-sidebar .widget-video__item__title:last-child {
    margin-bottom: 0;
}
.post-sidebar .widget-video__item__title.active a {
    color: var(--primary-color);
}
.post-sidebar .widget-video__item__title span {
    width: var(--40);
    aspect-ratio: 1/0.700000509;
}
.post-sidebar .widget-video__item__title span img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
