.m-list__check,
.m-list__arrows {
  padding: 0;
  list-style: none;
}

.m-list__check > li,
.m-list__arrows > li {
  position: relative;
  padding-left: 1.6rem;
}

.m-list__check > li + li,
.m-list__arrows > li + li {
  margin-top: 0.4rem;
}

.m-list--spacing-md > li + li {
  margin-top: 1.2rem;
}

.m-list__check > li::before,
.m-list__arrows > li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;

  font-weight: var(--v-font-weight__default--bold);
  color: var(--v-color__2--alt1);
}

.m-list__arrows > li::before {
  top: -2px;

  content: "\00BB";
  line-height: 1;
  font-size: 150%;
}
