.wp-block-latest-posts{display:grid;grid-auto-rows:minmax(0,auto);grid-template-columns:repeat(1,minmax(0,1fr));grid-column-gap:var(--grid-gap);grid-row-gap:var(--grid-gap);max-width:none;padding:0;width:100%}.wp-block-latest-posts.is-grid{display:grid}.wp-block-latest-posts>li{margin:0!important;padding:0!important;width:100%!important}.wp-block-latest-posts>li:before{display:none!important}.wp-block-latest-posts .wp-block-latest-posts__post-title{color:var(--color-heading);color:var(--color-links);font-family:var(--font-heading);font-family:var(--font-sans);font-size:var(--font-size-h3);font-weight:var(--font-weight-headings);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-heading);letter-spacing:.035em;line-height:var(--line-height-headings);line-height:var(--line-height-h3);overflow-wrap:break-word;text-transform:uppercase}.wp-block-latest-posts .wp-block-latest-posts__post-excerpt{margin-top:var(--margin-between-paragraphs)}.wp-block-latest-posts .wp-block-latest-posts__featured-image{margin-bottom:1.5rem}.wp-block-latest-posts .wp-block-latest-posts__featured-image img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:782px){.wp-block-latest-posts{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.wp-block-latest-posts{grid-template-columns:repeat(3,1fr)}.wp-block-latest-posts.columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-latest-posts.columns-3{grid-template-columns:repeat(3,1fr)}}