.wp-block-fseblocks-related-posts {display: grid;grid-template-columns: repeat(4, 1fr); gap:2rem;}
.wp-block-fseblocks-related-posts .post-item img {width: 100%;height: auto;display: block;border-radius: 20px;}
.wp-block-fseblocks-related-posts .post-item h3 a {color: black;text-decoration: none;}
.wp-block-fseblocks-related-posts .post-item a.more {display: block;text-decoration: none;}
.wp-block-fseblocks-related-posts .post-img{position:relative;width:100%;aspect-ratio:1.5 / 1;overflow:hidden;}
.wp-block-fseblocks-related-posts .post-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.wp-block-fseblocks-related-posts .post-category { text-transform: uppercase; letter-spacing: 1px; color:black; font-size: var(--wp--preset--font-size--small);}
.wp-block-fseblocks-related-posts h3 {margin:0.5rem 0 !important;}
.wp-block-fseblocks-related-posts a {color:black; }
.wp-block-fseblocks-related-posts time {color: var(--wp--preset--color--cyan-bluish-gray); font-size: var(--wp--preset--font-size--small); display:block; margin:0.5rem 0 !important;}


@media (max-width:1024px) {
	.wp-block-fseblocks-related-posts {display: grid;grid-template-columns: repeat(3, 1fr); gap:1.5rem;}
}
@media (max-width:780px) {
	.wp-block-fseblocks-related-posts {display: grid;grid-template-columns: repeat(2, 1fr); gap:1.25rem;}
}
@media (max-width:480px) {
	.wp-block-fseblocks-related-posts {display: grid;grid-template-columns: repeat(1, 1fr); gap:1rem;}
}