.ts__toc {
	line-height: 1.3;
}
.ts__toc li {
	margin-bottom: 10px;
}
.ts__toc li:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.ts__toc {
		position: sticky;
		left: 0;
		top: 90px;
	}
	.ts__toc a {
		border: 1px solid transparent;
		border-radius: 8px;
		font-weight: 500;
		background-color: #d6eef0;
	}
	.ts__toc a:hover {
		text-decoration: none;
		color: #fff;
		background-color: #65d1fb;
	}
	.ts__toc .current {
		color: #fff;
		background-color: #65d1fb;
		border-color: var(--dark);
	}
}
@media (max-width: 767.98px) {
	.ts__toc a {
		border: 1px solid transparent;
		border-radius: 8px;
		font-weight: 500;
		background-color: #d6eef0;
	}
	.ts__toc a:hover {
		text-decoration: none;
		color: #fff;
		background-color: #65d1fb;
	}
}
@media (min-width: 992px) {
	.admin-bar .ts__toc {
		top: 122px;
	}
}

.block-inner {
	border-radius: 12px;
	background-color: #d6eef0;
}

@media (max-width: 767.98px) {
	.tc-collapse {
		border-radius: 10px;
		padding: 15px;
		border: 2px solid #000;
		position: relative;
	}
	.tc-collapse:before,
	.tc-collapse:after {
		background: #65d1fb;
		border-radius: 10px;
		bottom: 0;
		content: '';
		margin: auto 0;
		position: absolute;
		top: 0;
	}
	.tc-collapse:before {
		height: 25px;
		right: 30px;
		width: 5px;
	}
	.tc-collapse:after {
		height: 5px;
		right: 20px;
		width: 25px;
	}
	.activetc:before {
		display: none;
	}
	.js-toc-list {
		display: none;
	}
}
