.event-hosts {
  list-style: none;
  padding: 0;
  display: flex;
  gap: var(--wdg-gap-xsmall);
  flex-direction: column;
}
.event-hosts__host a {
  align-items: center;
  color: inherit;
  display: flex;
  font-family: var(--wdg-font-heading-alt);
  font-size: var(--wdg-font-size-kicker);
  font-weight: 700;
  gap: var(--wdg-gap-xsmall);
  letter-spacing: 0.024em;
  line-height: var(--wdg-font-heading-line-height, 1.2);
  text-decoration: none;
  text-transform: uppercase;
}
.event-hosts__host a svg {
  color: var(--wdg-color-accent);
}
.event-hosts__host a:hover {
  text-decoration: underline;
}

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