.wp-block-list:where(ul):where(:not([class*=is-style-])) {
  list-style: none;
  margin-inline: 0;
  padding: 0;
}
.wp-block-list:where(ul):where(:not([class*=is-style-])) li {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  position: relative;
}
.wp-block-list:where(ul):where(:not([class*=is-style-])) li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.75em;
  inset-block-start: calc(0.5lh - 0.25em);
  block-size: 0.5em;
  inline-size: 0.5em;
  background: var(--wp--preset--color--main);
  border-radius: 9999px;
}