.rb_single_post_wrap{
	padding: 40px 0 20px;
}
.post_title{
	color: #2C2C2C;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 24px;
}
.rb_post_box .post_title{
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
}
.rb_post_box:hover .post_title{color: var(--main-color);}
.post_excerpt{
	color: #4F4F4F;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: justify;
}
.rb_post_box .post_excerpt{
	font-size: 14px;
}
.rb_single_post_wrap .post_image{
	width: 100%;
	box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.05);
	border-radius: 16px; 
}
.post_author_wrap{
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}
.post_author_wrap .post_view_count:before{
	left: auto !important;
	right: 0;
	top: 2px !important;
}
.post_author{
	display: flex;
	justify-content: flex-start;
	align-items:center;
	gap: 15px;
	font-size: 14px;
	margin-top: 0;
}
.rb_post_box .post_author{
	gap: 20px;
}
.post_view_count, .post_date {
	padding-right: 22px;
	/* 	padding-left: 0; */
}
.post_author .post_author_image img{
	border-radius: 50px;
	width: 56px;
	height: 56px;
}
.rb_post_box .post_author .post_author_image img{
	width: 40px;
	height: 40px;
}
.rb_post_box .rb_post_box_image{
	max-height: 220px;
	width: 100%;
	object-fit: cover;
	border-radius: 16px; 
	box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.05);
}
.post_date{
	font-size: 13px;
	font-weight: 400; 
	color: #888;
	margin-top: 0;
}
.post_content{
	max-width: 100%;
	margin: 40px auto 30px;
}
.post_content h2, .post_content h3 {
	margin: 15px 0 10px;
}
.rb_post_box{
	border-radius: 16px;
	background: #FFF; 
	background: #FFF; 
	padding: 15px;
	transition: 0.3s linear;
}
.rb_post_box:hover{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}
.rb_related_posts_wrap .swiper-pagination{
	display: inline-block;
	position: absolute;
	left: 0;
	text-align: left;
	top: 0;
	bottom: auto;
	width: fit-content;
}
.rb_related_posts_swiper{
	padding: 45px 0 20px;
	margin-top: -40px;
}
.section_title , .section_center_title{
	font-size: 18px;
	color: #2C2C2C;
	font-weight: 700;
	text-align: right;
	margin: 20px 0 15px;
}

@media (max-width: 768px){
	.post_author_wrap{
		position: relative;
		right: 0;
	}
	.post_title{
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.post_excerpt{
		font-size: 16px;
	}
	.post_author .post_author_image img{
		width: 56px;
		height: 56px;
	}
	.rb_related_posts_wrap .swiper-pagination {
		position: relative;
	}
}