/* -------------------------------------------------------------------------- */
/* ---------------------------------- Blog ---------------------------------- */
/* -------------------------------------------------------------------------- */
.blog-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-hero .blog-hero-wrapper {
    width: 100%;
    height: 48vh;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url("../images/blog-hero.jpeg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: var(--Spacings-12, 40px) 20px;
}

.blog-hero .blog-hero-wrapper .blog-hero-content {
    height: 100%;
    min-width: 100%;
}

.blog-hero .blog-hero-text-wrapper {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.blog-hero .blog-hero-text-wrapper .blog-hero-text-wrapper-inner h2 {
    color: var(--Colors-Neutral-White, #FFF);
    font-family: Inter;
    font-size: 40px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ---------------------------------media-coverage-section----------------------------------------- */

.media-coverage-section {
    display: flex;
    padding: var(--Spacings-12, 40px) 0;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacings-12, 40px);
}

.media-coverage-section .media-coverage-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacings-5, 12px);
    align-self: stretch;
}

.media-coverage-section .media-coverage-title-wrapper .media-coverage-title {
    color: var(--Colors-C-Grey-Grey-100, #1A1A1A);
    text-align: center;

    /* Inter/i32/Extra Bold */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.media-coverage-section .media-coverage-title-wrapper .media-coverage-text {
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 0;

    /* Inter/i16/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.article-count {
    margin-bottom: 0;
    padding-top: 8px;
}

.media-coverage-section .media-coverage--content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacings-6, 12px);
    align-self: stretch;
}

.media-posts-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacings-12, 40px);
    align-self: stretch;
}


.media-coverage-form-wrapper {
    width: 100%;
}

.media-coverage-form-wrapper .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacings-5, 12px);
    align-self: stretch;
    width: 100%;
}

.media-coverage-form-wrapper .form-group .form-item {
    width: 100%;
}


.media-coverage-form-wrapper .form-group .form-item .form-select {
    display: flex;
    /* height: 56px; */
    padding: 12px var(--Spacings-8, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacings-6, 16px);
    align-self: stretch;
    border-radius: var(--Sizes-S, 12px);
    background-color: var(--Colors-C-Grey-Grey-30, #E8E8E8);
}


.media-coverage-section .media-list-wrapper {
    width: 100%;
}

.media-coverage-section .media-list-wrapper .media-list-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacings-12, 40px);
    align-self: stretch;
}


.media-coverage-section .media-list-wrapper .media-list-inner .media--item {
    width: 100%;
    text-decoration: none;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    background-color: transparent;

}

.media-coverage-section .media-list-wrapper .media-list-inner a.media--item .card .card-img-top {
    border-radius: 12px;
    height: 16em;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .card-img {
    width: 100%;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 12px;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacings-6, 16px);
    flex: 1 0 0;
}


.media_type button {
    display: flex;
    padding: 3.5px var(--Spacings-2, 4px);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: var(--Sizes-Micro, 4px);
    background: var(--Colors-Green-Gozem-100, #179138);
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.media_type button a {
    color: #fff;
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .card-body .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--Colors-C-Grey-Grey-100, #1A1A1A);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .date-time {
    color: var(--Colors-C-Grey-Grey-60, #949494);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    margin-bottom: 0;
    gap: 10px;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .date-time .date-text-body-secondary {
    display: flex;
    padding-top: 1px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .date-time .date-text-body-secondary::after {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 4px;
    font-weight: 900;
    margin: 0;
    vertical-align: 0;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .horizontal-divider::after {
    content: '';
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    display: block;
    position: relative;
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .learn-more {
    color: var(--Colors-Green-Gozem-100, #179138);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-decoration: none;
    cursor: pointer; */
}

.media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .learn-more:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    margin-left: 0.75rem;
    vertical-align: 0;
}

.media-coverage-form-wrapper .form-group .form-item .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/* ------------------------------ Blog Article ------------------------------ */
/* -------------------------------------------------------------------------- */

.media-item {
    display: flex;
    /* width: 1088px; */
    margin: 0 auto;
    /* padding: var(--Spacings-17, 96px) 0; */

    padding: var(--Spacings-12, 40px) var(--Spacings-7, 20px);
    flex-direction: column;
    align-items: center;
}

.post-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacings-10, 32px);
    align-self: stretch;
    padding-bottom: 29.043px;
}

.post-container article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacings-10, 32px);
    align-self: stretch;
}


.post-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacings-6, 16px);
    align-self: stretch;
}

.post-nav {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;


    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

    width: -webkit-fill-available;
    min-width: 319px;
    max-width: 100%;
    text-overflow: ellipsis;
}

.post-nav .blog-home {
    color: var(--Colors-C-Grey-Grey-100, #1A1A1A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
    white-space: nowrap;
    /* 125% */
    text-decoration: none;
}

.post-nav ._hr::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 16px;
    color: #949494;
    font-weight: 900;
}


.__u {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 550px;
    text-overflow: ellipsis;
}

.post-nav .post-cat_link {
    color: var(--Colors-Green-Gozem-100, #179138);
    font-family: Inter;
    font-size: 16px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.post-title {
    color: var(--Colors-C-Grey-Grey-100, #1A1A1A);

    /* Inter/i32/Extra Bold */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.post-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Spacings-5, 12px);
    align-self: stretch;
}

.date {
    color: var(--Colors-C-Grey-Grey-70, #6C6C6C);

    /* Inter/i14/Semi Bold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-thumbnail {
    width: 100%;
}


.cardImgStyled {
    width: 100%;
    height: 62vw;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 320.00 / 222.53;

}

.cardImg {
    display: flex;
    height: 64vw;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: lightgray;

}


.post-content p {
    color: var(--Colors-C-Grey-Grey-100, #1A1A1A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    /* 142.857% */
}


.media-item .update-section-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: var(--Spacings-10, 32px);
    align-self: stretch;
    width: 100%;
}

.media-item .update-section--title {
    color: var(--Colors-C-Grey-Grey-100, #1A1A1A);

    /* Inter/i32/Extra Bold */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}



.media-item .update_item {
    width: 300px;
    text-decoration: none;
}

.media-item .update_item .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    background-color: transparent;
}

.media-item .update_item .card .card-img-styled {
    width: 100%;
    height: 202px;
    border-radius: 8px;
    overflow: hidden;
}

.media-item .update_item .card .card-img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden;
}

.media-item .update_item .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacings-6, 16px);
    flex: 1 0 0;
}

.media-item .card .card-body .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--Colors-C-Grey-Grey-100, #1A1A1A);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.media-item .card .date-time {
    color: var(--Colors-C-Grey-Grey-70, #6C6C6C);

    /* Inter/i14/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    margin-bottom: 0;
    gap: 10px;
}

.media-item .card .date-time .date-text-body-secondary {
    display: flex;
    padding-top: 1px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.media-item .card .date-time .date-text-body-secondary::after {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 4px;
    font-weight: 900;
    margin: 0;
    vertical-align: 0;
}

.media-item .learn-more {
    cursor: pointer;
}

.media-item .learn-more {
    color: var(--Colors-Green-Gozem-100, #179138);

    /* Inter/i18/Semi Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    /* line-height: normal;
    text-decoration: none; */
}

.media-item .learn-more:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    margin-left: 0.75rem;
    vertical-align: 0;
}






.pagination {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.pagination a {
    text-decoration: none;
}


.page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    padding: 12px;
    display: flex !important;
    padding: var(--Spacings-5, 12px);
    justify-content: center;
    align-items: center;
    gap: 8px;

    background-color: #fff;
    overflow: hidden;
    color: var(--Colors-C-Grey-Grey-70, #6C6C6C);
    text-align: center;
    text-overflow: ellipsis;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page-numbers.current {
    border-radius: 999px;
    background: var(--Colors-Green-Gozem-20, #E8F4EB);
    display: flex !important;
    padding: var(--Spacings-5, 12px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    padding: 12px;
    color: var(--Colors-Green-Gozem-100, #179138);
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .prev.page-numbers::before {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 16px;
    font-weight: 900;
}

.pagination .next.page-numbers::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 16px;
    font-weight: 900;
}

.pagination .prev.page-numbers[disabled],
.pagination .next.page-numbers[disabled] {
    pointer-events: none;
    /* opacity: 0.5; */
    cursor: not-allowed;

    color: rgba(23, 145, 56, 0.30);
    border: 2px solid rgba(23, 145, 56, 0.30);
}

.pagination .prev.page-numbers,
.pagination .prev.page-numbers:hover,
.pagination .prev.page-numbers:focus,
.pagination .next.page-numbers,
.pagination .next.page-numbers:focus,
.pagination .next.page-numbers:hover {
    /* opacity: 1; */

    color: var(--Colors-Green-Gozem-100, #179138);
    border: 2px solid var(--Colors-Green-Gozem-100, #179138);
}




@media (min-width: 498px) and (max-width: 743px) {
    .blog-hero .blog-hero-wrapper .blog-hero-content {
        height: 100%;
        width: 450px;
    }

    .blog-hero .blog-hero-wrapper {
        height: 40vh;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner a.media--item .card .card-img-top {
        height: 22em;
    }
}


/* Small Tablets */
@media (min-width: 744px) {
    .blog-hero .blog-hero-text-wrapper .blog-hero-text-wrapper-inner h2 {

        font-size: 48px;
        width: 700px;
    }

    /* -------------------------------------------------------------------------- */



    /* 
    .blog-hero .blog-hero-text-wrapper {
        height: 100%;
        display: flex;
        align-items: flex-end;
    } */



    .media-coverage-section {
        padding: var(--Spacings-14, 48px) 0;
    }


    .media-coverage-section .media-coverage-title-wrapper .media-coverage-title {
        font-size: 38px;
    }

    .media-coverage-section .media-coverage-title-wrapper .media-coverage-text {

        font-size: 18px;
    }

    .media-coverage-form-wrapper {
        width: 100%;
    }

    .media-coverage-form-wrapper .form-group {
        justify-content: center;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
    }

    .media-coverage-form-wrapper .form-group .form-item {
        width: 100%;
    }


    .media-coverage-section .media-list-wrapper {
        min-width: 100%;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--Spacings-10, 32px);
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.media_pinned:first-child {
        grid-column: 1 / 3;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.media_pinned:first-child .card-img-top {
        height: 30em !important;
    }


    .media-coverage-title-wrapper {
        width: 668px;
        place-self: center;
    }

    /* .media-coverage-section .media-list-wrapper .media-list-inner .media--item:first-child .card .card-img-styled {

        height: 58vw;
    } */

    /* .media-coverage-section .media-list-wrapper .media-list-inner .media--item:not(:first-child):nth-child(n) .card .card-img-styled {

        height: calc(40vw - 64px);
    } */

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .card-body .card-title {

        font-size: 20px;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .date-time {

        font-size: 14px;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .learn-more a {

        font-size: 20px;
    }

    /* -------------------------------------------------------------------------- */

    .media-item {
        padding: var(--Spacings-14, 48px) var(--Spacings-8, 24px);
    }

    .post-container {
        gap: var(--Spacings-12, 40px);
        padding-bottom: 0px;
    }

    .post-container article {
        gap: var(--Spacings-12, 40px);
    }



    .post-title {
        font-size: 38px;
    }



    .cardImgStyled {
        height: 62vw;
        border-radius: 16px;
        aspect-ratio: 174/121;

    }

    .cardImg {
        display: flex;
        height: 64vw;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 16px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: lightgray;

    }


    .post-content p {
        color: var(--Colors-C-Grey-Grey-100, #1A1A1A);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }


    .media-item .update-section-container {

        gap: var(--Spacings-12, 40px);
    }

    .media-item .update-section--title {
        font-size: 38px;
    }



    .media-item .card .card-body .card-title {
        font-size: 20px;
    }

    .media-item .card .date-time {
        font-size: 16px;
    }


    .media-item .learn-more a {
        font-size: 20px;
    }



}

@media (min-width: 992px) and ((max-width: 1023px)) {
    .blog-hero .blog-hero-wrapper {
        height: 40vw;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner a.media--item .card .card-img-top {
        border-radius: 12px;
        height: 18em;
    }



}

/* Tablets/Laptops */
@media (min-width: 1024px) {
    /* .blog-hero {

        padding-top: calc(40px + 15px);
    } */

    .blog-hero .blog-hero-text-wrapper {
        height: 100%;
        align-items: center;
    }

    .blog-hero .blog-hero-wrapper .blog-hero-content {
        min-width: calc(88vw - 5rem);
        place-self: center;
    }

    .blog-hero .blog-hero-text-wrapper .blog-hero-text-wrapper-inner h2 {
        width: 700px;
        font-size: 68px;
    }

    .media---coverage {
        min-width: calc(88vw - 5rem);
        max-width: calc(88vw - 5rem);
        justify-self: center;
    }






    .blog-hero .blog-hero-wrapper {
        height: 40vw;
    }

    .blog-hero .blog-hero-text-wrapper {
        align-items: center;
    }




    .media-coverage-section {
        padding: 96px 0;
    }

    /* .media-coverage-section .media-coverage-section-wrapper {
        gap: var(--Spacings-16, 64px);
        padding: 0 100px;
    }


    .media-coverage-section .media-coverage-section-wrapper .media-coverage--content-wrapper {
        gap: 16px;
    } */

    .media-posts-wrapper {
        gap: 64px;
    }

    .post-meta {
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    .media-coverage-section .media-coverage-title-wrapper {

        width: 956px;
        margin: 0 auto;
    }

    .media-coverage-section .media-coverage-title-wrapper .media-coverage-title {

        font-size: 48px;
    }


    .media-coverage-form-wrapper {
        width: 100%;
    }

    .media-coverage-form-wrapper .form-group {
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
    }

    .media-coverage-form-wrapper .form-group .form-item {
        width: 100%;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        gap: var(--Spacings-10, 32px);
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.media_pinned {

        /* flex: 1 1 calc(48% - 10px); */
        flex: 0 1 calc(50% - 16px);
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.not-pinned-media {
        /* flex: 1 1 calc(30% - 10px); */
        flex: 0 1 calc(30% - 8px);
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.media_pinned:first-child .card-img-top,
    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.media_pinned:nth-child(2) .card-img-top {
        height: 26em !important;
    }

    /* .media-coverage-section .media-list-wrapper .media-list-inner .media--item.not-pinned-media:last-child {    flex: 0 1 calc(32% - 8px);} */

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.media_pinned .card .card-img-styled {
        height: 389px !important;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.not-pinned-media .card .card-img-styled {

        height: 248px !important;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .card-body .card-title {

        font-size: 20px;
        -webkit-line-clamp: 2;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .date-time {

        font-size: 14px;
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item .card .learn-more a {

        font-size: 20px;
    }

    /* -------------------------------------------------------------------------- */

    .media-item {
        width: calc(100vw - 5rem);
        padding: calc(96px + 40px ) 0 var(--Spacings-17, 96px);
        
    }


    .post-container {
        gap: var(--Spacings-16, 64px);
        padding-bottom: 0px;
    }

    .post-container article {
        gap: var(--Spacings-16, 64px);
    }


    .post-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--Spacings-6, 16px);
        align-self: stretch;
        margin: 0 auto;
    }

    


    .post-title {
        font-size: 48px;
    }



    .cardImgStyled {
        height: 38vw;
        aspect-ratio: 1168.00/812.52;

    }

    .cardImg {
        display: flex;
        height: 38vw;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 16px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: lightgray;

    }

    .date {
        font-size: 18px;
    }

    .post-content p {
        width: 964px;
        margin: 0 auto;
        color: var(--Colors-C-Grey-Grey-100, #1A1A1A);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 160% */
    }


    .media-item .update-section-container {

        gap: var(--Spacings-16, 64px);
    }

    .media-item .update-section--title {
        font-size: 48px;
    }


    .__u {
        width: 60%;
    }
}

/* Desktop */
@media (min-width: 1200px) {

    .blog-hero .blog-hero-wrapper .blog-hero-content {
        min-width: calc(72vw - 5rem);
    }


.media-item {
        width: calc(80vw - 5rem);
    }

    .media---coverage {
        min-width: calc(72vw - 5rem);
        max-width: calc(72vw - 5rem);
        justify-self: center;
    }
}


@media (min-width: 1400px) {

    .blog-hero .blog-hero-wrapper .blog-hero-content {
        min-width: calc(76vw - 5rem);
    }

    .media-coverage-section .media-list-wrapper .media-list-inner .media--item.not-pinned-media {
        /* flex: 1 1 calc(30% - 10px); */
        flex: 0 1 calc(31.9% - 8px);
    }


.media-item {
        width: calc(60vw - 5rem);
    }

    .media---coverage {
        min-width: calc(76vw - 5rem);
        max-width: calc(76vw - 5rem);
        justify-self: center;
    }
}



@media (min-width: 1920px) {
    .blog-hero .blog-hero-wrapper {
        height: 36vw;
    }

    .blog-hero .blog-hero-wrapper .blog-hero-content {
        min-width: 1320px !important;
    }


.media-item {
        width: 1320px;
    }

    .media---coverage {
        min-width: 1320px !important;
        max-width: 1320px !important;
        justify-self: center;
    }
}

@media (prefers-reduced-motion: no-preference) {

    .blog-hero .blog-hero-wrapper .blog-hero-content,
    .media---coverage {
        transition: all 0.3s ease;
    }
}