/* Code in articles: the theme styles neither code blocks nor inline code. */
article pre {
	background: #f6f8fb;
	border: 1px solid #e3e8ef;
	border-radius: 0.5rem;
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
	overflow-x: auto;
	font-size: 0.875rem;
	line-height: 1.65;
	tab-size: 4;
}

article pre code {
	color: #273444;
	font-size: inherit;
	background: none;
	padding: 0;
}

article :not(pre) > code {
	background: #f1f4f8;
	color: #c2255c;
	padding: 0.15em 0.4em;
	border-radius: 0.25rem;
	font-size: 0.875em;
	word-break: break-word;
}
