/* EcomExpo price-change notice: existing Inter typography, navy and orange. */
html { scroll-padding-bottom: calc(var(--ee-ticket-sticky-height, 0px) + 16px); }
.ee-ticket-sticky[hidden] { display: none !important; }
.ee-ticket-sticky { position: fixed; inset: auto 0 0; z-index: 40; background: #111827; border-top: 1px solid #89502c; box-shadow: 0 -8px 28px #0a0e1a66; padding: 12px 24px calc(12px + env(safe-area-inset-bottom, 0px)); color: #fff; }
.ee-ticket-sticky-inner { max-width: 1184px; margin: auto; display: flex; align-items: center; gap: 24px; }
.ee-ticket-sticky-copy { flex: 1; min-width: 0; display: grid; gap: 4px; }
.ee-ticket-sticky-copy strong { font-size: 15px; line-height: 1.4; }
.ee-ticket-sticky-copy span { font-size: 12px; line-height: 1.4; color: #cbd5e1; font-variant-numeric: tabular-nums; }
.ee-ticket-sticky .ee-price-buy { flex-shrink: 0; }
.ee-ticket-sticky button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 8px; border: 1px solid #475569; color: #cbd5e1; font-size: 24px; background: none; cursor: pointer; }
.ee-ticket-sticky button:hover { color: #fff; background: #1e293b; }
@media (max-width: 560px) {
  .ee-ticket-sticky { padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  .ee-ticket-sticky-inner { gap: 8px; }
  .ee-ticket-sticky-copy strong { font-size: 12px; }
  .ee-ticket-sticky-copy span { font-size: 11px; }
  .ee-ticket-sticky .ee-price-buy { font-size: 12px; padding: 10px; max-width: 104px; }
}
.ee-price-notice { display: grid; grid-template-columns: minmax(0, 1.5fr) auto minmax(180px, 1fr); align-items: center; gap: 28px; margin: 0 0 48px; padding: 28px; border: 1px solid #89502c; border-left: 4px solid #ff6b00; border-radius: 18px; background: #111827; color: #fff; text-align: left; }
.ee-price-notice [hidden] { display: none !important; }
.ee-price-eyebrow { margin: 0 0 8px; color: #ff8a33; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ee-price-notice h3 { margin: 0 0 18px; font-size: 21px; line-height: 1.35; font-weight: 750; text-wrap: balance; }
.ee-price-comparison { display: flex; align-items: center; gap: 16px; font-variant-numeric: tabular-nums; }
.ee-price-comparison > span:not(.ee-price-arrow) { display: grid; gap: 4px; color: #cbd5e1; font-size: 12px; }
.ee-price-comparison strong { color: #fff; font-size: 26px; line-height: 1.2; font-weight: 800; white-space: nowrap; }
.ee-price-comparison > span:last-child strong { color: #cbd5e1; }
.ee-price-arrow { color: #ff8a33; font-size: 24px; }
.ee-price-tax { margin: 8px 0 0; color: #cbd5e1; font-size: 12px; }
.ee-price-clock { text-align: center; min-width: 156px; }
.ee-price-clock > p { color: #cbd5e1; font-size: 12px; margin: 0 0 10px; }
.ee-price-digits { display: flex; justify-content: center; gap: 16px; min-height: 58px; }
.ee-price-digits span { display: grid; gap: 4px; min-width: 36px; }
.ee-price-digits strong { font-size: 30px; line-height: 1.2; font-weight: 700; font-variant-numeric: tabular-nums; }
.ee-price-digits small { font-size: 12px; color: #cbd5e1; }
.ee-price-toggle { display: inline-block; min-height: 44px; padding: 8px; color: #cbd5e1; font: inherit; font-size: 12px; background: none; border: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.ee-price-action { display: grid; gap: 12px; text-align: center; }
.ee-price-buy { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 18px; background: #ff6b00; color: #0a0e1a; border-radius: 12px; font-size: 14px; line-height: 1.4; font-weight: 800; text-decoration: none; }
.ee-price-buy:hover { background: #ff8a33; }
.ee-price-action time { font-size: 12px; line-height: 1.5; color: #cbd5e1; }
.ee-price-hero-note { display: block; width: fit-content; max-width: 100%; margin: 14px auto 0; padding: 10px 4px; color: #ff8a33; font-size: 14px; line-height: 1.5; text-decoration: underline; text-underline-offset: 4px; }
.ee-price-expired { grid-template-columns: 1fr 1fr; }
.ee-price-expired .ee-price-comparison { font-size: 28px; font-weight: 800; }
@media (max-width: 900px) {
  .ee-price-notice { grid-template-columns: minmax(0, 1fr) auto; gap: 24px; }
  .ee-price-action { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .ee-price-notice { grid-template-columns: minmax(0, 1fr); padding: 24px 20px; gap: 20px; }
  .ee-price-notice h3 { font-size: 21px; }
  .ee-price-clock { border-top: 1px solid #334155; padding-top: 20px; }
  .ee-price-digits { gap: 28px; }
  .ee-price-action { grid-column: auto; }
}
