.event-tabs {
  border-bottom: 1px solid #DFE3E6;
  margin-bottom: 48px;
}
.event-tabs__list {
  gap: 0 24px;
}
@media (max-width: 575.98px) {
  .event-tabs__list {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0 12px;
    scrollbar-width: none;
  }
  .event-tabs__list::-webkit-scrollbar {
    display: none;
  }
}
.event-tabs__link {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .event-tabs__link {
    font-size: 1.125rem;
  }
}
.event-tabs__link {
  min-height: 50px;
  padding: 0 2px;
  color: #767676;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 -2px 0 0 transparent;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.event-tabs__link:hover {
  color: #1F1F1F;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #DFE3E6;
}
.event-tabs__link:focus-visible {
  outline: 2px solid #006875;
  outline-offset: 2px;
}
.event-tabs__link.is-active {
  color: #1F1F1F;
  box-shadow: inset 0 -2px 0 0 #006875;
}
@media (prefers-reduced-motion: reduce) {
  .event-tabs__link {
    transition: none;
  }
}

/*# sourceMappingURL=event-tabs.css.map*/