/* START POST TOC */
.dps-toc-blogcontent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
}
body.admin-bar .dps-toc-of-blog.desktop {
	top: 175px;
	max-height: calc(100vh - 175px);
}
.dps-toc-blogcontent .dps-toc-of-blog.desktop {
    position: sticky;
    top: 143px;
    margin-top: 10px;
    padding-bottom: 50px;
    overflow-y: auto;
    flex: 0 0 30%;
    max-height: calc(100vh - 143px);
}
.dps-toc-blogcontent .dps-toc-of-blog.desktop ul.ez-toc-list li.active > a {
    background-color: #e2e6f0 !important;
}
.dps-toc-blogcontent .dps-toc-of-blog.desktop .ez-toc-title-toggle {
	display: none;
}
.dps-blogcontent .post-content div#ez-toc-container {
    display: none;
}
/** END POST TOC **/

@media screen and (max-width: 768px) {
	.dps-toc-blogcontent .dps-toc-of-blog.desktop {
		display: none;
	}
	.dps-blogcontent .post-content div#ez-toc-container {
		display: block;
	}
}