/* TOC Utility — structural defaults. Design tokens come from the Cornerstone element. */

.tocu-toc {
	box-sizing: border-box;
	min-width: 0;
}

.tocu-toc__title {
	margin: 0 0 0.75em;
}

.tocu-toc__list {
	margin: 0;
	padding-left: 0;
}

.tocu-toc[data-tocu-markers="none"] .tocu-toc__list,
.tocu-toc[data-tocu-markers=""] .tocu-toc__list {
	list-style: none;
	padding-left: 0;
}

.tocu-toc__item {
	margin: 0;
}

.tocu-toc__link {
	display: inline;
	color: inherit;
	text-decoration: none;
}

.tocu-toc__link:hover,
.tocu-toc__link:focus {
	text-decoration: underline;
}

.tocu-toc__link.is-active {
	font-weight: 600;
	text-decoration: none;
}

.tocu-toc[data-tocu-sticky="1"] {
	position: sticky;
}
