.terms__terms {
  list-style: none;
}
.terms--horizontal {
  width: auto;
  display: inline-block;
}
.terms--horizontal .terms__terms {
  display: flex;
  gap: var(--wdg-gap-xsmall);
  align-items: flex-start;
  flex-wrap: wrap;
}
.terms--horizontal .terms__term {
  margin-top: 0;
}
.terms--horizontal .terms__term span,
.terms--horizontal .terms__term a {
  font-family: var(--wdg-font-serif);
  color: var(--wdg-color-text);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  padding: var(--wdg-gap-xsmall) var(--wdg-gap-xsmall);
  letter-spacing: 0.6px;
  background-color: transparent;
}
.terms--horizontal .terms__term span:hover,
.terms--horizontal .terms__term a:hover {
  color: var(--wdg-color-link);
}
.terms--horizontal .terms__term .terms__term + .terms__term {
  margin-right: var(--wdg-gap-small);
}
.terms--horizontal.block-editor-block-list__block {
  width: auto;
  display: inline-block;
}
.header .terms .terms__terms {
  padding-left: 0;
}
.header .terms .pill {
  font-family: var(--wdg-font-serif);
}
.header .terms--event_type.terms--horizontal .pill, .header .terms--category.terms--horizontal .pill, .header .terms--article_type.terms--horizontal .pill {
  background-color: var(--wdg-color-link);
  color: var(--wdg-color-white);
}
.header .terms--event_type.terms--horizontal .pill:hover, .header .terms--category.terms--horizontal .pill:hover, .header .terms--article_type.terms--horizontal .pill:hover {
  background-color: transparent;
  border-color: var(--wdg-color-primary);
  color: var(--wdg-color-black);
}
.terms--event_type.terms--horizontal .terms__terms .terms__term span, .terms--category.terms--horizontal .terms__terms .terms__term span, .terms--article_type.terms--horizontal .terms__terms .terms__term span {
  color: var(--wdg-color-white);
}
.terms--event_type.terms--horizontal .terms__terms .terms__term:hover span, .terms--category.terms--horizontal .terms__terms .terms__term:hover span, .terms--article_type.terms--horizontal .terms__terms .terms__term:hover span {
  color: var(--wdg-color-black);
}
.terms--post_tag .terms__terms {
  padding-left: 0;
  gap: var(--wdg-gap-xsmall);
}
.terms--post_tag .terms_term .pill.meta {
  border-color: var(--wdg-color-blue-50);
  background-color: transparent;
}

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