.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "";
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  font-family: monospace;
}

code {
  padding: var(--spacing-25);
  display: block;
  min-width: max-content;
  font-family: monospace;
}

h1 code,
h2 code,
h3 code,
h4 code,
p code,
li code {
  padding: 0;
  display: inline;
}
