/******* Do not edit this file *******
Code Snippets Manager
Saved: Jan 14 2026 | 21:33:01 */
/* Theme integrations */
.wp-block-heroickb-search input[type="text" i] {
	outline: none !important;
}
.wp-block-heroickb-search *[style*="border-radius"] {
	overflow: unset !important;
}

.wp-block-heroickb-category-card .heroickb-article-list li {
	line-height: inherit;
}

/* Scroll sticky TOC navigation */
@media screen and (min-width: 769px) {
	.hkb-sticky #navtoc {
		max-height: calc(100vh - 36em);
		overflow-y: scroll;
		scrollbar-width: thin;
		scrollbar-color: var(--wp--preset--color--gray-medium) var(--wp--preset--color--foreground);
	}
}

/* Restricted articles */
#hkb .hkb-article:has(.is-content-restricted) .hkb-feedback {
	display: none;
}