
.most_read_news .posts-grid {
	padding: 0 50px;
}

.most_read_news .heading {
	background: #D7162F;
    padding: 10px 20px;
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.most_read_news .heading h2 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-family: 'Inter-Regular';
	font-weight: normal;
}

.most_read_news .heading span {
	font-size: 15px;
	color: #fff;
	font-family: 'Inter-Medium';
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #fff;
}

.most_read_news .posts-grid .type-post {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.most_read_news .posts-grid .post-side-time {
	color: #D7162F;
	text-align: center;
	font-size: 12px;
	font-family: 'Inter-Bold';
	width: 5%;
	padding: 0 9px;
}

.most_read_news .posts-grid .post-thumbnail {
	width: 25%;
	padding-right: 30px;
	position: relative;
}

.most_read_news .posts-grid .post-thumbnail a.sticker {
	position: absolute;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 13px;
}

.most_read_news .posts-grid .post-thumbnail img {
	height: 170px;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}	

.most_read_news .posts-grid .entry-body {
	width: 70%;
}

.most_read_news .posts-grid .entry-body .entry-title a {
	font-size: 18px;
	color: #333333;
	font-family: 'Inter-Bold';
}

.most_read_news .posts-grid .entry-body .entry-excerpt p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.most_read_news .posts-grid .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 10px;
}

.most_read_news .posts-grid .entry-meta,
.most_read_news .posts-grid .entry-meta .post-category a {
	color: #7E7E7E;
	font-size: 12px;
	font-family: 'Inter-SemiBold';
}


.pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.pagination ul.page-numbers li {
	margin: 0 5px;
}

.pagination ul li a,
.pagination ul li span {
	border: 1px solid #D7162F;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	color: #333;
}

.pagination ul li a.next.page-numbers,
.pagination ul li a.prev.page-numbers {
	border: none;
	width: auto;
	height: auto;
}

.pagination .page-numbers .current {
	background: #D7162F;
	color: #fff;
}

@media only screen and (max-width: 1600px) {
	.most_read_news .posts-grid {
	    padding: 0;
	}
	.most_read_news .posts-grid .post-side-time {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 992px) {
	.most_read_news .posts-grid .post-side-time {
		width: 10%;
	}
	.most_read_news .posts-grid .post-thumbnail {
		width: 35%;
	}
	.most_read_news .posts-grid .entry-body {
		width: 55%;
	}
	.most_read_news .heading h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 600px) {
    .most_read_news .heading h2 {
        font-size: 20px;
    }
    .most_read_news .heading span {
	    font-size: 13px;
	}
	.most_read_news .posts-grid .post-side-time,
	.most_read_news .posts-grid .post-thumbnail,
	.most_read_news .posts-grid .entry-body {
        width: 100%;
        padding-right: 0;
    }
    .most_read_news .posts-grid .post-thumbnail {
    	order: 1;
    }
    .most_read_news .posts-grid .post-side-time {
    	order: 2;
        text-align: left;
        padding-left: 0;
        padding-top: 15px;
    }
    .most_read_news .posts-grid .entry-body {
    	order: 3;
    }
    .most_read_news .posts-grid .entry-body .entry-title {
    	margin-top: 10px;
    }
    .pagination ul li a, .pagination ul li span {
    	width: 25px;
    	height: 25px;
    	line-height: 25px;
    	font-size: 14px;
    }
}

