.post-description h1, .post-description h2, .post-description h3, .post-description h4, .post-description h5, .post-description h6 {
	font-weight: 700;
	/* text-align: center; */
}

.post-description img {
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	height: max-content;
}

.post-description img, .post-description p {
	margin: 1rem auto;
}

ul#tocnya li {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
}

ul#tocnya li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 5px;
	width: 5px;
	border: 1px solid var(--primary-color-deep);
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}
#trp-floater-ls {
	top: auto!important;
	bottom: 0%!important;
	right: 1%!important;
}