.wp-site-blocks .wp-block-post-title{ 
color:rgba(22,22,22,1);
margin:0 auto 0 auto;
border-top:0px none rgba(0,0,0,0);
border-right:0px none rgba(0,0,0,0);
border-bottom:0px none rgba(0,0,0,0);
border-left:0px none rgba(0,0,0,0);
border-radius:0px 0px 0px 0px;
}
.wp-block-post-title a {
	display: inline-block;
}body .wp-block-post-title{
	width:100%;
}
body .wp-block-post-title a{
	text-decoration:none;
}.wp-block-post-title.is-style-arrow {
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size:15px !important;
}
.wp-block-post-title.is-style-arrow:before{
	display: inline;
	content: "›  ";
	font-size: 17px;
	line-height: 0;
}