/* Keep the SANGO fixed TOC below DotMargin's sticky header. */

@media (min-width: 1101px) {
	.dm-ai-news-sidebar #fixed_sidebar.dm-ai-fixed-toc {
		top: 81px;
		max-height: calc(100vh - 93px);
	}

	body.admin-bar .dm-ai-news-sidebar #fixed_sidebar.dm-ai-fixed-toc {
		top: 113px;
		max-height: calc(100vh - 125px);
	}
}
