/* Prism Tomorrow Night Start */
.code-prism-tomorrownight .line-highlight {
	position: absolute;
	left: 0;
	right: 0;
	padding: inherit 0;
	margin-top: 1em; 
	background: #997a6614;
	background: linear-gradient(to right, #997a661a 70%, #997a6600);
	pointer-events: none;
	line-height: inherit;
	white-space: pre
}
.code-prism-tomorrownight .line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em;
	letter-spacing: -1px;
	border-right: 1px solid #999;
	user-select: none
}
.code-prism-tomorrownight code[class*="language-"], .code-prism-tomorrownight pre[class*="language-"] {
	color: #ccc
}
.code-prism-tomorrownight pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto
}
.code-prism-tomorrownight :not(pre) > code[class*="language-"],.code-prism-tomorrownight pre[class*="language-"] {
	background: #2d2d2d
}
.code-prism-tomorrownight :not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal
}
.code-prism-tomorrownight .token.comment, .code-prism-tomorrownight .token.block-comment, .code-prism-tomorrownight .token.prolog, .code-prism-tomorrownight .token.doctype, .code-prism-tomorrownight .token.cdata {
	color: #999
}
.code-prism-tomorrownight .token.punctuation {
	color: #ccc
}
.code-prism-tomorrownight .token.tag, .code-prism-tomorrownight .token.attr-name, .code-prism-tomorrownight .token.namespace, .code-prism-tomorrownight .token.deleted {
	color: #e2777a
}
.code-prism-tomorrownight .token.function-name {
	color: #6196cc
}
.code-prism-tomorrownight .token.boolean, .code-prism-tomorrownight .token.number, .code-prism-tomorrownight .token.function {
	color: #f08d49
}
.code-prism-tomorrownight .token.property, .code-prism-tomorrownight .token.class-name, .code-prism-tomorrownight .token.constant, .code-prism-tomorrownight .token.symbol {
	color: #f8c555
}
.code-prism-tomorrownight .token.selector, .code-prism-tomorrownight .token.important, .code-prism-tomorrownight .token.atrule, .code-prism-tomorrownight .token.keyword, .code-prism-tomorrownight .token.builtin {
	color: #cc99cd
}
.code-prism-tomorrownight .token.string, .code-prism-tomorrownight .token.char, .code-prism-tomorrownight .token.attr-value, .code-prism-tomorrownight .token.regex, .code-prism-tomorrownight .token.variable {
	color: #7ec699
}
.code-prism-tomorrownight .token.operator, .code-prism-tomorrownight .token.entity, .code-prism-tomorrownight .token.url {
	color: #67cdcc
}
.code-prism-tomorrownight .token.important, .code-prism-tomorrownight .token.bold {
	font-weight: bold
}
.code-prism-tomorrownight .token.italic {
	font-style: italic
}
.code-prism-tomorrownight .token.entity {
	cursor: help
}
.code-prism-tomorrownight .token.inserted {
	color: green
}
.code-prism-tomorrownight pre[data-line] {
	position: relative;
	padding: 1em 0 1em 3em
}