li.toc_item a {
	padding-top: 8px;
	padding-bottom: 7px;
	font-size: 15px;
}

li.toc_item.type_h3 a {
	padding-left: 35px;
}

section.entry-toc {
	max-height: calc(100vh - 75px);
	overflow: auto;
}

.admin-bar section.entry-toc {
	max-height: calc(100vh - 75px - 32px);
}

.faq-item.open svg {
	transform: rotate(180deg);
}