.bar__link {
  text-decoration: none;
  &:not(:last-child)::after {
    content: '\00a0';
    margin-right: 10px;
  }
}
