*{
	padding: 0;
	margin: 0;
}
.tvc-show-post-related ul{
	margin: 0;
}
.tvc-show-post-related li{
	position: relative;
	list-style: none;
	margin: 1rem 0 !important;
}
.tvc-show-post-related li:not(:last-child){
	border-bottom: 1px dashed #ddd;
    padding-bottom: 1rem;
}
.tvc-show-post-related li a{
	display: flex;
	text-decoration: none;
}
.tvc-show-post-related li .image_post{
	width: 22%;
    height: 122px;
    margin-right: 1.5rem;
}
.tvc-show-post-related li img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}
.tvc-show-post-related .content_post{
	width: 68%;
}
.tvc-show-post-related .content_post p{
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
}
.tvc-show-post-related li span{
    background-color: #007cba;
    color: #fff;
    padding: 2px 5px;
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
}
.tvc-show-post-related li h2{
    font-size: 18px;
    margin: 0 0 5px 0;
    color: black;
    font-weight: 500;
}