.post-template-default .site-header {
    border-bottom: 1px solid var(--secondary-white);
}

.post-template-default{
    overflow-x: clip;
}

.post-content>.title-4{
    margin-bottom: 32px;
}

.post-content .main-text a{
    color: var(--accent-light-bg);
    text-decoration: underline;
    transition: 0.1s;
}

.post-content .main-text a:hover{
    color: var(--accent-dark-bg);
}

.post-content .image{
    border-radius: 10px;
    width: 100%;
}

.post-content .image, .post-content .video-wrapper{
    margin-bottom: 46px;
}

.post-content .video-wrapper{
    width: 100%;
    height: auto;
    aspect-ratio: 1027 / 577;
}

.post-content .video-wrapper iframe{
    width: 100%;
    height: 100%;
}

.post-content .table-item{
    padding: 24px 0;
    border-top: 1px solid var(--secondary-white);
    display: flex;
}

.post-content .table-item:last-child{
    border-bottom: 1px solid var(--secondary-white);
    margin-bottom: 32px;
}

.post-content .table-item-text{
    width: 226px;
    color: var(--accent-light-bg);
}

.post-content .table-item-text.main_black{
    color: var(--main-black);
}

.post-content .table-item-text.accent_light{
    color: var(--accent-light-bg);
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}

