.blog_container {
    margin-top: 60px;
}

.blog_heading {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .blog_container>.blog_heading {
        display: none;
    }

    .blog_container>.blog_columns>.blog_heading {
        order: 2;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .blog_container>.blog_columns>.blog_heading {
        display: none;
    }

    .blog_heading {
        width: 63%;
        margin-bottom: 60px;
    }
}


.blog_columns {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .blog_columns {
        grid-template-columns: calc(65% - 10px) calc(35% - 10px);
    }
}

@media screen and (min-width: 990px) {
    .blog_columns {
        grid-template-columns: calc(65% - 30px) calc(35% - 30px);
        gap: 60px;
    }
}

@media screen and (max-width: 768px) {
    .blog_columns > .post {
        order: 2;
    }
}


.blog_articles_list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
    height: max-content;
}

@media screen and (min-width: 768px) {
    .blog_articles_list {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    }
}

@media screen and (min-width: 1025px) {
    .blog_articles_list {
        row-gap: 40px;
        grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .blog_articles_list {
        order: 3;
    }

    .blog_additional_col {
        order: 1;
    }
}

.article_description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    color: #7A8A9E;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 125px;
}

.blog_columns .blog_articles_list article {
    /* padding: 16px; */
    border-radius: 20px;
}

@media screen and (min-width: 768px) {
    .blog_columns .blog_articles_list article {
        /* padding: 40px; */
    }
}

.blog_columns .blog_articles_list article img {
    aspect-ratio: 30 / 15;
    height: 150px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 24px;
}

.pseudo_link {
    text-transform: capitalize;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #E1303C;
}

.article_heading {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 8px;
}

.article_description {
    font-size: 12px;
    margin-bottom: 24px;
}

.blog_columns article:hover .pseudo_link {
    text-decoration: underline;
}

.blog_columns .post-content h2 {
    padding-bottom: 0;
    margin: 24px 0;
    text-align: start;
    color: #000;
    font-family: var(--font-family-base);
    font-size: 32px;
    font-weight: 500;
}

.blog_columns .post-content h2::after {
    display: none;
}

.blog_columns .post-content h3 {
    padding-bottom: 0;
    margin: 20px 0;
    text-align: start;
    color: #000;
    font-family: var(--font-family-base);
    font-size: 27px;
    font-weight: 500;
}

.blog_columns .post-content img {
    margin: 48px 0;
}

.custom_single .post-content a {
    text-decoration: underline;
}

/* .pseudo_link::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.25 0.75L15.75 6L10.25 11.25M15.5 6H1.25' stroke='%2365008F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 17px;
    height: 12px;
    display: block;
} */

.aricle_infoline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aricle_date {
    font-size: 16px;
    font-weight: 500;
}

.blog_articles_list .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 24px;
    list-style: none;
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    .blog_articles_list .page-numbers {
        grid-column: span 2;
    }
}

@media screen and (min-width: 1025px) {
    .blog_articles_list .page-numbers {
        grid-column: span 3;
    }
}

@media screen and (max-width: 768px) {
    .blog_articles_list .page-numbers {
        margin-bottom: 40px;
    }
}

.blog_articles_list .page-numbers>li>* {
    width: 16px;
    height: 16px;
    background-color: rgba(122, 138, 158, 1);
    color: rgba(122, 138, 158, 1) !important;
    overflow: hidden;
    border-radius: 100%;
    transition: all 0.2s ease-in;
}

.blog_articles_list .page-numbers>li>*:hover,
.blog_articles_list .page-numbers>li>*.current {
    background-color: rgba(225, 48, 60, 1);
    color: rgba(225, 48, 60, 1) !important;
}

.blog_articles_list .page-numbers>li:has(.next),
.blog_articles_list .page-numbers>li:has(.prev) {
    display: none !important;
}

.prev .circle-button {
    transform: rotate(90deg);
}

.next .circle-button {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.93164 18.1488L10.0436 10.0001L1.93164 1.85131' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transform: rotate(0);
}

.blog_articles_list a.page-numbers {
    color: rgba(169, 169, 188, 1);
}

.facets_date {
    border-radius: 8px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid rgba(122, 138, 158, 0.30);
}

.facets_categories_container {
    margin-top: 40px;
    height: 53px;
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(122, 138, 158, 0.30);
}

@media screen and (max-width: 768px) {
    .facets_categories_container {
        transition: all .3s ease-in;
    }
}

@media screen and (min-width: 768px) {
    .facets_categories_container {
        /* padding: 40px; */
        height: max-content;
    }
}

