.tbw2026-title {
  border: 0;
  font-size: 70px;
  line-height: 1;
  padding: 1em 0 0 0;
  text-align: center;
  color: var(--blue);
}

.tbw2026-title-date {
  border: 0;
  font-size: 35px;
  line-height: 1;
  padding: 0 0 2rem;
  text-align: center;
  margin-top: 0;
}

.tbw2026-container img {
  max-width: 100%;
  width: 100%;
}

.tbw2026-container .tbw2026-header__image {
  max-width: 50%;
  width: 50%;
}

.tbw2026-tabbed-events {
  margin-top: 4rem;
}

@media (max-width: 599px) {
  .tbw2026-title-date {
    font-size: 25px;
    margin-left: 0;
  }

  .tbw2026-title {
    font-size: 50px;
  }
}

.tbw2026-buttons {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  max-width: 60ch;
  padding-bottom: 4rem;
  text-align: center;
}

@media (max-width: 500px) {
  .tbw2026-buttons {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
}

.tbw2026-btn-primary {
  background-color: var(--blue);
  border: 2px solid transparent;
  border-color: var(--blue);
  color: var(--white);
  border-radius: 0;
  font-size: 1.5rem;
}

.tbw2026-btn-primary:hover {
  background-color: var(--white);
  color: var(--darkest-blue);
}

.tbw2026-header__title {
  font-size: 2.4rem;
  text-align: center;
  margin: 2rem 0 1rem;
}

.tbw2026-description {
  font-size: 1.4rem;
  max-width: 60ch;
}

.tbw2026-filters-description {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.4rem;
}

.tbw2026-filter-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.tbw2026-filter-button {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 1.2rem;
  background: transparent;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
}

.tbw2026-filter-button:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.tbw2026-filter-button.is-active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.tbw2026-highlight {
  background: linear-gradient(to bottom right, #ffe500, #ffb81c);
}

.tbw2026-highlights h2 {
  font-size: 400%;
}

.tbw2026-highlights__link {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 0.5rem;
  transition:
    background-color 0.2s linear,
    color 0.2s linear,
    outline 0.2s linear;
}

.tbw2026-highlights__link:focus,
.tbw2026-highlights__link:hover {
  background-color: var(--gold);
  color: #000;
  outline: 3px solid var(--gold);
}

.tbw2026-highlights__link:hover .tbw2026-highlights__image {
  transform: scale(1.02);
}

.tbw2026-highlights__title {
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
}

.tbw2026-highlights__timespan {
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}

.tbw2026-lastyear__header {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 0 1.5rem;
  text-align: center;
}

.tbw2026-lastyear__button {
  text-align: center;
}

.tbw2026-lastyear__button .btn {
  font-size: 1.4rem;
}

.tbw2026-highlights__image {
  transform: scale(1);
  transition: transform 0.5s;
  z-index: 0;
}

@-moz-document url-prefix() {
  .tbw2026-highlights__image {
    transform: none !important;
    transition: none !important;
  }
}

.tbw2026-highlights__image_container {
  background-color: #35a3dc;
  font-size: 0;
}

M .tbw2026 .eventlist-title-with-label h2 {
  transition: none;
}

.tbw2026 .eventlist-title-with-label {
  margin-bottom: 100px;
}

.tbw .eventlist-title-with-label h2 {
  padding-left: 1rem;
}

.tbw2026 .eventlist-title-spacer {
  height: auto;
  z-index: 50;
}

.tbw2026 .eventlist-title-with-label h2 {
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  padding-right: var(--content-padding);
}

.tbw2026 .eventlist-title-with-label {
  background-color: hsla(0, 0%, 100%, 0.9);
  background-image: none;
  background-repeat: no-repeat;
  margin-bottom: 0;
  z-index: 10;
}

.tbw2026 .eventlist-title-with-label a.eventlist-title-label {
  background-image: linear-gradient(90deg, #059be1, #196db5);
}

.tbw2026 .eventlist-title-with-label a.eventlist-title-label:hover {
  color: #000000;
  background-image: linear-gradient(90deg, #ffe500, #ffb81c);
}

.tbw2026[data-type='eventlistbydate']:nth-child(odd) .eventlist-events-wrapper {
  background-image: url('/static/shared/dot-matrix-light.jpg');
  background-repeat: repeat-y;
  background-position-y: top;
  background-size: cover;
}

.tbw2026[data-type='eventlistbydate']:nth-child(2n) .eventlist-events-wrapper {
  background-image: url('/static/shared/dot-matrix.jpg');
  background-repeat: repeat-y;
  background-position-y: top;
  background-size: cover;
}

.tbw2026-highlights {
  background-image: linear-gradient(90deg, #195c85ad, #196cb56e), url('/static/shared/dot-matrix-highlights.jpg');
  background-repeat: repeat-y;
  background-size: cover;
  color: #fff;
  padding: 2rem 2rem 4rem;
  text-align: center;
}

.tbw2026-highlights h2 {
  border: 0;
  font-size: 70px;
  line-height: 1;
  padding: 0 0 2rem;
}

@media (max-width: 700px) {
  .tbw2026-highlights {
    padding: 1rem 1rem 0rem;
  }

  .eventlist-title-spacer-container.container {
    padding: 0 !important;
  }

  .tbw2026-container .tbw2026-header__image {
    max-width: 95%;
    width: 95%;
  }

  .tbw2026-highlights__event {
    border-top: 2px solid #fff;
    margin: 0;
    padding: 0 0 1.5rem;
  }

  .tbw2026-highlights h2 {
    font-size: 50px;
  }

  /* .tbw2026-highlights__events {
    grid-template-columns: 1fr;
  } */

  .tbw2026-lastyear__header {
    font-size: 1.4rem;
  }

  .tbw2026-lastyear__button .btn {
    font-size: 1rem;
  }
}

/* @media (min-width: 1400px) {
  .tbw2026-highlights__events {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 1800px;
  }
} */

.tbw2026-highlights__events {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
}

.tbw2026-highlights__event {
  flex: 0 1 500px;
  max-width: 550px;
}

@media (min-width: 1400px) {
  .tbw2026-highlights__event {
    flex-basis: calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
  }
}
