.view--content-events .view__nav-list-item--upcoming a::before, .view--content-events .view__nav-list-item--calendar a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
}

.view--content-events .view__nav-list {
  --list--display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: end;
}
.view--content-events .view__nav-list-item a {
  --a--text-decoration-line: none;
  --a--text-decoration-line--active: underline;
  --a--text-decoration-thickness: 0;
}
.view--content-events .view__nav-list-item a::before {
  font-size: 0.75em;
  margin-right: 4.718592px;
}
.view--content-events .view__nav-list-item--upcoming a::before {
  font-family: "Font Awesome 7 Sharp Light";
  content: "\f022";
}
.view--content-events .view__nav-list-item--calendar a::before {
  font-family: "Font Awesome 7 Sharp Regular";
  content: "\f073";
}
