/* Galaxy 8 embed styles for Night of 1,000 Jack-o'-Lanterns.
   Scope all selectors to a single root container:
   <div data-jol-module id="jol-ticket-module">...</div>
*/

[data-jol-module] {
  --cbg-navy: #000021;
  --cbg-green: #7dd69d;
  --cbg-text: #131629;
  --cbg-muted: #5c6171;
  --cbg-border: #d9dfeb;
  --night-ink: #000021;
  --ember: #7dd69d;
  --ember-deep: #69c78a;
  --panel-shadow: 0 18px 44px rgba(0, 0, 33, 0.11);
  --panel-shadow-soft: 0 10px 24px rgba(0, 0, 33, 0.08);
  --module-width: 1440px;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--cbg-text);
  font-family: Montserrat, Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255, 159, 67, 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf4 0%, #f9fbff 42%, #fff 100%);
}

[data-jol-module],
[data-jol-module] * {
  box-sizing: border-box;
}

[data-jol-module] a {
  color: inherit;
  text-decoration: none;
}

[data-jol-module] img {
  display: block;
  max-width: 100%;
}

[data-jol-module] button,
[data-jol-module] input,
[data-jol-module] select {
  font: inherit;
}

[data-jol-module] button {
  cursor: pointer;
}

[data-jol-module] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[data-jol-module] .focus-ring:focus-visible,
[data-jol-module] .button-primary:focus-visible,
[data-jol-module] .button-secondary:focus-visible,
[data-jol-module] .button-ghost:focus-visible,
[data-jol-module] .stepper button:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

[data-jol-module] .button-primary,
[data-jol-module] .button-secondary,
[data-jol-module] .button-ghost {
  min-height: 46px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

[data-jol-module] .button-primary {
  background: linear-gradient(135deg, var(--ember) 0%, var(--ember-deep) 100%);
  color: var(--cbg-navy);
  border-color: rgba(125, 214, 157, 0.72);
  box-shadow: 0 14px 28px rgba(125, 214, 157, 0.18);
}

[data-jol-module] .button-primary:hover,
[data-jol-module] .button-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(125, 214, 157, 0.24);
}

[data-jol-module] .button-secondary {
  background: #fff;
  border-color: rgba(0, 0, 33, 0.14);
  color: var(--cbg-navy);
  box-shadow: 0 2px 0 rgba(0, 0, 33, 0.04);
}

[data-jol-module] .button-secondary:hover,
[data-jol-module] .button-secondary:focus {
  transform: translateY(-1px);
  border-color: var(--cbg-green);
  box-shadow: 0 12px 22px rgba(0, 0, 33, 0.08);
}

[data-jol-module] .button-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

[data-jol-module] .button-ghost:hover,
[data-jol-module] .button-ghost:focus {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
}

[data-jol-module] .hero {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(125, 214, 157, 0.22);
  border-bottom: 1px solid rgba(125, 214, 157, 0.22);
  background: var(--night-ink);
  box-shadow: 0 26px 56px rgba(0, 0, 33, 0.18);
  min-height: 640px;
  width: 100%;
  max-width: none;
}

[data-jol-module] .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

[data-jol-module] .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 171, 77, 0.42), transparent 20%),
    radial-gradient(circle at 16% 88%, rgba(125, 214, 157, 0.16), transparent 24%),
    linear-gradient(115deg, rgba(0, 0, 33, 0.56) 5%, rgba(0, 0, 33, 0.22) 38%, rgba(0, 0, 33, 0.84) 100%),
    linear-gradient(180deg, rgba(0, 0, 33, 0.14) 0%, rgba(0, 0, 33, 0.82) 82%, rgba(0, 0, 33, 0.94) 100%);
  z-index: 1;
}

[data-jol-module] .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 26px;
  align-items: end;
  min-height: 640px;
  width: min(var(--module-width), 100%);
  margin: 0 auto;
  padding: 44px 24px;
}

[data-jol-module] .hero-copy {
  color: #fff;
  max-width: 760px;
}

