.wp-block-list.is-style-conmentoring-icon-list-check {
  list-style-type: none;
  padding-inline-start: 0;
}
.wp-block-list.is-style-conmentoring-icon-list-check > li {
  position: relative;
  padding-inline-start: 30px;
}

.wp-block-list.is-style-conmentoring-icon-list-check > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((var(--neve-font-line-height-body, 1.7) * 1em - 1em) / 2 - 0.1em);
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23016630' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-block-list.is-style-conmentoring-icon-list-x {
  list-style-type: none;
  padding-inline-start: 0;
}

.wp-block-list.is-style-conmentoring-icon-list-x > li {
  position: relative;
  padding-inline-start: 30px;
}

.wp-block-list.is-style-conmentoring-icon-list-x > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((var(--neve-font-line-height-body, 1.7) * 1em - 1em) / 2 - 0.1em);
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23c10007' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
