/* TOC Sadok — стилі таблиці змісту */

.toc-sadok {
	background: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 16px 20px;
	margin: 24px 0;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
}

.toc-sadok__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.toc-sadok__title {
	font-weight: 700;
	font-size: 16px;
	margin: 0;
}

.toc-sadok__toggle {
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 26px;
	height: 26px;
	line-height: 1;
	cursor: pointer;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #333;
}

.toc-sadok__toggle:hover {
	background: #eee;
}

.toc-sadok__nav {
	margin-top: 10px;
}

.toc-sadok__list {
	margin: 0;
	padding-left: 1.2em;
	list-style-type: disc;
}

.toc-sadok__list--level-1,
.toc-sadok ol.toc-sadok__list {
	list-style-type: decimal;
}

.toc-sadok__item {
	margin: 4px 0;
}

.toc-sadok__item a {
	text-decoration: none;
	color: #1a4f8b;
}

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