#wp_posts {
	padding:20px;
}
#post-image{
	border-radius: 5px;
	padding: 0;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
}
#post-image .wrapper {
	box-shadow: 0 0 10px rgb(34 68 123 / 20%);
	border-radius: 5px;
}

#post-image img{
}
.wp-posts-image-block img {
	width: 100%;
	height: 200px !important;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

#post-content{
	padding: 2rem;
}

#post-date{
	margin: 0;
	font-size: 0.7rem;
	color: #6b82a7;
	text-decoration: none;
}

#post-title{
	margin: 1rem 0;
	color: #22447b;
	font-weight: 900;
}

#post-category{
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
#post-category a {
	color: #6b82a7 !important;
	font-size: 0.7rem !important;
	display:inline-block;
	margin-right:7px;
}

#post-text{
	font-size: 1rem;
	margin: 0;
	color: #6b82a7;
	margin-top: 11px;
}