/* GTGF v16.78 — compact the Tour for Life event hero only. */

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact {
  min-height: 610px !important;
  align-items: center !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__grid {
  width: min(1180px, calc(100vw - 48px)) !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 305px) !important;
  gap: clamp(30px, 4vw, 54px) !important;
  align-items: center !important;
  padding: 40px 0 !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__copy {
  max-width: 650px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-back {
  margin-bottom: 14px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-tags {
  margin-bottom: 12px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact h1 {
  max-width: 9.5ch !important;
  font-size: clamp(3.2rem, 5vw, 4.9rem) !important;
  line-height: .86 !important;
  letter-spacing: -.065em !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__lead {
  max-width: 620px !important;
  margin-top: 16px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__meta {
  margin-top: 18px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__meta span {
  padding: 9px 14px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  font-size: 10px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__meta span:first-child {
  padding-left: 0 !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card {
  width: 100% !important;
  max-width: 305px !important;
  padding: 20px !important;
  background: rgba(8,8,8,.76) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card__count {
  gap: 10px !important;
  margin: 13px 0 12px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card__count strong {
  font-size: 3.15rem !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card__count span,
body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card > p,
body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v15993-priority-form > div:first-child small {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card .v1596-avatar-stack {
  margin: 2px 0 12px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-rsvp button,
body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-rsvp__login {
  min-height: 44px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v15993-priority-form {
  margin-top: 11px !important;
  padding-top: 11px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v15993-priority-form__choices {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 6px !important;
  margin-top: 8px !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v15993-priority-form__choices button {
  min-height: 38px !important;
  padding: 6px 8px !important;
  justify-content: center !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card > p {
  margin-top: 12px !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card > p strong,
body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-official {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-official {
  margin-top: 11px !important;
}

@media (max-width: 900px) {
  body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact {
    min-height: auto !important;
  }
  body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, 760px) !important;
    gap: 20px !important;
    padding: 76px 0 32px !important;
  }
  body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card {
    max-width: 480px !important;
  }
}

@media (max-width: 760px) {
  body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__grid {
    width: calc(100vw - 28px) !important;
    padding: 70px 0 26px !important;
  }
  body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact h1 {
    font-size: clamp(2.8rem, 13vw, 4rem) !important;
  }
  body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-hero__lead {
    font-size: 14px !important;
  }
  body.gtgf-v14 .v1596-event-hero.is-tour-for-life-compact .v1596-event-crew-card {
    max-width: none !important;
    padding: 17px !important;
  }
}
