.ath-module-helper__codeOutput[data-output-surface="terminal"] {
	background: #0b202a;
	border-color: #315766;
}

.ath-module-helper__codeOutput[data-output-surface="terminal"] .ath-module-helper__codeTerminal,
.ath-module-helper__codeOutput[data-output-surface="terminal"] pre[data-ath-helper-code-terminal] {
	background: #07131c !important;
	border: 1px solid #2d5260;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), inset 0 0 28px rgba(0, 0, 0, .24);
	color: #b9f2cc !important;
	font-family: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace !important;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 1.65;
	padding: .9rem 1rem;
	text-shadow: 0 0 8px rgba(111, 236, 166, .12);
}

.ath-module-helper__codeOutput[data-output-surface="terminal"] .ath-module-helper__codeTerminal::selection {
	background: #2b6d60;
	color: #fff;
}
