/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2026 | 12:22:19 */
.wp-block-latest-posts {
	li {
		background-color: #172333;
		padding: 30px;
		border-radius: 15px;
		cursor: pointer;
	}
	.wp-block-latest-posts__post-title {
		text-decoration: none;
	}
	.wp-block-latest-posts__featured-image a,
	.wp-block-latest-posts__featured-image img
	{
		width: 100%;
	}
	.wp-block-latest-posts__post-title,
	.wp-block-latest-posts__post-excerpt
	{
		color: white;
	}
	.wp-block-latest-posts__post-title {
		font-weight: bold;
		font-style: italic;
	}
}