.note {
  background-color: var(--quote-bg)
}

/*
  Consistent style for blockquotes which don't get `p` elements from
  typst
*/
blockquote:not(:has(p))
{
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Correction for nested lists */
li > p {
  margin-top: 0;
  margin-bottom: 0;
}

