﻿.posts-wrap:not(.featured) {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.posts-wrap .custom-post-content {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
}

.posts-wrap .custom-post-content img {
    aspect-ratio: 350/232;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2.section-title {
    margin-bottom: 40px;
}

.posts-wrap .custom-post-content h4 {
    font-family: var(--e-global-typography-230be9c-font-family), Sans-serif;
    font-size: var(--e-global-typography-230be9c-font-size);
    font-weight: var(--e-global-typography-230be9c-font-weight);
    text-transform: var(--e-global-typography-230be9c-text-transform);
    font-style: var(--e-global-typography-230be9c-font-style);
    text-decoration: var(--e-global-typography-230be9c-text-decoration);
    line-height: var(--e-global-typography-230be9c-line-height);
    letter-spacing: var(--e-global-typography-230be9c-letter-spacing);
}

.posts-wrap .custom-post-content .post-image {
    position: relative;
}

.posts-wrap .custom-post-content .library-type-tag {
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 99px;
    padding: 6px 16px 6px 8px;
    gap: 8px;
    font: var(--body-s-medium-font);
    color: var(--space-100);
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 10;
}

.posts-wrap .custom-post-content .library-type-tag img {
    border-radius: 0 !important;
    width: 14px;
    height: 14px;
}

.posts-wrap .custom-post-content .post-image {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.posts-wrap .custom-post-content .post-image a img {
    aspect-ratio: 350/232;
}

.posts-wrap .custom-post-content .featured_image a>img {
    transition: .4s;
}

.posts-wrap .custom-post-content:hover .featured_image a>img {
    transform: scale(1.075) translate(3.2%, -3.2%) translate3d(0, 0, 0);
    -webkit-transform: scale(1.075) translate(3.2%, -3.2%) translate3d(0, 0, 0);
    -moz-transform: scale(1.075) translate(3.2%, -3.2%) translate3d(0, 0, 0);
}

.posts-wrap .post-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-details .elementor-post-info__terms-list a {
    font-family: var(--e-global-typography-a5350a3-font-family), Sans-serif;
    font-size: var(--e-global-typography-a5350a3-font-size);
    font-weight: var(--e-global-typography-a5350a3-font-weight);
    text-transform: var(--e-global-typography-a5350a3-text-transform);
    font-style: var(--e-global-typography-a5350a3-font-style);
    text-decoration: var(--e-global-typography-a5350a3-text-decoration);
    line-height: var(--e-global-typography-a5350a3-line-height);
    letter-spacing: var(--e-global-typography-a5350a3-letter-spacing);
}

.post-details .read-more-btn {
    color: var(--e-global-color-f97dbcb);
    font-family: "Bloomreach Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: underline;
    line-height: 26px;
    letter-spacing: 0px;
}

@media (max-width: 1024px) {
    .posts-wrap:not(.featured) {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .posts-wrap .custom-post-content .post-image {
        border-radius: 12px;
        column-gap: 30px;
    }
}

.custom-post-content.featured-post-card {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.featured-post-card.custom-post-content {
    gap: 30px;
}

.featured-post-card.custom-post-content .post-details {
    justify-content: center;
}

.featured-post-card.custom-post-content h3 a {
    color: var(--e-global-color-8611160);
    font-family: var(--e-global-typography-1d93e70-font-family), Sans-serif;
    font-size: var(--e-global-typography-1d93e70-font-size);
    font-weight: var(--e-global-typography-1d93e70-font-weight);
    text-transform: var(--e-global-typography-1d93e70-text-transform);
    font-style: var(--e-global-typography-1d93e70-font-style);
    text-decoration: var(--e-global-typography-1d93e70-text-decoration);
    line-height: var(--e-global-typography-1d93e70-line-height);
    letter-spacing: var(--e-global-typography-1d93e70-letter-spacing);
}

.custom-post-content.featured-post-card .post-image {
    width: 45%;
    aspect-ratio: 5 / 4;
}

.custom-post-content.featured-post-card .post-details {
    width: 55%;
    gap: 40px;
}

.featured-post-card a.post-button {
    transition: all 0.3s;
    display: flex;
    width: fit-content;
    padding: 11px 32px 11px 32px !important;
    background-color: var(--e-global-color-f97dbcb);
    border-radius: 99px 99px 99px 99px;
    font-family: var(--e-global-typography-3d17fa1-font-family), Sans-serif;
    font-size: var(--e-global-typography-3d17fa1-font-size);
    font-weight: var(--e-global-typography-3d17fa1-font-weight);
    text-transform: var(--e-global-typography-3d17fa1-text-transform);
    font-style: var(--e-global-typography-3d17fa1-font-style);
    text-decoration: var(--e-global-typography-3d17fa1-text-decoration);
    letter-spacing: var(--e-global-typography-3d17fa1-letter-spacing);
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.featured-post-card.custom-post-content .heading-meta-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.featured-post-card.custom-post-content .post-meta {
    display: flex;
    flex-direction: row;
}

.featured-post-card.custom-post-content .post-meta {
    font-family: var(--e-global-typography-b03e607-font-family), Sans-serif;
    font-size: var(--e-global-typography-b03e607-font-size);
    font-weight: var(--e-global-typography-b03e607-font-weight);
    color: var(--e-global-color-acc846a);
    display: flex;
    align-items: center;
}

.featured-post-card.custom-post-content .post-meta>div:nth-of-type(2) {
    display: flex;
    align-items: center;
}

.featured-post-card.custom-post-content .post-meta>div:nth-of-type(1) {
    padding-right: 16px;
}

.featured-post-card.custom-post-content .post-meta>div:nth-of-type(2)::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--space-20);
    border-radius: 50%;
    border: none;
    margin: 0 16px;
}

.featured-post-card .tag {
    font-family: var(--e-global-typography-a5350a3-font-family), Sans-serif;
    font-size: var(--e-global-typography-a5350a3-font-size);
    font-weight: var(--e-global-typography-a5350a3-font-weight);
    text-transform: var(--e-global-typography-a5350a3-text-transform);
    font-style: var(--e-global-typography-a5350a3-font-style);
    text-decoration: var(--e-global-typography-a5350a3-text-decoration);
    line-height: var(--e-global-typography-a5350a3-line-height);
    letter-spacing: var(--e-global-typography-a5350a3-letter-spacing);
    text-transform: uppercase;
}

@media(max-width:767px) {
    .featured-post-card.custom-post-content {
        flex-direction: column;
    }

    .featured-post-card.custom-post-content .post-details {
        width: 100%;
        gap: 20px;
    }

    .custom-post-content.featured-post-card .post-image {
        width: 100%;
    }

    .featured-post-card.custom-post-content {
        flex-direction: column-reverse;
    }

    .featured-post-card a.post-button {
        justify-content: center;
    }

    .featured-post-card.custom-post-content .post-meta {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .featured-post-card.custom-post-content .post-meta>div:nth-of-type(1) {
        width: 100%;
    }

}

.author-content-root .elementor-widget-shortcode,
.author-content-root .elementor-widget-shortcode .elementor-widget-container,
.author-content-root .elementor-widget-shortcode .elementor-widget-container .elementor-shortcode {
    display: contents;
}