.waca-toc-details {
	background: rgba(127, 127, 127, 0.08);
	border: 1px solid rgba(127, 127, 127, 0.28);
	border-radius: 8px;
	margin: 1.5em 0;
	padding: 0;
}

.waca-toc-details summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	list-style: none;
	padding: 16px 20px;
}

.waca-toc-details summary::-webkit-details-marker {
	display: none;
}

.waca-toc-details summary::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	display: block;
	height: 8px;
	margin-left: 16px;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
	width: 8px;
}

.waca-toc-details[open] summary::after {
	transform: rotate(225deg);
}

.waca-toc-details ul {
	margin: 0;
	padding: 0 20px 18px 36px;
}

.waca-toc-details li {
	margin: 4px 0;
}

.waca-toc-details .waca-toc-depth-3 {
	margin-left: 16px;
}

.waca-toc-details a {
	text-decoration: none;
}

.waca-toc-details a:hover {
	text-decoration: underline;
}