.facets_categories_heading,
.rectnt_posts_heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {

    .facets_categories_heading,
    .rectnt_posts_heading {
        font-size: 24px;
    }

    .facets_categories_heading svg,
    .rectnt_posts_heading svg {
        display: none;
    }
}

@media screen and (max-width: 768px) {
        .facets_categories_heading,
    .rectnt_posts_heading {
        position: relative;
        top: -3px;
    }

    .mobile_accordion .facets_categories_heading svg,
    .mobile_accordion .rectnt_posts_heading svg {
        transition: all .3s ease-in;
    }

    .mobile_accordion.active .facets_categories_heading svg,
    .mobile_accordion.active .rectnt_posts_heading svg {
        transform: rotate(45deg);
    }
}

.facets_categories_items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.facets_categories_items>* {
    padding: 3px 13px 1px;
    border: 1px solid rgba(189, 37, 48, 1);
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in;
}

.facets_categories_items>span {
    background-color: rgba(30, 115, 190, 1);
    color: #fff;
}

.facets_categories_items>a:hover {
    background-color: rgba(30, 115, 190, 1);
    color: #fff;
}

.facets_categories_items.tags>* {
    border-color: rgba(30, 115, 190, 1);
}

.facets_categories_items.tags>span {
    background-color: rgba(30, 115, 190, 1);
    color: #fff;
}

.facets_categories_items.tags>a:hover {
    background-color: rgba(30, 115, 190, 1);
    color: #fff;
}

/* .facets_date input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.facets_date input[type="date"]::-moz-calendar-picker-indicator {
    display: none;
}

.facets_date input[type="date"]::-ms-clear,
.facets_date input[type="date"]::-ms-expand {
    display: none;
} */

.facets_date button {
    padding: 10px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.facets_date form {
    display: flex;
    align-items: center;
}

.facets_date form span {
    margin-right: 12px;
    margin-left: 12px;
}

.facets_date form input {
    background-color: inherit;
    border: 0;
    color: #000;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .facets_date form input {
        font-size: 14px;
    }
}

.recent_posts {
    /* padding: 16px; */
    border-radius: 20px;
    margin-top: 40px;
    height: 68px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .recent_posts {
        height: max-content;
        /* padding: 24px; */
    }
}

.recents_posts_item-title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
}

.recents_posts_item-description>p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #7A8A9E;
    margin-bottom: 24px;
}

.recents_posts_item:hover {
    text-decoration: underline;
}

.recents_posts_item+.recents_posts_item {
    margin-top: 24px;
    display: block;
}

.recents_posts_item svg {
    height: 2px;
    width: 100%;
}

.post_hero .hero__image img,
.post_hero .hero__image-mobile img {
    aspect-ratio: 1 / 1;
    max-width: 550px;
    object-fit: cover;
    border-radius: 50%;
}

.post_date {
    font-size: 16px;
    margin: 20px 0 5px;
}

@media screen and (min-width: 768px) {
    .post_date {
        margin: 40px 0 15px;
    }
}

.custom_single .post-content {
    font-size: 20px;
}

.post-content ul {
    list-style: initial;
    padding-left: 30px
}

.main_banner_blog {
    position: relative;
}

.main_banner_blog h1 {
    position: absolute;
    top: 50%;
    left: 170px;
    transform: translateY(-50%);
    margin-bottom: 0;
    z-index: 1;
    max-width: 50%;
}

@media screen and (max-width: 769px) {
    .main_banner_blog h1 {
        position: absolute;
        top:5%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
        width: 80%;
        max-width: 70%;
        text-align: center;
    }

    .main_banner_blog > .desc {
        display: none;
    }

    .main_banner_blog > .mob {
        width: 100%;
        padding-top: 70px;
    }
}

@media screen and (min-width: 769px) {
    .main_banner_blog > .mob {
        display: none;
    }
}

.blog_container {
    max-width: 1580px;
    margin: auto;
    margin-top: 150px;
}

@media screen and (max-width: 1590px) {
    .blog_container {
        margin-top: 50px;
        padding: 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .blog_container {
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .blog-date-filter {
        flex-wrap: wrap;
    }
}

.post-featured-image {
    width: 100%;
    max-height: 75vh;
    object-fit: cover;
    position: relative;
}

@media screen and (max-width: 769px) {
    .post-featured-image {
        margin-top: 250px;
    }
    
    .main_banner_blog::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 0px 276px 17px -7px rgb(255 255 255) inset;
    }
}

@media screen and (min-width: 769px) {
    .main_banner_blog::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 581px -1px 94px -24px rgb(255 255 255) inset;
    }
}