.single-post-wrap ul {
  list-style: initial;
  padding-left: 1em;
}

.single-post-wrap ol {
  list-style: auto;
  padding-left: 1em;
}

.single-post-wrap h2 {
  padding: 20px 0 48px 0;
}

.single-post-wrap p {
  line-height: 1.5;
}

.single-post-wrap li {
  line-height: 2;
}

/* Custom Font Sizes for Gutenberg Editor */
.single-post-wrap .has-small-font-size {
  font-size: 12px !important;
}

.single-post-wrap .has-medium-font-size {
  font-size: 18px !important;
}

.single-post-wrap .has-large-font-size {
  font-size: 24px !important;
}

.single-post-wrap .has-extra-large-font-size {
  font-size: 32px !important;
}
