.profile-list {
  margin-bottom: 1rem;
}
.profile-list__name a {
  line-height: 1;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(#006875, #006875);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.5px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 0;
}
.profile-list__name a:hover, .profile-list__name a:focus {
  background-size: 100% 0.5px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}

/*# sourceMappingURL=profile--list.css.map*/