[data-jol-module] .hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  line-height: 0.97;
  font-weight: 500;
  letter-spacing: -0.04em;
  max-width: 760px;
  text-wrap: balance;
}

[data-jol-module] .hero-lead {
  margin: 0 0 22px;
  max-width: 690px;
  color: rgba(255, 247, 234, 0.96);
  font-size: 1.06rem;
  line-height: 1.65;
}

[data-jol-module] .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 24px;
}

[data-jol-module] .hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff7ea;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

[data-jol-module] .hero-meta span + span::before {
  content: "|";
  margin: 0 10px;
  color: rgba(255, 247, 234, 0.72);
}

[data-jol-module] .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

[data-jol-module] .hero-actions [data-role="open-date-time"] {
  flex: 0 0 100%;
  background: #fb9a2d;
  border-color: #fb9a2d;
  box-shadow: 0 14px 28px rgba(251, 154, 45, 0.2);
}

[data-jol-module] .hero-actions [data-role="open-date-time"]:hover,
[data-jol-module] .hero-actions [data-role="open-date-time"]:focus {
  box-shadow: 0 18px 32px rgba(251, 154, 45, 0.28);
}

[data-jol-module] .hero-actions [data-role="member-login-cta"] {
  background: linear-gradient(135deg, var(--ember) 0%, var(--ember-deep) 100%);
  border-color: rgba(125, 214, 157, 0.72);
  box-shadow: 0 14px 28px rgba(125, 214, 157, 0.18);
}

[data-jol-module] .hero-actions [data-role="member-login-cta"]:hover,
[data-jol-module] .hero-actions [data-role="member-login-cta"]:focus {
  box-shadow: 0 18px 32px rgba(125, 214, 157, 0.24);
}

[data-jol-module] .hero-actions h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: balance;
  text-shadow: 0 10px 24px rgba(0, 0, 33, 0.28);
}

[data-jol-module] .hero-note {
  margin-top: 16px;
  color: rgba(255, 232, 203, 0.84);
  font-size: 0.88rem;
  line-height: 1.55;
}

[data-jol-module] .hero-note a,
[data-jol-module] .brief-list a {
  color: #fffaf2;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 244, 230, 0.6);
  box-shadow: inset 0 -1px 0 rgba(255, 244, 230, 0.18);
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

[data-jol-module] .hero-note a:hover,
[data-jol-module] .hero-note a:focus,
[data-jol-module] .brief-list a:hover,
[data-jol-module] .brief-list a:focus {
  color: var(--cbg-green);
  border-bottom-color: rgba(125, 214, 157, 0.92);
  box-shadow: inset 0 -1px 0 rgba(125, 214, 157, 0.42);
}

[data-jol-module] .hero-note a:focus-visible,
[data-jol-module] .brief-list a:focus-visible {
  outline: 2px solid rgba(255, 250, 242, 0.9);
  outline-offset: 3px;
}

[data-jol-module] .event-brief {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

[data-jol-module] .brief-card {
  padding: 24px;
  background: rgba(12, 9, 29, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 33, 0.18);
}

[data-jol-module] .brief-card h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 600;
}

[data-jol-module] .brief-card p {
  margin: 0;
  color: rgba(255, 244, 230, 0.88);
  font-size: 0.94rem;
  line-height: 1.55;
}

[data-jol-module] .brief-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

[data-jol-module] .brief-list li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
  line-height: 1.45;
}

[data-jol-module] .brief-list strong {
  color: var(--cbg-green);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-jol-module] .sticky-summary {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0;
  border: 1px solid rgba(125, 214, 157, 0.18);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: var(--panel-shadow-soft);
}

[data-jol-module] .sticky-summary-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 22px;
  align-items: stretch;
  padding: 18px 22px;
}

[data-jol-module] .summary-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

[data-jol-module] .summary-item {
  padding: 14px 14px 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 33, 0.08);
}

[data-jol-module] .summary-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--cbg-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-jol-module] .summary-item span {
  display: block;
  font-size: 0.96rem;
  line-height: 1.42;
  color: var(--cbg-text);
}

