.tps_post_content {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.tps_posts_container {
	margin-top: 40px;
}

.tps_post_content a:hover {
	text-decoration: underline;
}

.tps_post_content img {
	margin-bottom: 10px;
	width: 100%;
}

.tps_post_categoryName {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #0b0b0b;
	width: fit-content;
}

.tps_post_categoryName:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}


.tps_post_title {
	width: fit-content;
	color: #000;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.tps_post_content p {
	font-size: 16px;
	margin-top: 0;
}

.tps_post_readMore {
	color: #999;
	width: fit-content;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.5px;
}

.tps_post_info {
	display: flex;
	padding-bottom: 30px;
	align-items: center;
	justify-content: flex-start;
	color: #7f7f7f;
}

.tps_post_info span {
	padding: 0 10px;
	text-transform: uppercase;

	font-size: 12px;
}

.tps_post_info span:first-child {
	padding-left: 0;
}

.tps_post_pager {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.tps_post_pager span {
	color: #a2a2a2;
}

.tps_post_pager a {
	color: #0b0b0b;
}

.tps_post_pager a,
.tps_post_pager span {
	font-size: 16px;
	padding: 0 5px;
	display: inline-block;
	font-weight: 400;
}
