.tag-list {
  -webkit-margin-after: var(--space-8);
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-block-end: var(--space-8);
}
.tag-list--right {
  justify-content: end;
}
