/*=============================
=            Links            =
==============================*/

.m-linkList {
  list-style-type: disc;
  padding: 0 1.2em;
}
.m-linkList__item {
  margin: 0.2rem 0;
}
.m-linkList__link::after {
  content: '';
  display: inline-block;
  background-image: url(../images/svg/arrow-active.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem auto;
  width: 1rem;
  height: 0.6rem;
  margin-left: 0.6rem;
}

.a-linkArrowInline {
  color: var(--color-primary-lighter);
  font-weight: bold;
  padding-right: 1.8em;
  background-image: url(../images/svg/arrow-active.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem auto;
}