[data-jol-module] .summary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

[data-jol-module] .summary-status {
  grid-column: 1 / -1;
  color: var(--cbg-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: right;
}

[data-jol-module] .summary-status.is-error {
  color: #9f1d1d;
  font-weight: 600;
}

[data-jol-module] .section {
  margin-top: 34px;
}

[data-jol-module] .section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin: 0 0 20px;
}

[data-jol-module] .section-head h2 {
  margin: 0 0 6px 16px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
  font-weight: 300;
  color: #252a42;
  text-wrap: balance;
}

[data-jol-module] .section-head p {
  margin: 0 16px 0 0;
  max-width: 620px;
  color: var(--cbg-muted);
  font-size: 0.97rem;
  line-height: 1.58;
}

[data-galaxy-ticket-module] .ticket-layout,
[data-jol-module] .ticket-layout {
  width: 100%;
}

[data-galaxy-ticket-module] [data-role="ticket-builder-section"][hidden],
[data-jol-module] [data-role="ticket-builder-section"][hidden] {
  display: none !important;
}

[data-galaxy-ticket-module] .ticket-layout.is-awaiting-visit .tickets-panel,
[data-jol-module] .ticket-layout.is-awaiting-visit .tickets-panel {
  min-height: 220px;
}

[data-galaxy-ticket-module] .ticket-gate-message,
[data-jol-module] .ticket-gate-message {
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 33, 0.1);
  background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
  color: #252a42;
  font-size: 0.94rem;
  line-height: 1.55;
  box-shadow: 0 8px 20px rgba(0, 0, 33, 0.04);
}

[data-galaxy-ticket-module] .ticket-gate-message[hidden],
[data-jol-module] .ticket-gate-message[hidden] {
  display: none !important;
}

[data-jol-module] .panel {
  background: #fff;
  border: 1px solid var(--cbg-border);
  box-shadow: var(--panel-shadow);
}

[data-jol-module] .tickets-panel {
  padding: 26px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  overflow: hidden;
}

[data-jol-module] .ticket-group {
  margin-top: 22px;
}

[data-jol-module] .ticket-group:first-of-type {
  margin-top: 24px;
}

[data-jol-module] .ticket-group + .ticket-group {
  margin-top: 34px;
  padding-top: 10px;
}

[data-jol-module] .ticket-group-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 14px;
}

[data-jol-module] .ticket-group-head h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #242a44;
  font-weight: 700;
}

[data-jol-module] .ticket-group-head p {
  margin: 0;
  color: var(--cbg-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

[data-jol-module] .ticket-list {
  display: grid;
  gap: 14px;
}

[data-jol-module] .ticket-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 33, 0.08);
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 33, 0.04);
}

[data-jol-module] .ticket-copy h5 {
  margin: 0 0 6px;
  font-size: 1.06rem;
  line-height: 1.3;
  color: #1f2440;
  font-weight: 600;
}

[data-jol-module] .ticket-copy p {
  margin: 0 0 10px;
  color: var(--cbg-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 56ch;
}

[data-jol-module] .ticket-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

[data-jol-module] .ticket-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(0, 0, 33, 0.08);
  background: #fafbfe;
  color: #34405a;
  font-size: 0.77rem;
  font-weight: 600;
  line-height: 1.3;
}

[data-jol-module] .ticket-controls {
  display: grid;
  gap: 12px;
  justify-items: end;
  align-content: center;
  min-width: 166px;
}

[data-jol-module] .ticket-price {
  font-size: 1.9rem;
  line-height: 0.95;
  font-weight: 800;
  color: #000021;
  text-align: right;
  justify-self: end;
  letter-spacing: -0.03em;
}

[data-jol-module] .ticket-price [data-role="ticket-price-value"],
[data-galaxy-ticket-module] .ticket-price [data-role="ticket-price-value"] {
  display: inline-block;
  font-size: 1.2rem !important;
  line-height: 0.95 !important;
  font-weight: 500 !important;
  color: #000021 !important;
  letter-spacing: -0.03em !important;
}

