/* ── Table of Contents ── */

.ba-toc__title {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b6b6b;
}

.ba-toc__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.ba-toc__list a {
	display: block;
	padding: 12px 14px;
	border-radius: 16px;
	background: #f6f6f6;
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.ba-toc__list a:hover,
.ba-toc__list a.is-active {
	background: #101010;
	color: #fff;
}
