/* Square corners for the public tickets purchase flow.
   Linked only from tickets-checkout, tickets-confirmation, and tickets-lookup.
   The waitlist homepage does not load this file. */

html.tickets-flow {
  --km-radius: 0;
  --confirm-radius: 0;
  --lookup-radius: 0;
  --radius: 0;
  --radius-sm: 0;
  --radius-card: 0;
  --pill: 0;
}

html.tickets-flow,
html.tickets-flow *:not(#apple-pay-button),
html.tickets-flow *:not(#apple-pay-button)::before,
html.tickets-flow *:not(#apple-pay-button)::after,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page *:not(#apple-pay-button),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page *:not(#apple-pay-button)::before,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page *:not(#apple-pay-button)::after {
  border-radius: 0 !important;
}

/* Continue: solid red when the step is complete, gray when a choice is still required.
   No hover lift, scale, or box-shadow jump. Color-only hover.
   Scoped to #continueBtn and the sidebar date twin. Waitlist does not load this file. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #continueBtn.prototype-continue,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #sidebarDateContinue.prototype-sidebar-continue,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #continueBtn.prototype-continue,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #sidebarDateContinue.prototype-sidebar-continue {
  background: #ee1717 !important;
  background-image: none !important;
  color: #fffaf0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #continueBtn.prototype-continue:not(:disabled):is(:hover, :focus-visible, :active),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #sidebarDateContinue.prototype-sidebar-continue:not(:disabled):is(:hover, :focus-visible, :active),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #continueBtn.prototype-continue:not(:disabled):is(:hover, :focus-visible, :active),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #sidebarDateContinue.prototype-sidebar-continue:not(:disabled):is(:hover, :focus-visible, :active) {
  background: #ff2b2b !important;
  color: #fffaf0 !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #continueBtn.prototype-continue:disabled,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #continueBtn.prototype-continue:disabled:is(:hover, :focus-visible, :active),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #sidebarDateContinue.prototype-sidebar-continue:disabled,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #sidebarDateContinue.prototype-sidebar-continue:disabled:is(:hover, :focus-visible, :active),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #continueBtn.prototype-continue:disabled,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #sidebarDateContinue.prototype-sidebar-continue:disabled {
  background: rgba(255, 250, 240, .12) !important;
  color: rgba(255, 250, 240, .48) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
  cursor: default !important;
  pointer-events: none !important;
}

/* Hide Turnstile on every non-payment step, even if a widget was mounted.
   Payment step keeps a mounted widget visible so the guest clicks once. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-payment-step) .turnstile-checkout-gate,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-payment-step) .turnstile-checkout-gate:empty,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-payment-step) .turnstile-checkout-gate:not(:empty),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-payment-step).is-turnstile-active .turnstile-checkout-gate,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-payment-step) .turnstile-checkout-gate.is-mounted {
  display: none !important;
  visibility: hidden !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .turnstile-checkout-gate,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .turnstile-checkout-gate:not(:empty),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step.is-turnstile-active .turnstile-checkout-gate,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .turnstile-checkout-gate.is-mounted {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 300px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 20px 0 0 !important;
  align-self: flex-start !important;
  justify-self: start !important;
  overflow: visible !important;
}

/* Continue lives in document flow, 30px under the last choice block.
   Later HTML still pins .prototype-action-row with sticky/fixed + bottom
   dock padding. Those cannot win against this tickets-flow selector. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-workspace,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) .prototype-workspace {
  min-height: auto !important;
  height: auto !important;
  max-height: none !important;
  padding-bottom: 0 !important;
  align-self: start !important;
  justify-content: flex-start !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-action-row,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) .prototype-action-row {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: none !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  align-self: flex-start !important;
  justify-self: start !important;
  gap: 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: auto !important;
  z-index: auto !important;
  transform: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-action-row-hidden .prototype-action-row,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-flow-advancing .prototype-action-row,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #continueBtn.prototype-continue:is(:hover, :focus-visible, :active),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-action-row-hidden #continueBtn.prototype-continue {
  transform: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step:not(.is-square-card-payment):not(.is-turnstile-active) .prototype-action-row {
  display: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #continueBtn.prototype-continue,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #continueBtn.prototype-continue {
  position: static !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 56px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-self: stretch !important;
  transform: none !important;
}

@media (max-width: 900px), (max-width: 760px), (max-width: 720px), (min-width: 921px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-workspace {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    padding-bottom: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-action-row {
    position: static !important;
    inset: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
    gap: 12px !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* Action-row Back: rectangle glass control matching Continue height, Continue arrow flipped left, then Back.
   Hide on the first (show) step so Continue stays left-aligned.
   Hide the title-adjacent workspace back and the stepper back. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #workspaceBackBtn.workspace-back,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #workspaceBackBtn.workspace-back,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step #workspaceBackBtn.workspace-back {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #backBtn.prototype-back,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #backBtn.prototype-back,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step #backBtn.prototype-back,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step #backBtn.prototype-back {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #actionBackBtn.action-back,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #actionBackBtn.action-back {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: static !important;
  inset: auto !important;
  flex: 0 0 auto !important;
  align-self: stretch !important;
  aspect-ratio: auto !important;
  box-sizing: border-box !important;
  width: auto !important;
  height: 100% !important;
  min-width: max-content !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #fffaf0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #actionBackBtn.action-back:not(:disabled):is(:hover, :focus-visible),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #actionBackBtn.action-back:not(:disabled):is(:hover, :focus-visible) {
  border: 0 !important;
  border-color: transparent !important;
  background: rgba(255, 255, 255, .17) !important;
  color: #fffaf0 !important;
  outline: none !important;
  transform: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #actionBackBtn.action-back:disabled,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #actionBackBtn.action-back:disabled {
  background: rgba(255, 250, 240, .12) !important;
  color: rgba(255, 250, 240, .48) !important;
  border: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  cursor: default !important;
  pointer-events: none !important;
  transform: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #actionBackBtn.action-back svg,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #actionBackBtn.action-back svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto !important;
  transform: scaleX(-1) !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step #actionBackBtn.action-back,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step #actionBackBtn.action-back:disabled {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Square Card mount: fixed width under 480px so the official two-line
   form (number, then expiration + CVV) wins over the one-bar dynamic
   layout. min-height: 0 last-wins so the default unstyled Square card
   (~110px) has no empty gap above Billing.
   Email, name, and the mount share that same column.
   Do not restyle Square's iframe. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-card,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-billing,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-wallets {
  box-sizing: border-box !important;
  width: 440px !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  align-self: flex-start !important;
}

/* Express checkout: payment shell matches the 440px form column. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-shell {
  box-sizing: border-box !important;
  width: 440px !important;
  max-width: min(440px, 100%) !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Express checkout: Apple Pay keeps the official black pill. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step #apple-pay-button {
  -webkit-appearance: -apple-pay-button !important;
  -apple-pay-button-type: plain !important;
  -apple-pay-button-style: black !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #000 !important;
}

/* Express checkout: or pay with card is a line divider. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-wallet-or {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 2px 0 0 !important;
  color: rgba(255, 250, 240, .56) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-wallet-or::before,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-wallet-or::after {
  content: "" !important;
  height: 1px !important;
  background: rgba(255, 250, 240, .28) !important;
}

/* Express checkout: Country and ZIP share one row at 440px. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-billing-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step #embeddedCheckout,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step.is-square-card-payment #embeddedCheckout {
  display: block !important;
  box-sizing: border-box !important;
  width: 440px !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  align-self: flex-start !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-billing {
  border-top: 1px solid rgba(255, 250, 240, .2) !important;
  padding-top: 16px !important;
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email span {
  color: #fffaf0 !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email input,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email select {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 12px !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #1a0a0a !important;
  font-size: 16px !important;
  caret-color: #1a0a0a !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email input:focus,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email select:focus {
  outline: 2px solid #ee1717 !important;
  outline-offset: 0 !important;
  border-color: #ee1717 !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-billing > span {
  color: #fffaf0 !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-billing .prototype-payment-email {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email input:-webkit-autofill,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email input:-webkit-autofill:hover,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email input:-webkit-autofill:focus {
  -webkit-text-fill-color: #1a0a0a !important;
  caret-color: #1a0a0a !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

/* Mobile checkout: summary stays in document flow and scrolls with the page.
   Beats the compact receipt pin (position:fixed / sticky under the stepper)
   and drops the reserved workspace spacer so no hole remains.
   Desktop summary-vs-title alignment is unchanged. */
@media (max-width: 900px), (max-width: 760px), (max-width: 720px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-show-step) .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-show-step) #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step #checkoutSummary.prototype-summary {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    grid-row: 2 !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    margin-top: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-show-step) .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-workspace {
    grid-row: 3 !important;
    padding-top: 0 !important;
  }
}

