.gitlab-embed-snippets {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	
	.gitlab-logo-wrapper, .js-file-title, .highlightjs-copy, .line-numbers {
		display: none;
	}
	
	.blob-content pre {
		border-left: 0 !important;
		padding: 20px 20px 10px 20px !important;
	}
	
	.kg-code-card pre code.hljs {
		padding: 0;
	}
	
	.file-content.code {
		border-radius: 0;
	}
}

.post-content pre {
	width: 100%;
	border: 1.5px solid var(--border-1);
    padding: 10px;
    color: var(--text-1);
    background: var(--bg-1);
    margin: 1rem auto;
    font-size: 0.8em;
    overflow: auto;
}