/**
 * Neutral snippet window (background, radius, type).
 * Copy / line numbers / language bar live in frontend.css.
 * Replace via the kda_ceb_snippet_css filter (URL, theme-relative path, or empty).
 */

.kda-ceb-wrap pre,
pre.kda-ceb-snippet,
pre[data-lang],
pre[data-linenums="1"],
pre[data-show-lang="1"] {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, Monaco, monospace;
	font-size: 13px;
	line-height: 1.55;
	padding: 12px 14px;
	margin: 0 0 1.05rem;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	color: #1d2327;
	overflow-x: auto;
	white-space: pre;
}

.kda-ceb-wrap--line pre {
	padding: 8px 12px;
	white-space: pre-wrap;
	overflow-wrap: break-word;
}

.kda-ceb-wrap pre {
	margin-bottom: 0;
}

.kda-ceb-wrap--has-bar {
	border: 1px solid #dcdcde;
	background: #f6f7f7;
}

.kda-ceb-wrap--has-bar pre {
	border: 0;
	background: transparent;
}

.kda-ceb-wrap--has-bar .kda-ceb-bar {
	border-bottom-color: #dcdcde;
}

.kda-ceb-wrap pre code,
pre.kda-ceb-snippet code,
pre[data-lang] code {
	font-family: inherit;
	font-size: inherit;
	background: none;
	padding: 0;
	color: inherit;
}
