/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 12 2023 | 15:39:25 */
ol li {
  counter-increment: the-count;
  margin-top: 2.5em;
}
ol li::before {
  content: counter(the-count) ". ";
	font-weight: 700;
	font-size: 22px;
}
ol, .entry ol li {
  list-style: none;
}
ol, .entry ol {
  counter-reset: the-count;
	padding-left: 0;
}
h3 {
	display: inline-block;
}
