/* Style Flare mini-TOC with 2 levels. Not loaded automatically for every topic. Need to insert it to the topic itself. */
div.MCMiniTocBox_0 {
	display: flex;
	flex-direction: column;
}

.menu-row-wrapper {
	display: flex;
	border-top: 1px solid var(--border);
}

.menu-row-wrapper:last-child {
    border-bottom: 1px solid var(--border);
}

.menu-column-wrapper {
	flex: 1 1;
}

a.MiniTOC1, a.MiniTOC1:link, a.MiniTOC1:visited {
	font-weight: 700;
	color: var(--font-grey);
	cursor: default;
}

a.MiniTOC2, a.MiniTOC2:link, a.MiniTOC2:visited {
	color: var(--link);
}

a.MiniTOC1:hover {
	text-decoration: none;
}

a.MiniTOC2:hover {
	text-decoration: underline;
}