
.tps_postContent_box,
.tps_postContent_box p {
	font-size: 18px;
	line-height: 32px;
}

.tps_postContent_box h1 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.tps_postContent_box h2 {
	font-weight: bold;
	font-size: 34px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.tps_postContent_box h3 {
	font-size: 28px;
}

.tps_postContent_box h4 {
	font-size: 24px;
}

.tps_postContent_box h5 {
	font-size: 22px;
}

.tps_postContent_box h6 {
	font-size: 20px;
}

.tps_postContent_box h3,
.tps_postContent_box h4 {
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}

.tps_postContent_box figure {
	margin: 0;
}

.tps_postContent_box a:not(.wp-block-button__link, .tps_productContent_noRatingBox) {
	color: #b09381;
	font-size: 18px;
	transition: 0.3s;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

.tps_postContent_box a:not(.wp-block-button__link, .tps_productContent_noRatingBox):hover {
	border-bottom: 1px solid #b09381;
}
.tps_postContent_box .cmtt_related_linked_terms_wrapper {
	display: none;
}

.wp-block-button__link {
	border-radius: 0px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	transition: 0.3s;
}

.wp-block-button__link:hover {
	background: #000;
	color: #fff;
}

.tps_postContent_preFooter {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}


.tps_postContent_preFooter span {
	color: #7f7f7f;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
}

.tps_postContent_preFooter span:not(:last-child) {
	margin-right: 10px;
}

.tps_subscribeForm_message {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