[data-jol-module] .stepper {
  display: inline-grid;
  grid-template-columns: 42px 50px 42px;
  min-height: 42px;
  border: 1px solid rgba(0, 0, 33, 0.12);
  background: #fff;
  overflow: hidden;
}

[data-jol-module] .stepper button,
[data-jol-module] .stepper output {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

[data-jol-module] .stepper button {
  border: 0;
  background: var(--cbg-green);
  color: #0b1329;
  font-size: 1rem;
}

[data-jol-module] .stepper button:hover,
[data-jol-module] .stepper button:focus {
  background: #6ec98c;
}

[data-jol-module] .stepper button:disabled {
  background: #dfe4eb;
  color: #7b8190;
  cursor: not-allowed;
}

[data-jol-module] .stepper output {
  border-left: 1px solid rgba(0, 0, 33, 0.08);
  border-right: 1px solid rgba(0, 0, 33, 0.08);
  color: var(--cbg-text);
  background: #fff;
  font-size: 0.92rem;
}

[data-jol-module] .ticket-inline-note {
  color: var(--cbg-muted);
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: right;
}

[data-jol-module] .tickets-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 33, 0.08);
}

[data-jol-module] .tickets-footer p {
  margin: 0;
  color: var(--cbg-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

[data-jol-module] .button-primary:disabled,
[data-jol-module] .button-secondary:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (max-width: 1180px) {
  [data-jol-module] .hero-grid,
  [data-jol-module] .sticky-summary-inner {
    grid-template-columns: 1fr;
  }

  [data-jol-module] .summary-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-jol-module] .summary-actions {
    align-content: start;
  }

  [data-jol-module] .summary-status {
    text-align: left;
  }

  [data-jol-module] .brief-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 768px) {
  body:has([data-jol-module] [data-role="member-login-cta"]) [data-jol-module] .brief-card h2 {
    display: none;
  }

  body:has([data-jol-module] [data-role="member-login-cta"]) [data-jol-module] .brief-list li {
    display: none;
  }

  body:has([data-jol-module] [data-role="member-login-cta"]) [data-jol-module] .brief-list li:nth-child(3) {
    display: grid !important;
  }

  [data-galaxy-ticket-module] .sticky-summary,
  [data-jol-module] .sticky-summary {
    position: static;
    top: auto;
    z-index: auto;
  }

  [data-galaxy-ticket-module] .hero,
  [data-jol-module] .hero {
    min-height: 700px;
    width: 100%;
    max-width: none;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    background: #000 !important;
  }

  [data-jol-module] .hero::before {
    background:
      linear-gradient(115deg, rgba(0, 0, 33, 0.56) 5%, rgba(0, 0, 33, 0.22) 38%, rgba(0, 0, 33, 0.84) 100%),
      linear-gradient(180deg, rgba(0, 0, 33, 0.14) 0%, rgba(0, 0, 33, 0.82) 82%, rgba(0, 0, 33, 0.94) 100%);
  }

  [data-jol-module] .hero-media {
    display: none;
  }

  [data-jol-module] .hero-grid {
    min-height: auto;
    width: 100%;
    padding: 24px 16px;
    gap: 18px;
    align-items: end;
  }

  [data-jol-module] .hero-copy {
    max-width: 100%;
  }

  [data-jol-module] .hero-meta {
    margin-bottom: 12px;
  }

  [data-jol-module] .hero-meta span {
    min-height: 10px;
    line-height: 1.2;
  }

  [data-jol-module] .hero-meta span:last-child {
    display: none;
  }

  [data-jol-module] .hero-meta span + span::before {
    display: none;
  }

  [data-jol-module] .hero-note {
    display: none;
  }

  [data-jol-module] .brief-list {
    gap: 0;
    margin: 0;
  }

  [data-jol-module] .brief-list li {
    padding-top: 0;
    border-top: 0;
  }

  [data-jol-module] .hero h1 {
    font-size: 2.6rem;
  }

  [data-jol-module] .hero-actions h3 {
    font-size: 1.2rem;
  }

  [data-jol-module] .hero-meta {
    gap: 8px;
  }

  [data-jol-module] .hero-meta span,
  [data-jol-module] .hero-actions .button-primary,
  [data-jol-module] .hero-actions .button-secondary,
  [data-jol-module] .hero-actions .button-ghost,
  [data-jol-module] .summary-actions .button-primary,
  [data-jol-module] .summary-actions .button-secondary,
  [data-jol-module] .cta-button {
    width: 100%;
    min-width: 0;
  }

  [data-jol-module] .sticky-summary-inner {
    padding: 16px;
  }

  [data-jol-module] .summary-main {
    grid-template-columns: 1fr;
  }

  [data-jol-module] .summary-actions {
    grid-template-columns: 1fr;
  }

  [data-jol-module] .section-head {
    flex-direction: column;
    align-items: start;
  }

  [data-galaxy-ticket-module] .section-head > p,
  [data-jol-module] .section-head > p {
    display: none;
  }

  [data-jol-module] .tickets-panel {
    padding: 18px;
  }

  [data-jol-module] .ticket-card {
    grid-template-columns: 1fr;
  }

  [data-jol-module] .ticket-controls {
    justify-items: start;
    min-width: 0;
  }

  [data-jol-module] .ticket-price,
  [data-jol-module] .ticket-price small,
  [data-jol-module] .ticket-inline-note {
    text-align: left;
  }

  [data-jol-module] .tickets-footer {
    grid-template-columns: 1fr;
  }
}

[data-galaxy-ticket-module] .hero,
[data-jol-module] .hero {
  width: 100vw !important;
  max-width: 100vw !important;
  left: auto !important;
  right: auto !important;
  margin-left: calc(-1 * var(--module-offset-left, 0px)) !important;
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  [data-galaxy-ticket-module] .hero,
  [data-jol-module] .hero {
    width: 100% !important;
    max-width: none !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Live page safety overrides for text contrast on dark surfaces. */
[data-galaxy-ticket-module] .hero-copy,
[data-jol-module] .hero-copy {
  color: #fff;
}

[data-galaxy-ticket-module] .hero h1,
[data-jol-module] .hero h1 {
  color: #fff;
}

[data-galaxy-ticket-module] .hero-lead,
[data-jol-module] .hero-lead {
  color: rgba(255, 247, 234, 0.96);
}

[data-galaxy-ticket-module] .hero-note,
[data-jol-module] .hero-note {
  color: rgba(255, 232, 203, 0.84);
}

[data-galaxy-ticket-module] .brief-card,
[data-jol-module] .brief-card {
  color: #fff;
}

[data-galaxy-ticket-module] .brief-card h2,
[data-jol-module] .brief-card h2 {
  color: #fff;
}

[data-galaxy-ticket-module] .brief-card p,
[data-jol-module] .brief-card p {
  color: rgba(255, 244, 230, 0.88);
}

[data-galaxy-ticket-module] .brief-list li,
[data-galaxy-ticket-module] .brief-list li span,
[data-jol-module] .brief-list li,
[data-jol-module] .brief-list li span {
  color: rgba(255, 244, 230, 0.92);
}

[data-galaxy-ticket-module] .brief-list strong,
[data-jol-module] .brief-list strong {
  color: var(--cbg-green);
}

body:has([data-galaxy-ticket-module]) .row.p-b-all > h1[ng-bind-html="viewModel.pageTitle"],
body:has([data-jol-module]) .row.p-b-all > h1[ng-bind-html="viewModel.pageTitle"] {
  display: none;
}

body:has([data-galaxy-ticket-module]) p.categoryDescription:has([data-galaxy-ticket-module]),
body:has([data-jol-module]) p.categoryDescription:has([data-jol-module]) {
  line-height: 0 !important;
  font-size: 0 !important;
}

body:has([data-galaxy-ticket-module]) #page.page,
body:has([data-jol-module]) #page.page {
  padding-bottom: 261px !important;
}

body:has([data-galaxy-ticket-module]) main.contentContainer,
body:has([data-jol-module]) main.contentContainer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body:has([data-galaxy-ticket-module]) .container.main,
body:has([data-jol-module]) .container.main {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:has([data-galaxy-ticket-module]) .viewItems,
body:has([data-jol-module]) .viewItems {
  margin-top: 0 !important;
  grid-template-columns: 100% !important;
  grid-template-areas: "main" !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

body:has([data-galaxy-ticket-module]) .list-container,
body:has([data-jol-module]) .list-container {
  display: none !important;
}

body:has([data-galaxy-ticket-module]) .memberPortalNavBar,
body:has([data-jol-module]) .memberPortalNavBar {
  display: none !important;
  margin: 0 !important;
  height: 0 !important;
}

body:has([data-galaxy-ticket-module]) footer,
body:has([data-jol-module]) footer {
  margin-top: 0 !important;
  padding-top: 40px !important;
}

@media (max-width: 768px) {
  body:has([data-galaxy-ticket-module]) #page.page,
  body:has([data-jol-module]) #page.page {
    padding-bottom: 760px !important;
  }
}

.calendar-modal.event-time .modal .modal-content {
  max-height: 90vh !important;
}

.time-selector,
body.viewItems .time-selector.flex--c {
  max-height: 82vh !important;
}

.time-selector .ui-control.button.event-time__info.event-time__select,
.calendar-modal .time-selector .ui-control.button.event-time__info.event-time__select {
  font-size: 12px !important;
  line-height: 1.1 !important;
}

body.viewItems .time-selector.flex--c {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px;
}

body.viewItems .time-selector .ui-control.button.event-item__select,
body.viewItems .time-selector__container .event-item__select {
  min-width: 84px !important;
  min-height: 36px !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body.viewItems .calendar-modal.event-time .row.m-t-all.ng-scope > .c.c-100-all.c-50-a,
body.viewItems .calendar-modal.event-time .row.m-t-all.ng-scope > .c.c-50-all {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.viewItems .calendar-modal.event-time .row.m-t-all.ng-scope > .c.c-50-all > .m-l-all {
  margin-left: 0 !important;
}

body.viewItems .time-selector__selected-date {
  display: block;
  width: 100%;
  margin: 0;
  color: #000021;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

body.viewItems .time-selector__container .time-selector__event-items {
  display: grid;
  gap: 0;
}

body.viewItems .time-selector__container .event-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 33, 0.08);
}

body.viewItems .time-selector__container .event-item__time {
  display: block;
  width: auto !important;
  color: #000021;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

body.viewItems .time-selector .ui-control.button.event-item__select,
body.viewItems .time-selector__container .event-item__select {
  width: auto !important;
  min-width: 112px;
  min-height: 44px;
  padding: 10px 14px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center !important;
  white-space: nowrap;
  background: #7dd69d;
  border: 1px solid #7dd69d;
  color: #000021;
  font-weight: 700;
}

body.viewItems .time-selector__container .event-item > .event-item__time {
  grid-column: 1 / 2 !important;
}

body.viewItems .time-selector__container .event-item > .event-item__select {
  grid-column: 2 / 3 !important;
}

body.viewItems .time-selector__container .event-item__select > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.viewItems .time-selector__container .event-item__select::after {
  content: "Select";
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.viewItems .time-selector__container .event-item__select:hover,
body.viewItems .time-selector__container .event-item__select:focus {
  background: #69c78a;
  border-color: #69c78a;
}

@media (max-width: 768px) {
  body.viewItems .time-selector__container .event-item {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  body.viewItems .time-selector__container .event-item > .event-item__time,
  body.viewItems .time-selector__container .event-item > .event-item__select {
    grid-column: auto !important;
  }

  body.viewItems .time-selector__container .event-item__select {
    width: 100% !important;
  }
}

body.viewItems .time-selector__container .event-item__select .cbg-time-select-label {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* .hero-actions, .sticky-summary{
  display: none !important;
} */