code {
	font-size: inherit;
	font-family: var(--font-monospace);
	padding: 0rem calc(var(--radius) / 2);
	background: hsla(0, 0%, 0%, 0.12);
	box-shadow: 0 0 0 0.1rem hsla(0, 0%, 0%, 0.12);
	border-radius: var(--radius);
	vertical-align: top;
}
