/* Post table of contents (attorna-child) */

/* Плавна прокрутка до якорів (лише на сторінках записів — цей файл підключається там).
   При prefers-reduced-motion залишається стандартна миттєва прокрутка. */
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

/* Якоря: зупинка прокрутки вище заголовка (фіксована шапка / відступ) */
.single-post .attorna-single-article-content h2,
.single-post .attorna-single-article-content h3,
.single-post .attorna-single-article-content h4,
.single-post .attorna-single-article-content h5,
.single-post .attorna-single-article-content h6 {
	scroll-margin-top: 100px;
}

.attorna-child-toc {
	box-sizing: border-box;
	margin: 0 0 1.5em;
	padding: 1.15em 1.35em;
	background: #f5f5f5;
	border: 1px solid #c4c4c4;
	font-size: 1em;
	line-height: 1.5;
	font-family: inherit;
	color: #1e1e1e;
}

.attorna-child-toc__title {
	margin: 0 0 0.65em;
	padding: 0;
	font-weight: 700;
	font-size: 1.05em;
	color: #1e1e1e;
}

.attorna-child-toc__list,
.attorna-child-toc__sub {
	list-style: none;
	margin: 0;
	padding: 0;
}

.attorna-child-toc__list > li {
	margin: 0.35em 0;
	padding: 0;
	padding-left: 0.15em;
}

.attorna-child-toc__sub {
	margin: 0.35em 0 0 0.5em;
	padding-left: 0.25em;
}

.attorna-child-toc__sub > li {
	margin: 0.3em 0;
	padding: 0;
	padding-left: 0.15em;
}

.attorna-child-toc a {
	color: #5b8c97;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	font-family: inherit;
}

.attorna-child-toc a:hover,
.attorna-child-toc a:focus {
	color: #4a7580;
	border-bottom-color: rgba(91, 140, 151, 0.45);
}
