/**
 * List block styles
 *
 * Block Type: core/list
 */
.is-style-no-disc {
  list-style-type: none;
  padding-left: 0;
}

ul,
ol {
  padding: 0;
}
ul:not(.has-text-color) li::marker,
ol:not(.has-text-color) li::marker {
  color: var(--wp--preset--color--primary);
}

ol:where(.wp-block-list), ol:where(:not([class*=wp-block])) {
  padding-inline-start: 30px;
}
ol li::marker {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 600;
  font-size: 1.3em;
}/*# sourceMappingURL=list.css.map */
