/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-marketmade-marketmade-list ul, .wp-block-marketmade-marketmade-list ol {
  padding-left: 25px;
}
.wp-block-marketmade-marketmade-list li {
  list-style-position: outside;
  /* p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  } */
}
.wp-block-marketmade-marketmade-list li p:first-child {
  padding-top: 0;
  margin-top: 0;
}

[data-list-style=none] li {
  list-style: none;
}

/*# sourceMappingURL=style-index.css.map*/