.post-content .table-item-points{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.post-content .table-item-points .table-item-point .h4-posts, .post-content .table-item-text.h4-posts {
    margin: 0;
    color: var(--n-black);
}

.post-content .link.h4-posts {
    margin: 0;
}

.post-content .table-item-point{
    display: flex;
    gap: 14px;
    padding-left: 8px;
    align-items: flex-start;
}
.post-content .table-item-info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.post-content .table-item-info .title-4{
    color: var(--accent-light-bg);
}

.post-content .table-item-point .main-text{
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.post-content .table-item-point svg {
    margin-top: 10px;
    flex-shrink: 0;
}

.post-content .link{
    background: var(--main-bg);
    border: 1px solid var(--secondary-white);
    border-radius: 10px;
    padding: 24px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.post-content .link{
    font-size: 20px;
    font-weight: 600;
    white-space: pre;
    text-wrap: wrap;
    text-wrap: pretty;
}

.post-content .link-url{
    font-size: 20px;
    font-weight: 400;
    white-space: unset;
}

.post-content a.link-url, .post-content .main-text-posts a{
    color: var(--bright-blue);
    text-decoration: underline;
}

.post .list{
    display: flex;
    flex-direction: column;
}

.post .numbers-list-item{
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style-type: none;
    align-items: start;
    padding-top: 32px;
    border-bottom: 1px solid var(--secondary-white);
}

.post .list-item{
    margin-left: 28px;
}

.post .list-item b {
    color: var(--n-black);
}

.post .list-item a {
    color: var(--bright-blue);
    text-decoration: underline;
}

.post .list-item::marker{
    color: var(--accent-light-bg);
}

.post .main-image{
    width: 100%;
    min-height: 520px;
    aspect-ratio: auto 1027 / 520;
}



.post .numbers-list-item:last-child{
    border-bottom: none;
}

.post .list-order-block{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 64px;
    flex-shrink: 0;
    position: relative;
    top: -6px;
    background-size: cover;
    background-image: url('https://storage.googleapis.com/dev_resources_voka_io_303011/common/post-list-order.webp');
}

.post .list-order-block p {
    position: absolute;
    color: var(--accent-light-bg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.post .list-item-info .h4-posts {
    margin: 0;
}

.post .list-item-info{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-header>img{
    border-radius: 10px;
}

.post-content .full-table th, .post-content .full-table td {
    padding: 16px;
}

.post-content .full-table th {
    text-align: start;
}


.post-content .swiper-container {
    width: 100%; /* Задать ширину контейнера */
}

.post-content .swiper-wrapper {
    display: flex; /* Убедитесь, что все слайды находятся в одной строке */
}

.post-content .swiper-slide {
    flex: 0 0 auto; /* Предотвращает изменения размера слайдов */
    width: 100%; /* Задайте ширину каждого слайда */
    height: 100%; /* Убедитесь, что высота соответствует высоте контейнера */
    box-sizing: border-box; /* Учитывайте внутренние отступы и поля */
    /* Также можно добавить другие стили для оформления слайдов */
}

.post-content .div-table {
    border-right: 1px solid var(--secondary-white);
    border-radius: 8px;
}


.post-content .custom-table {
    width: 100%;
    /*border-collapse:collapse;*/
    border: 0;
    border-top: 1px solid var(--secondary-white);
    border-bottom: 1px solid var(--secondary-white);
    border-radius: 8px;
}

.post-content td, .post-content th {
    /*border: 1px solid var(--main-black);*/
    border-bottom: 1px solid var(--secondary-white);
}

.post-content tr th:last-child, .post-content tr td:last-child {
    border-right: none;
}

.post-content tr:last-child td {
    border-bottom: none;
}

.post-content .custom-table tr th:first-child,
.post-content .custom-table tr td:first-child {
    max-width: 240px;
    min-width: 240px;
    position: sticky;
    left: 0;
    background-color: var(--white-bg);
    z-index: 1;
    white-space: normal;
    vertical-align: sub;
}

.post-content .custom-table tr th:first-child::after,
.post-content .custom-table tr td:first-child::after {
    content:'';
    display: block;
    height: 100%;
    width: 1px;
    background: var(--secondary-white);
    position: absolute;
    top: 0;
    right: -1px;
}



.post-content .custom-table tr th:first-child::before,
.post-content .custom-table tr td:first-child::before {
    content:'';
    display: block;
    height: 100%;
    width: 1px;
    background: var(--secondary-white);
    position: absolute;
    top: 0;
    left: 0px;
    border-radius: 8px;
}



.post-content .custom-table tr th:not(:first-child), .custom-table tr td:not(:first-child) {
    max-width: 328px;
    min-width: 328px;
    white-space: normal;
    vertical-align: sub;
}

.post-content .custom-table th, .post-content .custom-table td {
    padding: 16px;
}

.post-content .custom-table th {
    text-align: left;
}

.post-content .fixed-indicator {
    position: fixed;
    bottom: 0px;
    /* left: 20px; */
    width: 300px;
    height: 10px;
    background-color: #007bff;
    border-radius: 5px;
    opacity: 0.7;
    z-index: 1;
}

.post-content .main-text.blue{
    color: var(--accent-light-bg);
}

.post-content .full-table-mobile-swiper {
    display: none;
}

.post .post-background {
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
}

.post .share-devide-line {
    min-width: 1px;
    width: 1px;
    height: 26px;
    background: #DFE5ED;
    margin-left: 12px;
    margin-right: 12px;
}

.div-table::-webkit-scrollbar {
    height: 8px;
}

.div-table .content {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Hiding the real scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.div-table .hide-native-scrollbar::-webkit-scrollbar {
    display: none;
}

.div-table .sticky-scrollbar-container {
    position: sticky;
    bottom: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 0; /* Initial height: 0 */
    z-index: 1;
}

.div-table .sticky-scrollbar {
    height: 1px;
    width: 200%;
}

.div-table ::-webkit-scrollbar-thumb {
    background: #8F9195;
    border-radius: 10px;
    height: 18px;
}

.post .post-meta .share-icons {
    display: none;
}

.post .post-header .share-icons-mobile, .post .post-content .share-icons-mobile {
    display: none;
}

@media (max-width: 1919px) {
    .post .main-image{
        min-height: 400px;
    }

    .post-meta .author-name{
        font-size: 14px;
    }

    .post-meta-right{
        font-size: 14px;
    }

    .post-header>img{
        width: 100%;
    }

    .post-content>.title-4{
        margin-bottom: 24px;
    }

    .post-content .table-item-text{
        width: 28%;
    }

    .post-content .table-item-points{
        width: 72%;
    }

    .post-content .image, .post-content .video-wrapper, .post .main-image{
        margin-bottom: 32px;
        width: 100%;
    }
    .post-content .link{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .post-content .link-url{
        font-size: 18px;
    }

    .post .numbers-list-item{
        padding-top: 24px;
    }

    .post .list-order-block{
        width: 70px;
        height: 60px;
        top: -4px;
    }

    .post-content .custom-table tr th:first-child,
    .post-content .custom-table tr td:first-child {
        min-width: 190px; /* Минимальная ширина для первого столбца */
        max-width: 190px;
    }

    .post-content .custom-table tr th:not(:first-child), .custom-table tr td:not(:first-child) {
        min-width: 250px;
        max-width: 250px;
    }
}

@media (max-width: 1439px) {
    .post .main-image{
        min-height: 340px;
    }
    .post .post-title{
        font-size: 32px;
    }
    .post-content .table-item-text {
        width: 32%;
    }

    .post-content .link{
        font-size: 16px;
    }

    .post-content .link-url {
        font-size: 16px;
    }

    .post .numbers-list-item{
        padding-top: 20px;
        gap: 16px;
    }

    .post .list-order-block{
        width: 64px;
        height: 56px;
        top: -4px;
    }

    .post-content .custom-table tr th:first-child,
    .post-content .custom-table tr td:first-child {
        min-width: 177px; /* Минимальная ширина для первого столбца */
        max-width: 177px;
    }

    .post-content .custom-table tr th:not(:first-child), .custom-table tr td:not(:first-child) {
        min-width: 210px;
        max-width: 210px;
    }

    .post-content .image, .post-content .video-wrapper, .post .main-image {
        margin-bottom: 24px;
    }

}

@media (max-width: 1279px) {
    .post .main-image{
        min-height: 400px;
    }

    .post-header{
        margin-bottom: 20px;
    }

    .post{
        padding: 0 40px;
    }

    .post-content .link{
        margin-bottom: 20px;
    }

    .post .post-title {
        font-size: 24px;
        padding-top: 32px;
    }

    .post-content>.title-4{
        margin-bottom: 20px;
    }

    .post-content .custom-table tr th:first-child,
    .post-content .custom-table tr td:first-child {
        min-width: 178px; /* Минимальная ширина для первого столбца */
        max-width: 178px;
    }

    .post-content .custom-table tr th:not(:first-child), .custom-table tr td:not(:first-child) {
        min-width: 255px;
        max-width: 255px;
    }

    .post .post-meta .share-icons {
        display: flex;
        padding-top: 32px;
        align-items: center;
    }

    .post .post-meta .share-icons img {
        width: 48px;
        height: 48px;
        padding: 12px;
        justify-content: center;
        border-radius: 10px;
        background: var(--n-light-blue-BG);
    }

    .post .post-meta .share-icons a:not(.copy-link){
        padding: 0 6px;
    }
    .post .post-meta .share-icons a.copy-link{
        padding-right: 6px;
    }

    .toc-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 16px 0;
        list-style: none; /* Убираем дефолтную стрелку */
        gap: 15px;
    }

    .toc-toggle::-webkit-details-marker {
        display: none; /* Скрываем стандартный маркер в Chrome */
    }

    /* Контейнер для иконок */
    .toggle-icon {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
    }

    /* Иконки */
    .plus-icon,
    .cross-icon {
        top: 0;
        left: 0;
        transition: opacity 0.3s ease;
    }

    /* Изначально крестик скрыт */
    .cross-icon {
        display: none;
    }

    /* При открытом состоянии */
    details[open] .plus-icon {
        display: none;
    }

    details[open] .cross-icon {
        display: block;
    }

    /* Стили для контента */
    #toc-mobile {
        padding-top: 12px;
    }

    .post-header {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .post .main-image{
        min-height: 340px;
    }
    .post-content .custom-table tr th:first-child,
    .post-content .custom-table tr td:first-child {
        min-width: 178px; /* Минимальная ширина для первого столбца */
        max-width: 178px;
    }

    .post-content .custom-table tr th:not(:first-child), .custom-table tr td:not(:first-child) {
        min-width: 255px;
        max-width: 255px;
    }
    .post .post-meta .share-icons a.copy-link {
        padding-right: 0px;
    }

    .post .share-devide-line {
        margin-left: 16px;
        margin-right: 10px;
    }

}

@media (max-width: 577px) {
    .post .main-image{
        min-height: 180px;
    }

    .post-header{
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .post-header>img{
        order: 1;
    }
    .post .post-meta{
        order: 2;
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .post-content .table-item-text {
        width: 110px;
        word-break: break-word;
    }
    .post-content .link{
        padding: 24px 20px;
    }

    .post .list-item{
        flex-direction: column;
        padding-top: 0px;
    }

    .post .list-order-block{
        top: 0px;
        left: -5px;
        width: 60px;
        height: 52px;
        margin-top: 20px;
    }
    .post-content .div-table {
        display: none;
    }

    .post-content .full-table-mobile-swiper {
        display: block;
    }

    .post-content .full-table-mobile-swiper {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .post-content .full-table-mobile-swiper .table-name {
        padding-top: 32px;
        padding-bottom: 24px;
    }
    .post-content .full-table-mobile-swiper .swiper-container {
        display: flex;
        flex-direction: column;
    }

    .post-content .full-table-mobile-swiper .swiper-container .swiper-wrapper .swiper-slide{
        border-radius: 8px;
        border: 1px solid var(--secondary-white);
        padding: 16px;
    }
    .post-content .full-table-mobile-swiper .swiper-container {
        height: auto;
    }
    .post-content .full-table-mobile-swiper .title-description {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .post-content .full-table-mobile-swiper .swiper-slide {
        display: flex;
        flex-direction: column;
        gap:32px;
        height: auto;
    }
    .post-content .full-table-mobile-swiper .uppercase {
        text-transform: uppercase;
    }


    .post-content .full-table-mobile-swiper .swiper__arrows {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        column-gap: 15px;
    }

    .post-content .full-table-mobile-swiper .swiper__arrows.hidden {
        display: none;
    }

    .post-content .full-table-mobile-swiper .swiper__arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 36px;
        height: 36px;
        padding: 0;
        transform-origin: center;
        transition: all .2s ease-in-out;
        cursor: pointer;
        border-radius: 37.5px;
        border: 0.75px solid #CCD2DF;
        background: #F6F7FA;
    }

    .post-content .full-table-mobile-swiper .swiper__arrow--prev {
        flex-shrink: 0;
        transform: rotate(0deg);
    }

    .post-content .full-table-mobile-swiper .swiper__arrow--next {
        transform: rotate(-180deg);
        flex-shrink: 0;
        opacity: 1;
    }

    .post-content .full-table-mobile-swiper .swiper__arrow .arrow-icon {
        width: 24px;
        height: 24px;
        color: var(--accent-dark-bg);
    }

    .post-content .full-table-mobile-swiper .swiper__arrow--next .arrow-icon {
        transform: translateY(1px);
    }

    .post-content .full-table-mobile-swiper .swiper-button-disabled .arrow-icon {
        opacity: 0.3;
    }

    .post-content .full-table-mobile-swiper .swiper-button-disabled {
        opacity: 0.3;
    }

    .post-content .swiper-main-container {
        display: flex;
        flex-direction: row;
        padding-top: 16px;

    }

    .post-content .full-table-mobile-swiper .swiper__arrow svg path {
        stroke: var(--secondary-black);
    }

    .post-content .full-table-mobile-swiper .swiper-pagination-bullet-active {
        background: var(--dark-accent);
    }

    .post .post-meta .share-icons {
        display: none;
    }

    .post .post-header .share-icons-mobile , .post .post-content .share-icons-mobile{
        display: flex;
    }

    .post .share-icons-mobile, .post .post-content .share-icons-mobile {
        display: flex;
        gap: 10px;
    }

    .post .copy-link-mobile {
        padding: 10px 20px 10px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        background: var(--n-light-blue-BG);
        display: flex;
        flex-direction: row;
        gap: 6px;
    }

    .post .copy-link-mobile img {
        height: 24px;
        width: 24px;
    }

    .post .copy-link-mobile .copy-link-button, .post .shareButton#shareButton span {
        color: #4D545C;
    }


    .post #shareButton {
        display: flex;
        padding: 10px 20px 10px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        background: var(--n-light-blue-BG);
        gap: 6px;
    }

    .post .post-meta-left {
        margin-bottom: 24px;
    }

    .main-image.mobile {
        margin-top: 24px;
        margin-bottom: 24px;
        border-radius: 8px;
    }

    .post {
        display: block !important;
    }

    .post .post-content .share {
        display: none;
    }

    .post .post-content .share-icons-mobile {
        padding-top: 20px;
        border-top: 1px solid var(--secondary-white);
    }
}

.post .list-item .main-text{
    margin-bottom: 16px !important;
}

/* Related articles  */

.blog{
    border-top: 1px solid var(--secondary-white);
    border-bottom: 1px solid var(--secondary-white);
    margin-top: 70px;
    background: linear-gradient(180deg, #F5F9FD 0%, #E7F1FF 100%);
}

.blog .outlined-button{
    color: var(--accent-light-bg);
	padding: 14px 32px;
	border-radius: 8px;
    border: 1px solid var(--accent-light-bg);
	background-color: var(--white-bg);
	display: inline-block;
	width: fit-content;
    transition: 0.2s;
}


.blog .outlined-button:focus {
	color: var(--dark-accent);
    border: 1px solid var(--dark-accent);
}

.blog .outlined-button:visited {
    color: var(--accent-light-bg);
    border: 1px solid var(--accent-light-bg);
}

@media (hover: hover) {
    .blog .outlined-button:hover {
        color: var(--accent-dark-bg);
        border: 1px solid var(--accent-dark-bg);
    }
}

.blog .blog-list-title{
    color: var(--secondary-black);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 32px;
    letter-spacing: 0.04em;
}

.blog .container{
    padding: 140px 200px;
    max-width: 1920px;
    margin: 0 auto;
}

.blog .blog-list {
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 32px;
}

.blog .post-thumbnail{
    width: 100%;
    height: 234px;
    position: relative;
    display: block;
    flex-shrink: 0;
}

.blog .post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .post-details{
    padding: 24px 24px 32px 24px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid var(--secondary-white);
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.blog .post-title{
    color: var(--n-black, #0B1521);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog .post-details .small-text-medium {
    padding-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 32px;
}

.blog-item{
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}
.blog-item:hover{
    border: 1px solid var(--accent-dark-bg);
    border-radius: 10px;
}

.blog .post-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--secondary-white);
    padding-top: 16px;
    margin-top: 0;
}

.blog .post-author{
    color: var(--n-black);
}

.blog .post-right-meta {
    color: var(--n-grey);
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog .post-excerpt{
    color: var(--secondary-black);
    font-size: 16px;
    margin-top: 24px;
}

.blog .swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.blog .swiper-pagination-bullet-active{
    background: var(--accent-light-bg);
}

.blog .swiper__arrows{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    column-gap: 15px;
}

.blog .swiper__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: transparent;
    border: 1px solid #ccd2df;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    transform-origin: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.blog .swiper__arrow:hover {
    background-color: #FFFFFF;
    border-color: var(--accent-dark-bg);
}

.blog .swiper__arrow--prev{
    transform: rotate(90deg);
}
.blog .swiper__arrow--next {
    transform: rotate(270deg);
}
.blog .swiper__arrow .arrow-icon{
    width: 24px;
    height: 24px;
    color: var(--secondary-black);
}
.blog .swiper__arrow--next .arrow-icon{
    transform: translateY(1px);
}
.blog .swiper-button-disabled .arrow-icon{
    opacity: 0.3;
}

.blog .swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.blog .blog-list__controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.blog .blog-list__controls{
    display: none;
}

.blog .container .h2-posts {
    margin: 0;
    padding-bottom: 32px;
}

@media (max-width: 1919px) {
    .blog{
        margin-top: 50px;
    }
    .blog .container {
        padding: 100px 80px;
    }
    .blog .post-thumbnail{
        height: 233px;
        display: block;
    }
    .blog .blog-list {
        gap: 24px;
    }

    .blog .post-excerpt{
        font-size: 14px;
    }

    .blog .post-details .small-text-medium {
        padding-top: 16px;
    }

    .blog .post-title {
        font-size: 18px;
    }

}

@media (max-width: 1439px) {
    .blog .blog-list {
        gap: 24px;
    }


    .blog .post-details {
        padding: 20px 20px 24px 20px;
    }

    .blog .post-thumbnail {
        height: 211px;
    }

    .blog .post-excerpt{
        margin-top: 20px;
    }

    .blog .post-meta{
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .blog .post-right-meta svg{
        display: none;
    }

    .blog{
        margin-top: 40px;
    }

    .blog .container {
        padding: 80px 60px;
    }

    .blog .post-details .small-text-medium {
        padding-top: 12px;
    }
}

@media (max-width: 1279px) {

    .blog{
        margin-top: 30px;
    }

}

@media (max-width: 1079px) {
    .blog .blog-list__controls{
        display: flex;
        margin-bottom: 40px;
    }

    .blog .post-meta {
        flex-direction: row;
    }

    .blog .container {
        padding: 80px 40px;
    }

    .blog .container .h2-posts {
        padding-bottom: 28px;
    }

    .blog .post-thumbnail {
        height: 188px;
    }

    .blog .post-right-meta svg {
        display: block;
    }
}
@media (max-width: 767px) {
    .blog .container {
        padding: 60px 16px;
    }

    .blog .post-thumbnail {
        height: 192px;
    }
}

@media (max-width: 577px) {
    .blog{
        margin-top: 40px;
    }
    .blog .swiper__arrows {
        display: none;
    }

    .blog .container {
        padding: 40px 16px 60px 16px;
    }
    .blog .blog-list {
        grid-template-columns: 1fr;
    }

    .blog .post-meta{
        gap: 6px;
    }
}

/* Related Cases */

.cases-container .cases-list-container {
    background: var(--white-bg);
    margin: 60px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--accent-dark-bg);
}

.cases-container .cases-list-title{
    width: 100%;
    position: relative;
}

.cases-container .text-with-line {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
}

.cases-container .text-with-line::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #DFE5ED;
    margin-left: 10px;
}

.cases-container .swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}
.cases-container .swiper-pagination-bullet-active{
    background: var(--bright-blue);
}

.cases-container .swiper__arrows{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    column-gap: 10px;
}

.cases-container .swiper__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: transparent;
    border: 1px solid #ccd2df;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    transform-origin: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.cases-container .swiper__arrow.posts {
    width: 32px;
    height: 32px;
    border: 1px solid white;
}


@media (hover: hover) {
    .cases-container .swiper__arrow:hover svg path {
        fill: #8C9AAB;
    }
}

.cases-container .swiper__arrow:active svg path {
    fill: #5E6773;
}

.cases-container .swiper-button-disabled svg path {
    fill: #DFE5ED;
    cursor: default;
}

.cases-container .cases-list__controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.cases-container .case-slide{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-height: 365px;
    height: 100%;
}

.cases-container .case-details{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cases-container .case-details p.case-title {
    padding-bottom: 24px;
}

.cases-container .case-details .description {
    padding-bottom: 32px;
}

.cases-container .case-details p{
    color: var(--n-black);
}

.cases-container .case-details .description {
    color: var(--n-grey);
}

.cases-container .case-item a {
    width: fit-content;
    color: var(--n-dark-grey);
}

.cases-container img.post-thumbnail{
    border-radius: 10px;
    width: 100%;
    max-height: 365px;
}

.cases-container .link{
    color: var(--accent-light-bg, #6189D7);
    display: flex;
    flex-direction: row;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 8px;
    background-color: transparent;
    width: fit-content;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--accent-light-bg, #6189D7);
}

@media (max-width: 1919px) {
    .cases-container .cases-list-container {
        margin: 48px 0;
    }
    .cases-container .case-slide {
        max-height: 283px;
    }
    .cases-container img.post-thumbnail{
        max-height: 283px;
    }
}

@media (max-width: 1439px) {
    .cases-container .case-slide {
        max-height: 300px;
    }
    .cases-container img.post-thumbnail{
        max-height: 300px;
    }
    .cases-container .link{
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .cases-container .swiper__arrows {
        display: none;
    }
}

@media (max-width: 1079px) {
    .cases-container .case-details p.case-title {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .cases-container .swiper-container {
        margin-bottom: 40px;
    }
    .cases-container .case-slide{
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .cases-container img.post-thumbnail{
        width: 100%;
        height: auto;
    }
    .cases-container .case-details{
        width: 100%;
    }
    .cases-container .case-slide {
        height: auto;
        max-height: unset;
    }

    .cases-container .case-slide {
        gap: 24px;
    }
}

.blog .swiper-pagination-lock ~ .swiper__arrows{
    display: none;
}