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

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

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

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

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

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

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

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

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

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

.tbw2025-header__title {
  font-size: 2.4rem;
  text-align: center;
}

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

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

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

.tbw2025-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;
}

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

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

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

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

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

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

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

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

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

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

.tbw2025-highlights__events {
  column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  max-width: 2000px;
  padding: 0;
  row-gap: 1.5rem;
}

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

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

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

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

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

.tbw2025 .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;
}

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

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

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

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

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

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

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

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

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

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

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

  .tbw2025-highlights__events {
    grid-template-columns: 1fr;
  }

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

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

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