.tw-toc {
	margin: 1.5rem 0 2rem;
	padding: 1rem 1.25rem;
	background: #f7f3ec;
	border-left: 4px solid var(--kuma-place-color, #766f65);
	border-radius: 0.5rem;
}

.tw-toc-title {
	margin-bottom: 0.6rem;
	font-weight: 700;
	color: #3f3a34;
}

.tw-toc-body {
	display: grid;
	gap: 0.35rem;
}

.tw-toc-row a {
	color: #4a4038;
	text-decoration: none;
}

.tw-toc-row a:hover {
	text-decoration: underline;
}

.tw-toc-row-h2 {
	font-weight: 600;
}

.tw-toc-row-h3 {
	padding-left: 1.25rem;
	font-size: 0.95em;
	opacity: 0.9;
}