/* --------------------- disable sticky for big sidebar --------------------- */
.sidebar-main:has(.az-toc) {
	overflow-y: unset !important;
	position: relative !important;
	height: calc(100% - 100px) !important;
	max-height: unset !important;
}
.sidebar-main > .widget:has(.az-toc) {
	position: sticky !important;
	top: 60px;
}
.sidebar-main {
	line-height: normal !important	;
}

/* --------------------- toc in big sidebars dont expand -------------------- */
.sidebar-main > .widget:has(.azlinkpages_item_list) .az-toc-item > ul {
	height: 0 !important;
	max-height: 0 !important;
}
