/* Prism.js Dark Theme - Customized for the ProcessViewer */
code[class*="language-"],
pre[class*="language-"] {
	color: #4ECDC4;
	background: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: 'Courier New', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 13px;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"] {
	padding: 16px;
	margin: 0;
	overflow: auto;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

:not(pre) > code[class*="language-"] {
	padding: 4px 8px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.token.punctuation {
	color: #D4D4D4;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #B5CEA8;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #CE9178;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #D4D4D4;
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
	color: #DCDCAA;
}

.token.keyword {
	color: #569CD6;
}

.token.regex,
.token.important {
	color: #D16969;
}

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

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

.token.entity {
	cursor: help;
}

/* Custom styling for C# specific tokens */
.token.class-name {
	color: #4ECDC4;
}

.token.keyword {
	color: #569CD6;
}

.token.string {
	color: #CE9178;
}

.token.number {
	color: #B5CEA8;
}

.token.comment {
	color: #6A9955;
	font-style: italic;
}

.token.method {
	color: #DCDCAA;
}

.token.namespace {
	color: #4ECDC4;
	opacity: 0.8;
}

/* Line numbers styling */
.line-numbers .line-numbers-rows {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.line-numbers-rows > span:before {
	color: #666;
}

/* Selection styling */
::selection {
	background: rgba(78, 205, 196, 0.2);
}

/* Scrollbar styling */
pre[class*="language-"]::-webkit-scrollbar {
	height: 8px;
}

pre[class*="language-"]::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

pre[class*="language-"]::-webkit-scrollbar-thumb {
	background: rgba(78, 205, 196, 0.3);
	border-radius: 4px;
}

pre[class*="language-"]::-webkit-scrollbar-thumb:hover {
	background: rgba(78, 205, 196, 0.5);
}
