* {
  box-sizing: border-box;
}

.other-publication-links__title {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.625rem;
  padding-top: 0.375rem;
}
.other-publication-links__link {
  font: 400 0.875rem/1.4 "Work Sans", sans-serif;
  margin-right: 0.3125rem;
  text-decoration: none;
  border-bottom: 2px solid rgba(50, 125, 162, 0.2);
}
.other-publication-links__link:not(:last-child):after {
  content: ",";
  color: #191919;
}
.other-publication-links__link:hover {
  border-bottom-color: transparent;
}

/*# sourceMappingURL=other-publication-links.css.map */
