@media (min-width: 1025px) {
	.simpletoc-list li.simpletoc-active {
		background: #f6fafc;
		box-shadow: inset 0 0 0 1px #dceaf4;
		transform: translateX(3px);
	}

	.simpletoc-list li.simpletoc-active::before {
		background: linear-gradient(180deg, #eef7fd 0%, #c9dff0 100%);
		border-color: #bfd5e5;
		color: #163e60;
		box-shadow: 0 3px 8px rgba(31, 79, 120, 0.12);
	}

	.simpletoc-list li.simpletoc-active > a,
	.simpletoc-list a.is-active {
		color: #163e60;
		font-weight: 700;
		text-decoration: none;
	}
}