/* Mobile checkout: payment column stays inside the viewport.
   Square mount uses width 100% / max-width min(440px, 100%) so the
   official form shrinks with the column. Desktop keeps the 440px column. */
@media (max-width: 900px), (max-width: 760px), (max-width: 720px) {
  html.tickets-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page {
    overflow-x: hidden !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-shell,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-card,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-billing,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-wallets,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step #embeddedCheckout,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step.is-square-card-payment #embeddedCheckout,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-secured,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .turnstile-checkout-gate {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: min(440px, 100%) !important;
    min-width: 0 !important;
  }
}

/* Idle checkout cards sit flush: drop the 1px cream bezel. Selected card frames stay white. Selected date cells stay red. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page[data-show-theme] {
  --show-border: transparent;
  --show-border-strong: transparent;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page :is(
  .prototype-option,
  .prototype-show-options .prototype-option,
  .prototype-seat-options .prototype-option,
  .prototype-people .prototype-option,
  .prototype-upsell-card,
  .prototype-review-card,
  .prototype-date-card,
  .prototype-calendar,
  .prototype-calendar-head button,
  .prototype-time-slot,
  .prototype-summary,
  #checkoutSummary.prototype-summary,
  .prototype-payment-shell,
  .prototype-addon-quantity,
  .turnstile-checkout-gate
):not([aria-pressed="true"]):not(.is-selected),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step :is(
  .prototype-calendar,
  .prototype-time-slot,
  .prototype-summary,
  #checkoutSummary.prototype-summary
) {
  border: 0 !important;
  border-color: transparent !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page :is(
  .prototype-option,
  .prototype-upsell-card,
  .prototype-review-card
):not([aria-pressed="true"]):not(.is-selected) {
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page :is(
  .prototype-date-card,
  .prototype-calendar,
  .prototype-calendar-head button,
  .prototype-time-slot,
  .prototype-payment-shell,
  .prototype-addon-quantity,
  .turnstile-checkout-gate
):not([aria-pressed="true"]):not(.is-selected) {
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page :is(
  .prototype-summary,
  #checkoutSummary.prototype-summary
) {
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day.has-show:not([aria-pressed="true"]) {
  border: 0 !important;
  border-color: transparent !important;
}

/* Selected checkout card frames are white on every step. Calendar day cells stay red. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-option:is([aria-pressed="true"], .is-selected),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-show-options .prototype-option:is([aria-pressed="true"], .is-selected),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-seat-options .prototype-option:is([aria-pressed="true"], .is-selected),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-people .prototype-option:is([aria-pressed="true"], .is-selected),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-date-card:is([aria-pressed="true"], .is-selected),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-upsell-card:is([aria-pressed="true"], .is-selected),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-time-slot:is([aria-pressed="true"], .is-selected),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) :is(
  .prototype-option,
  .prototype-show-options .prototype-option,
  .prototype-seat-options .prototype-option,
  .prototype-people .prototype-option,
  .prototype-date-card,
  .prototype-upsell-card,
  .prototype-time-slot
):is([aria-pressed="true"], .is-selected) {
  border: 1px solid #fff !important;
  border-color: #fff !important;
  box-shadow: inset 0 0 0 2px #fff !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options .prototype-option[aria-pressed="true"],
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options .prototype-option.is-selected {
  border: 1px solid #fff !important;
  border-color: #fff !important;
  box-shadow: inset 0 0 0 2px #fff !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day[aria-pressed="true"] {
  border: 1px solid #ee1717 !important;
  border-color: #ee1717 !important;
  background: #ee1717 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #actionBackBtn.action-back,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #actionBackBtn.action-back:not(:disabled):is(:hover, :focus-visible),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #actionBackBtn.action-back:disabled {
  border: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* Mobile checkout: pin Back + Continue to the bottom of the viewport.
   Content scrolls above the bar. Desktop stays in document flow.
   Last-wins against the earlier static undock on this same breakpoint. */
