.post-taxonomies {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--wdg-font-size-xsmall);
  gap: var(--wdg-gap-xsmall);
  line-height: 1;
}
.post-taxonomies .post-taxonomies__layout {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wdg-gap-xsmall);
  margin: 0 !important;
}
.post-taxonomies .post-taxonomies__label {
  color: var(--wdg-color-link);
  font-weight: 700;
}
.post-taxonomies .post-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wdg-gap-xsmall);
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-taxonomies .post-taxonomy__term {
  margin: 0;
}
.post-taxonomies .post-taxonomy__term::before {
  content: "|";
  padding-inline-end: var(--wdg-gap-xsmall);
}
.post-taxonomies .post-taxonomies__layout:first-child > .post-taxonomy:first-child > .post-taxonomy__term:first-child::before {
  content: unset;
}

.event-label + .post-taxonomies::before {
  content: "|";
}

/*# sourceMappingURL=style.css.map */