/**
 * GHColors theme by Avi Aryan (http://aviaryan.in)
 * Inspired by Github syntax coloring
 */

 pre.wp-block-code code {
	color: #393a34;
	padding-left: 0;
	border: none;
	overflow-x: initial;
}

 pre.wp-block-code,
code[class*='language-'] {
	color: #393a34;
	font-family: Hack, 'Fira Code', Consolas, Menlo, Monaco, 'Andale Mono',
		'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono',
		'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L',
		'Courier New', Courier, monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	font-size: var(--wp--custom--font-size--x-small);
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
	-webkit-hyphens: none;
	        hyphens: none;
}

 pre.wp-block-code code[class*='language-'] {
	overflow: visible;
}

 /* Code blocks */

 pre.wp-block-code {
	background: #b3d4fc;
	background-color: white;
	overflow: auto;
}

 :where(pre.wp-block-code) {
	padding: 1rem;
	/*
	margin: 0.5em auto;
	*/
	border: 1px solid var(--wp--custom--color--neutral-20);
	border-radius: var(--wp--custom--radius--small);
}

 .token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #999988;
	font-style: italic;
}

 .token.namespace {
	opacity: 0.7;
}

 .token.string,
.token.attr-value {
	color: #e3116c;
}

 .token.punctuation,
.token.operator {
	color: #393a34; /* no highlight */
}

 .token.entity,
.token.url,
.token.symbol,
.token.number,
.token.boolean,
.token.variable,
.token.constant,
.token.property,
.token.regex,
.token.inserted {
	color: #36acaa;
}

 .token.atrule,
.token.keyword,
.token.attr-name,
.language-autohotkey .token.selector {
	color: #00a4db;
}

 .token.function,
.token.deleted,
.language-autohotkey .token.tag {
	color: #9a050f;
}

 .token.tag,
.token.selector,
.language-autohotkey .token.keyword {
	color: #00009f;
}

 .token.important,
.token.function,
.token.bold {
	font-weight: bold;
}

 .token.italic {
	font-style: italic;
}

 pre.line-numbers {
	position: relative;
	padding-left: 3.75rem;
	counter-reset: linenumber;
}

 pre.line-numbers > code {
	position: relative;
	/* Padding can be tweaked by themes, but if top padding is off
	/* the line numbers don't align with the row. */
	padding-top: 0 !important;
}

 .line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 0;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

 .line-numbers-rows > span {
	pointer-events: none;
	display: block;
	counter-increment: linenumber;
}

 .line-numbers-rows > span:before {
	content: counter( linenumber );
	color: #5c6370;
	display: block;
	padding-right: 0.8em;
	text-align: right;
}

 .prism-titlename {

	margin: -1rem -1rem 1.5rem -1rem;
	margin-left: -3.75rem;
	padding: 0.5rem 1.5rem;
	font-family: var(--wp--preset--font-family--primary);
	font-weight: bold;
	color: var(--wp--custom--color--neutral-black);
	background: var(--wp--custom--color--neutral-light);
}