@media (max-width: 900px), (max-width: 760px), (max-width: 720px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-workspace {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-action-row {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    align-self: stretch !important;
    gap: 12px !important;
    background: #080705 !important;
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: auto !important;
    z-index: 40 !important;
    transform: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-action-row #continueBtn.prototype-continue {
    flex: 1 1 auto !important;
    width: 100% !important;
    transform: none !important;
  }
}

/* Desktop checkout: action row stays in document flow, 30px under the last block. */
@media (min-width: 921px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-workspace {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-action-row {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    z-index: auto !important;
    transform: none !important;
  }
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-show-options .prototype-option img,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-option img,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-upsell-card img,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-seat-thumb img {
  box-shadow: none !important;
}

/* 9+ group inquiry: hide Back + Continue and put the group box in that slot.
   Mobile: occupy the same fixed bottom bar. Desktop: in-flow 30px under the 9+ card.
   Last-wins against the docked action row on this same breakpoint. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-group-inquiry .prototype-action-row {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-group-inquiry #doneMessage.prototype-done.is-visible.is-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 900px), (max-width: 760px), (max-width: 720px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-group-inquiry .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step.is-group-inquiry .prototype-workspace {
    padding-bottom: calc(200px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-group-inquiry #doneMessage.prototype-done.is-visible.is-group {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px 16px env(safe-area-inset-bottom, 0px) !important;
    background: #080705 !important;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 40 !important;
    transform: none !important;
  }
}

@media (min-width: 921px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-group-inquiry #doneMessage.prototype-done.is-visible.is-group {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: 680px !important;
    margin-top: 30px !important;
    padding: 15px 16px !important;
    background: rgba(255, 250, 240, .075) !important;
    z-index: auto !important;
    transform: none !important;
  }
}

/* Restore document scrolling on every checkout step. Beats earlier 100vh + overflow:hidden locks. */
html.tickets-flow,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) {
  height: auto !important;
  min-height: 100vh !important;
  max-height: none !important;
  overflow-x: clip !important;
  overflow-y: auto !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-flow,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) .prototype-flow,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-workspace,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) .prototype-workspace,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-workspace {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

@media (max-width: 900px), (max-width: 760px), (max-width: 720px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-workspace {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step.is-square-card-payment .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step.is-turnstile-active .prototype-action-row {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 40 !important;
    background: #080705 !important;
    padding: 12px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (min-width: 921px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-workspace {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step.is-square-card-payment .prototype-action-row {
    position: static !important;
    inset: auto !important;
    bottom: auto !important;
    margin-top: 30px !important;
    background: transparent !important;
    z-index: auto !important;
  }
}

/* Last-wins: leftover .prototype-summary dock cannot sit on top of Pay. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) .prototype-summary,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) #checkoutSummary.prototype-summary {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: auto !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  width: auto !important;
}

/* Last-wins: Country select matches the ZIP field box. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step #embeddedCheckoutCountry,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-email select {
  box-sizing: border-box !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 12px !important;
  padding-right: 36px !important;
  border: 1px solid #ccc !important;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a0a0a' d='M1 1h10L6 7z'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  color: #1a0a0a !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

/* Last-wins: sidebar show title is 24px Inter, not the display clamp. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary h2,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary h2 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 24px !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

/* Last-wins: checkout stepper and summary labels stay title case. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .checkout-stepper,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .checkout-stepper,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-row,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-row span,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-total,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #summaryTotalLabel,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-row,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-row span,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-total {
  text-transform: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-row span,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-row span,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-total,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #summaryTotalLabel,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-total {
  letter-spacing: 0 !important;
}

/* Last-wins: only two checkout layouts. Mobile through 1120px keeps the page rail. Desktop starts at 1121px. */
@media (max-width: 1120px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-show-step) .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.has-date-selection) .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-flow {
    width: var(--page-rail-mobile, min(calc(100% - 32px), var(--km-max))) !important;
    max-width: var(--page-rail-mobile, min(calc(100% - 32px), var(--km-max))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav.is-scrolled,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .launch-nav {
    left: 16px !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-show-step) .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-show-step) #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.has-date-selection) .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-summary {
    box-sizing: border-box !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-show-step) .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-workspace {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ):not(.is-group-inquiry) .prototype-action-row {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    justify-content: stretch !important;
    align-items: stretch !important;
    align-self: stretch !important;
    gap: 12px !important;
    background: #080705 !important;
    background-image: none !important;
    overflow: visible !important;
    z-index: 40 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) #actionBackBtn.action-back,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) #continueBtn.prototype-continue,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.is-group-inquiry) #actionBackBtn.action-back,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.is-group-inquiry) #continueBtn.prototype-continue {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step:not(.is-group-inquiry) #continueBtn.prototype-continue,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-action-row #continueBtn.prototype-continue {
    flex: 1 1 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-workspace {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary h2,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary h2,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-note,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .prototype-note {
    display: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-row:not(.is-hidden),
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-total,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-total:not(.is-hidden),
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-row:not(.is-hidden),
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-total,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-total:not(.is-hidden) {
    display: none !important;
  }
}

@media (min-width: 1121px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-flow {
    grid-template-columns: minmax(0, 760px) 400px !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-workspace,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-workspace {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step #checkoutSummary.prototype-summary {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-action-row {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    margin-top: 30px !important;
    padding: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #actionBackBtn.action-back,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #continueBtn.prototype-continue {
    flex: 0 0 auto !important;
    width: auto !important;
  }
}

/* Last-wins: Need help is a quiet text link. It does not replace Back or Continue. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .checkout-need-help,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .checkout-need-help,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .checkout-need-help-show {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 250, 240, .72) !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .checkout-need-help:is(:hover, :focus-visible),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .checkout-need-help:is(:hover, :focus-visible) {
  color: #fffaf0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .checkout-need-help-show {
  margin: 16px 0 8px !important;
}

@media (max-width: 1120px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .checkout-need-help {
    grid-column: 1 / -1 !important;
  }
}

/* Last-wins: show cards add 20px extra space inside the white frame at the bottom.
   Current last-wins card padding is 12px (8px on phone). Add 20px, do not replace the other sides.
   Keep the existing white selected outline. Do not add a new bezel. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options .prototype-option {
  padding-bottom: calc(12px + 20px) !important;
}

@media (max-width: 760px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options .prototype-option {
    padding-bottom: calc(8px + 20px) !important;
  }
}

/* Last-wins: show subtitle is roman and 80 percent of the previous clamp. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-show-subtitle {
  font-style: normal !important;
  font-size: clamp(14px, 1.08vw, 17px) !important;
}

/* Last-wins: tickets-flow page wash is #FF0000 to #520B12. */
html.tickets-flow:has(> body.prototype-page:not(.confirmation-prototype-page)),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page[data-show-theme]:not(.confirmation-prototype-page),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page):is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page[data-show-theme]:not(.confirmation-prototype-page):is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
) {
  background: #520B12 !important;
  background-image: linear-gradient(180deg, #FF0000 0%, #520B12 100%) !important;
  background-size: auto !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  animation: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page)::before,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page[data-show-theme]:not(.confirmation-prototype-page)::before,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page):is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
)::before,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page[data-show-theme]:not(.confirmation-prototype-page):is(
  .is-show-step,
  .is-date-step,
  .is-people-step,
  .is-guests-step,
  .is-seats-step,
  .is-upsell-step,
  .is-payment-step
)::before {
  content: none !important;
  background: none !important;
  display: none !important;
  animation: none !important;
}

/* Last-wins: date-step calendar fill capsule under each show day.
   Quiet occupancy only. Do not restore the old salesy calendar labels.
   Hide the old 18x3 has-show underline so the capsule is the only mark. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day.has-show {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day::after,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day.has-show::after,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day[aria-pressed="true"]::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-fill:not(#apple-pay-button),
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-fill:not(#apple-pay-button) i {
  border-radius: 999px !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-fill:not(#apple-pay-button) {
  display: block !important;
  width: 20px !important;
  height: 5px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: rgba(255, 250, 240, .28) !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-fill:not(#apple-pay-button) i {
  display: block !important;
  height: 100% !important;
  background: rgba(255, 250, 240, .92) !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day[aria-pressed="true"] .prototype-calendar-fill:not(#apple-pay-button) {
  background: rgba(0, 0, 0, .28) !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-calendar-day[aria-pressed="true"] .prototype-calendar-fill:not(#apple-pay-button) i {
  background: #fffaf0 !important;
}

/* Last-wins: mobile Show step uses the 16px logo inset, a compact left-poster card, and a flush dock.
   This block is last in the file so it beats leftover 760px snap-rail, padding: 0 16px, and the 1120px dock pin. */
@media (max-width: 1120px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-flow {
    width: var(--page-rail-mobile, min(calc(100% - 32px), var(--km-max))) !important;
    max-width: var(--page-rail-mobile, min(calc(100% - 32px), var(--km-max))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options.prototype-options {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    overflow-x: visible !important;
    margin-top: 0 !important;
    padding: 0 !important;
    gap: 12px !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options .prototype-option {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    flex-direction: row !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 12px !important;
    padding-bottom: calc(12px + 20px) !important;
    gap: 12px !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options .prototype-option:not(:has(img)) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-options .prototype-option img {
    box-sizing: border-box !important;
    width: 96px !important;
    height: 128px !important;
    max-width: 96px !important;
    min-width: 96px !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    margin: 0 !important;
    flex: 0 0 96px !important;
    box-shadow: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-copy {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    gap: 6px !important;
    flex: 1 1 auto !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-show-details {
    margin-top: 8px !important;
    gap: 5px !important;
  }

  html.tickets-flow:has(> body.prototype-page:not(.confirmation-prototype-page)) {
    background: #080705 !important;
    background-image: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step:not(.is-group-inquiry) .prototype-action-row {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    background: #080705 !important;
    background-image: none !important;
    overflow: visible !important;
    z-index: 40 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) .prototype-action-row::after,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step:not(.is-group-inquiry) .prototype-action-row::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    height: 120px !important;
    background: #080705 !important;
    background-image: none !important;
    pointer-events: none !important;
  }
}

/* Last-wins: transparent dock chrome and a larger compact summary on mobile through 1120px.
   The live dock paint is a vertical fade to #520B12, not a leftover black bar.
   ::after stays below the row for the home-indicator gap. Calendar fade is on the row / ::before. */
@media (max-width: 1120px) {
  html.tickets-flow:has(> body.prototype-page:not(.confirmation-prototype-page)) {
    background: #520B12 !important;
    background-image: linear-gradient(180deg, #FF0000 0%, #520B12 100%) !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step.is-square-card-payment:not(.is-group-inquiry) .prototype-action-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step.is-turnstile-active:not(.is-group-inquiry) .prototype-action-row {
    overflow: visible !important;
    isolation: isolate !important;
    background: transparent !important;
    background-image: linear-gradient(180deg, transparent 0%, #520B12 100%) !important;
    box-shadow: none !important;
    border: 0 !important;
    border-top: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) .prototype-action-row::before,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step:not(.is-group-inquiry) .prototype-action-row::before,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.is-group-inquiry) .prototype-action-row::before,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step:not(.is-group-inquiry) .prototype-action-row::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 160px !important;
    background: transparent !important;
    background-image: linear-gradient(180deg, transparent 0%, #520B12 100%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) .prototype-action-row > *,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step:not(.is-group-inquiry) .prototype-action-row > *,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.is-group-inquiry) .prototype-action-row > * {
    position: relative !important;
    z-index: 1 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.is-group-inquiry) .prototype-action-row::after,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step:not(.is-group-inquiry) .prototype-action-row::after,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step:not(.is-group-inquiry) .prototype-action-row::after {
    background: #520B12 !important;
    background-image: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    background: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .prototype-selection,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary .prototype-selection {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    align-items: center !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 0 10px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .28) !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .prototype-selection strong,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary .prototype-selection strong,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #summaryShowTitle {
    display: block !important;
    color: #fff !important;
    font-size: clamp(20px, 2.8vw, 26px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary #summaryCompact,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary #summaryCompact,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #summaryCompact {
    display: block !important;
    margin-top: 6px !important;
    overflow: visible !important;
    color: #fff !important;
    font-size: clamp(16px, 2vw, 19px) !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary h2,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary h2,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-note,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .prototype-note,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-sidebar-continue,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-row:not(.is-hidden),
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-total,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .summary-total:not(.is-hidden),
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-row,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-row:not(.is-hidden),
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-total,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .summary-total:not(.is-hidden) {
    display: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .prototype-ticket-policy,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary .prototype-ticket-policy {
    display: block !important;
    margin: 10px 0 0 !important;
    padding-top: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary .checkout-need-help {
    color: #fff !important;
    text-decoration: underline !important;
  }
}

/* Last-wins: seat-tier cards show the room plan as the left photo. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-seat-options .prototype-seat-thumb {
  display: block !important;
  position: relative !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 72px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-seat-options .prototype-seat-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-seat-options .prototype-seat-thumb::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-seat-options .prototype-option {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-seat-options .prototype-seat-copy {
  grid-column: 2 !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-seat-options .prototype-price {
  grid-column: 3 !important;
}

/* Last-wins: seats-step ticket-tier boxes use the same left inset as the right. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-seat-options {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-seat-options .prototype-option {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* Last-wins: tickets-flow logo scrolls away with the page. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav.is-scrolled,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .launch-nav,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .launch-nav,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .launch-nav,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .launch-nav,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .launch-nav,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .launch-nav,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .launch-nav {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  inset: auto !important;
  width: var(--page-rail-mobile, min(calc(100% - 32px), var(--km-max))) !important;
  max-width: var(--page-rail-mobile, min(calc(100% - 32px), var(--km-max))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: max(12px, env(safe-area-inset-top, 0px)) !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .prototype-main,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-main {
  padding-top: 12px !important;
}

@media (min-width: 1121px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav.is-scrolled,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .launch-nav {
    width: var(--page-rail, min(calc(100% - 80px), var(--km-max))) !important;
    max-width: var(--page-rail, min(calc(100% - 80px), var(--km-max))) !important;
  }
}

/* Last-wins: mobile summary stays on the page rail. Only the dock is full width. */
@media (max-width: 1120px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.has-date-selection) .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-flow {
    width: var(--page-rail-mobile, min(calc(100% - 32px), var(--km-max))) !important;
    max-width: var(--page-rail-mobile, min(calc(100% - 32px), var(--km-max))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) #checkoutSummary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) #checkoutSummary.prototype-summary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.has-date-selection) #checkoutSummary,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection #checkoutSummary {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-self: stretch !important;
  }
}

/* Last-wins: seats-step room-plan lightbox. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-room-plan-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1400 !important;
  display: grid !important;
  place-items: center !important;
  padding: max(12px, env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) max(12px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left, 0px)) !important;
  background: rgba(32, 4, 8, 0.92) !important;
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-room-plan-modal[hidden] {
  display: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-room-plan-dialog {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: min(100%, calc(100vw - 24px)) !important;
  height: min(100%, calc(100dvh - 24px)) !important;
  max-width: min(920px, calc(100vw - 24px)) !important;
  max-height: min(920px, calc(100dvh - 24px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-room-plan-dialog img,
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page #roomPlanImage {
  display: block !important;
  width: min(100%, calc(100vw - 24px)) !important;
  height: min(100%, calc(100dvh - 24px)) !important;
  max-width: min(920px, calc(100vw - 24px)) !important;
  max-height: min(920px, calc(100dvh - 24px)) !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-room-plan-close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fffaf0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-room-plan-close:focus-visible {
  outline: 2px solid #fffaf0 !important;
  outline-offset: 2px !important;
}

/* Last-wins: required buyer-field asterisk matches cream labels. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-required {
  color: #fffaf0 !important;
  font-weight: inherit !important;
}

/* Last-wins: optional marketing opt-in sits with the email field. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-marketing {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  width: 440px !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  color: #fffaf0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-marketing[hidden] {
  display: none !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-marketing input {
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
  flex: 0 0 auto !important;
  accent-color: #ee1717 !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-marketing span {
  color: #fffaf0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

/* Last-wins: required 21+ confirmation sits near Pay. */
html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-age {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  width: 440px !important;
  max-width: 100% !important;
  margin: 4px 0 12px !important;
  color: #fffaf0 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
}

html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-payment-age input {
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
  flex: 0 0 auto !important;
  accent-color: #ee1717 !important;
}

/* Last-wins: tickets-flow mobile tightens the logo-to-stepper and stepper-to-title stacks.
   Older padding-top / prototype-progress / checkout-stepper / launch-nav rules cannot win.
   Desktop from 1121px stays. Logo still scrolls away. Shared site nav is unchanged. */
@media (max-width: 1120px) {
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav.is-scrolled,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .launch-nav,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .launch-nav {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:not(.confirmation-prototype-page) .launch-nav-inner,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .launch-nav-inner,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .launch-nav-inner,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .launch-nav-inner,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .launch-nav-inner,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .launch-nav-inner,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .launch-nav-inner,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .launch-nav-inner {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-main,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-main,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-main,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .prototype-main,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .prototype-main,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-main,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .prototype-main,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-main {
    padding-top: 6px !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page:is(
    .is-show-step,
    .is-date-step,
    .is-people-step,
    .is-guests-step,
    .is-seats-step,
    .is-upsell-step,
    .is-payment-step
  ) .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step:not(.has-date-selection) .prototype-flow,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-flow {
    padding-top: 0 !important;
    row-gap: 10px !important;
    gap: 10px !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .prototype-progress,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .prototype-progress,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .prototype-progress,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .prototype-progress,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .prototype-progress,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .prototype-progress,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .prototype-progress,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .prototype-progress,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step.has-date-selection .prototype-progress {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page .checkout-stepper,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-show-step .checkout-stepper,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-date-step .checkout-stepper,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-people-step .checkout-stepper,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-guests-step .checkout-stepper,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-seats-step .checkout-stepper,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-upsell-step .checkout-stepper,
  html.tickets-flow body.prototype-page.prototype-page.prototype-page.prototype-page.is-payment-step .checkout-stepper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
