.single-swiper {
            overflow: hidden;
            padding-left: 8px;
            padding-right: 8px;
            margin-left: -8px;
            margin-right: -8px;
            padding-bottom: 8px;
        }

        .swiper-block__label {
            margin-bottom: 16px;
        }

        .swiper-wrapper {
            align-items: stretch;
        }

        .swiper-slide {
            height: auto;
        }

        .post-card a {
            text-decoration: unset;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .post-card {
            background-color: #FEFEFE;
        }

        .single-swiper__slide {
            box-shadow: 0px 4px 4px 0px #2D60E20D;
            border-radius: 16px;
            overflow: hidden;
        }

        .swiper-block {
            padding-top: 60px;
            padding-bottom: 65px;
        }

        .swiper-block__head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
        }

        .swiper-block__title {
            font-size: 48px;
            font-weight: 500;
            line-height: 120%;
            letter-spacing: 0;
        }

        .post-thumbnail img {
            max-height: 300px;
            object-fit: cover;
            width: 100%;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
        }

        .post-title {
            margin-top: 24px;
            color: #0D1118;
        }

        .post__details {
            flex: 1 1 auto;
            min-height: 0;
            box-shadow: 0px 4px 4px 0px #2D60E20D, 0px 4px 4px 0px #E2E2E21A inset;
        }


        .swiper-block .post__details-bottom p {
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0;
        }

        .post-thumbnail {
            overflow: hidden;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
        }

        .post-thumbnail img {
            transition: transform 0.4s ease-in-out;
        }

        .post-card:hover .post-thumbnail img {
            transform: scale(1.1);
        }

        .post-card:hover .post-title {
            color: #1629D6;
        }

        .swiper-slide {
            display: flex;
            align-items: stretch;
        }

        .swiper-slide .post-card {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
            min-height: 0;
        }

        .post-card>a {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
            text-decoration: none;
        }

        .swiper-block__head .navigation>div {
            display: flex;
        }

        @media screen and (max-width: 768px) {
            .swiper-block {
                padding-top: 40px;
                padding-bottom: 40px;
            }

            .swiper-block__title {
                font-size: 32px;
                line-height: 130%;
            }

            .post__details {
                padding: 24px 16px 32px 16px;
            }
        }

        .post-pagination-wrapper {
            margin-top: 24px;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .post-pagination {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            position: relative !important;
            top: unset !important;
            left: unset !important;
            bottom: unset !important;
            right: unset !important;
            width: 100% !important;
            height: 100% !important;
            z-index: 100 !important;
            opacity: 1 !important;
            pointer-events: auto !important;
            max-width: 72px;
            justify-content: flex-start;
        }

        .post-pagination::-webkit-scrollbar {
            display: none;
        }

        .post-pagination {
            scrollbar-width: none;
        }

        .post-pagination-wrapper {
            margin-top: 24px;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .post-pagination .swiper-pagination-bullet {
            min-width: 8px !important;
            min-height: 8px !important;
            max-width: 8px !important;
            max-height: 8px !important;
            opacity: 1 !important;
            background: #CFCFCF !important;
            margin: 0 4px !important;
            outline: none !important;
            flex-shrink: 0;
        }

        .post-pagination .swiper-pagination-bullet:first-child {
            margin-left: auto !important;
        }

        .post-pagination .swiper-pagination-bullet:last-child {
            margin-right: auto !important;
        }

        .post-pagination .swiper-pagination-bullet-active {
            background: #1629D6 !important;
            opacity: 1 !important;
        }

        @media screen and (min-width: 541px) {
            .post-pagination-wrapper {
                display: none !important;
            }
        }

        @media screen and (max-width: 768px) {
            .navigation {
                display: none;
            }

            .swiper-block {
                overflow: hidden;
            }

            .single-swiper {
                overflow: visible !important;
            }
        }
