/* web/themes/custom/aphp_bootstrap/components/01-bases/lists.scss */
/* VARIABLES */
.text-formatted ul,
.list-chevron ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.text-formatted.list-padded ul li,
.list-chevron.list-padded ul li {
  margin-bottom: 2em;
}
.text-formatted ul li,
.list-chevron ul li {
  position: relative;
  padding-left: 1.25rem !important;
  margin-bottom: 0.5rem;
}
.text-formatted ul li::before,
.list-chevron ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: #153d8a;
  font-weight: 700;
  line-height: inherit;
}

.list-plain ul {
  list-style: initial;
  padding-left: 1.25rem;
  margin-left: 0;
}
.list-plain ul li {
  padding-left: 0;
}
.list-plain ul li::before {
  content: none;
}
/*# sourceMappingURL=lists.css.map */
