.event-contact {
  display: flex;
  gap: var(--wdg-gap-2xsmall);
  flex-direction: column;
  margin-inline: 0;
  padding-inline: 0;
  font-weight: 500;
}
.event-contact__link {
  align-items: center;
  display: flex;
  gap: var(--wdg-gap-xsmall);
  text-decoration: underline;
}
.event-contact__link svg {
  color: var(--wdg-color-link-hover);
}
.event-contact__link svg,
.event-contact__link .svg {
  flex: none;
  line-height: 1;
}

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