/* ==========================================================================
   Module: TOC Headings  [kiwwwi_toc]
   ========================================================================== */

.kiwwwi-toc {
	margin: 0 0 2.5rem;
}

.kiwwwi-toc__title {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #252525;
	margin: 0 0 1.5rem;
	line-height: 1.1;
}

.kiwwwi-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kiwwwi-toc__item {
	margin: 0 0 1.4rem 0 !important;
}

.kiwwwi-toc__item:last-child {
	margin-bottom: 0;
}

.kiwwwi-toc__link {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	text-decoration: none;
	color: #252525;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.35;
	transition: color 0.2s ease;
}

a.kiwwwi-toc__link:hover .kiwwwi-toc__text {
	color: #000;
}

.kiwwwi-toc__arrow {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	margin-top: -1px;
}

.kiwwwi-toc__text {
	display: block;
	transition: color 0.2s ease;
}

/* Smooth scroll when anchors are enabled */
html {
	scroll-behavior: smooth;
}