/* KS - EDS Search */
.page-route-name-stacks-search-search .eds-authors li:not(:last-of-type):not(:only-of-type) a::after {
  content: ",";
  margin-inline-end: 0.5rem;
}
.page-route-name-stacks-search-search .eds-authors li:not(:first-child):not(:last-child)::after {
  content: none;
  margin-inline: 0;
}
