.lemelson-news-latest .wp-block-query ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
}
.lemelson-news-latest .wp-block-query ul li:first-of-type {
    grid-column: 1 / span 3;
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding-bottom: 30px;
    border-bottom: var(--lemelson-casper) 1px solid;
    grid-column-gap: 30px;
}
.lemelson-news-latest .wp-block-query ul li:first-of-type .post-content {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1;
}
.lemelson-news-latest .wp-block-query ul li .post-content h2 {
    font-size: 26px;
}
.lemelson-news-latest .wp-block-query ul li:first-of-type .post-content h2 {
    font-size: 30px;
}
.lemelson-news-latest .wp-block-query ul li .post-content .wp-block-post-date {
    font-size: 16px;
    padding-top: 10px;
}
.lemelson-news-latest .wp-block-query ul li:first-of-type .post-content .wp-block-post-date {
    display: none;
}
.lemelson-news-latest .wp-block-query ul li:not(:first-of-type) .post-content .wp-block-post-excerpt {
    display: none;
}
.lemelson-news-latest .wp-block-query ul li figure,
.lemelson-news-latest .wp-block-query ul li figure a,
.lemelson-news-latest .wp-block-query ul li figure a img {
    width: 100%;
    height: unset;
    aspect-ratio: 5 / 3;
}
.lemelson-news-latest .wp-block-query ul li:first-of-type figure,
.lemelson-news-latest .wp-block-query ul li:first-of-type figure a,
.lemelson-news-latest .wp-block-query ul li:first-of-type figure a img {
    max-height: unset;
}
.lemelson-news-latest .wp-block-query ul li figure a img {
    object-fit: cover;
}
@media screen and (max-width: 1100px) {
    .lemelson-news-latest .wp-block-query ul li .post-content h2 {
        font-size: 18px;
    }
    .lemelson-news-latest .wp-block-query ul li .post-content .wp-block-post-date {
        font-size: 12px;
    }
}  /*  @media screen and (max-width: 1100px) {  */
@media screen and (max-width: 900px) {
    .lemelson-news-latest .wp-block-query ul li:first-of-type {
        grid-template-columns: 1fr;
    }
    .lemelson-news-latest .wp-block-query ul li:first-of-type .post-content {
        grid-row: 2;
        padding-top: 15px;
    }
}
@media screen and (max-width: 800px) {
    .lemelson-news-latest .wp-block-query ul {
        grid-template-columns: 1fr 1fr;
    }
    .lemelson-news-latest .wp-block-query ul li:first-of-type {
        grid-column: 1 / span 2;
    }
    .lemelson-news-latest .wp-block-query ul li:nth-of-type(4) {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .lemelson-news-latest .wp-block-query ul {
        grid-template-columns: 1fr;
    }
    .lemelson-news-latest .wp-block-query ul li {
        grid-column: 1 !important;
        display: block !important;
    }
}
