/* First Post */

#blog-row-first-post img {
    border-radius: 26px;
}

#first-post-container .date {
    color: #000;
    font-family: 'Archivo', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#first-post-container .title {
    color: #6A6E53;
    font-family: 'Archivo', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 35px;
}

#first-post-container .description {
    color: #000;
    font-family: 'Archivo', Arial, Helvetica, sans-serif !important;
    font-weight: 250;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

#first-post-container .button-more {
    color: #000;
    font-family: 'Archivo', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    #first-post-container {
        padding-top: 20px;
    }

    #first-post-container .title {
        font-size: 30px;
        line-height: 30px;
    }

    #first-post-container .date,
    #first-post-container .title {
        margin-bottom: 15px;
    }

}

/* Second row of posts (only image) */

#blog-posts-row-images article {
    padding: 0;
    border: none;
}

#blog-posts-row-images .et_pb_image_container,
#blog-posts-row-images .entry-featured-image-url {
    margin: 0;
}

#blog-posts-row-images .entry-featured-image-url::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(179.14deg, rgba(217, 217, 217, 0) -79.83%, rgba(217, 217, 217, 0.02) 11.76%, rgba(0, 0, 0, 0.8) 66.71%);
    pointer-events: none;
    border-radius: 26px;
}

#blog-posts-row-images .entry-featured-image-url img {
    border-radius: 26px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: auto;
    height: 354px;
}

#blog-posts-row-images .et_pb_salvattore_content > .column {
    width: 32%;
}

#blog-posts-row-images .et_pb_salvattore_content > .column:not(:last-child) {
    margin-right: 2%;
}

#blog-posts-row-images .post-content {
    display: none;
}

#blog-posts-row-images .entry-title {
    position: relative;
}

#blog-posts-row-images .entry-title a {
    font-family: 'Archivo Narrow', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: absolute;
    bottom: 10px;
    padding: 20px;
}

#blog-posts-row-images .entry-title a::after {
    content: 'LEARN MORE';
    white-space: pre;
    display: block;
    color: #FFF;
    font-family: 'Archivo Narrow', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 56px;
    background-image: url("/wp-content/uploads/2026/04/learn-more-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 120px;
    background-position-y: center;
}

@media (max-width: 768px) {

    #blog-posts-row-images .et_pb_salvattore_content > .column {
        width: 100%;
        margin: 5px 0px;
    }

    #blog-posts-row-images .entry-featured-image-url img {
        height: auto;
    }

}