/* ==========================================================================
   ADS — Зміст поста (Table of Contents)
   ========================================================================== */

/* Поки JS не наповнив список — блок прихований (немає порожньої рамки) */
.ads-toc:not(.is-ready) {
	display: none;
}

.ads-toc {  }

.ads-toc__title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.ads-toc__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ads-toc__item {
	margin: 0;
	line-height: 1.4;
}

.ads-toc__item + .ads-toc__item {
	margin-top: 8px;
}

/* Вкладені заголовки (h3 і нижче) — з відступом */
.ads-toc__item--h3 {
	padding-left: 16px;
}

.ads-toc__item--h4 {
	padding-left: 30px;
}

.ads-toc__link {
	display: inline-block;
	padding-left: 12px;
	border-left: 2px solid transparent;
	color: #4a4a4a;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.ads-toc__link:hover,
.ads-toc__link:focus-visible {
	color: #ff6600;
}

.ads-toc__link.is-active {
	color: #ff6600;
	border-left-color: #ff6600;
	font-weight: 600;
}
