.cce-events-shell {
  background: #100d12;
  color: #f7f0e5;
  padding: 24px;
}

.cce-events-header {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin: 0 0 22px;
}

.cce-brand-logo {
  display: block;
  height: auto;
  max-height: 64px;
  max-width: 180px;
}

.cce-events-kicker {
  color: var(--cce-accent, #d6a84f);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cce-events-header h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
  margin: 4px 0 0;
}

.cce-events-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.cce-event-card {
  background: #1a151d;
  border: 1px solid rgba(214, 168, 79, .28);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  display: grid;
  overflow: hidden;
}

.cce-event-media {
  aspect-ratio: 16 / 8.5;
  background: #0b090d;
  overflow: hidden;
}

.cce-event-image,
.cce-seating-image {
  height: auto;
  max-width: 100%;
}

.cce-event-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cce-event-image-placeholder {
  align-items: center;
  color: var(--cce-accent, #d6a84f);
  display: flex;
  font-weight: 700;
  justify-content: center;
}

.cce-event-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.cce-event-meta {
  color: #cfc4b4;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px 12px;
  min-height: 34px;
}

.cce-date-badge {
  background: var(--cce-accent, #d6a84f);
  border-radius: 6px;
  color: #120f13;
  font-weight: 800;
  padding: 5px 8px;
  text-transform: uppercase;
}

.cce-event-card h2 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.cce-event-description {
  color: #e3d8c9;
  margin: 0;
}

.cce-event-facts {
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  gap: 8px;
  padding-top: 12px;
}

.cce-event-facts span {
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
}

.cce-event-facts strong {
  color: #cfc4b4;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.cce-events-empty {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(214, 168, 79, .28);
  border-radius: 8px;
  padding: 22px;
}

.cce-events-empty h3 {
  color: #fff;
  margin: 0 0 6px;
}

.cce-events-empty p {
  color: #e3d8c9;
  margin: 0;
}

.cce-button {
  background: var(--cce-accent, #d6a84f);
  border: 0;
  border-radius: 6px;
  color: #120f13;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 10px 14px;
  text-decoration: none;
  transition: transform .16s ease, filter .16s ease;
}

.cce-button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.cce-button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.cce-event-button {
  justify-self: start;
}

.cce-booking-shell {
  background: #100d12;
  color: #f7f0e5;
  display: grid;
  gap: 16px;
  padding: 22px;
}

.cce-booking-error {
  background: #1a151d;
  border-left: 4px solid #d6a84f;
  color: #f7f0e5;
  padding: 18px;
}

.cce-booking-hero {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(190px, 300px) 1fr;
  padding-bottom: 12px;
}

.cce-booking-media {
  aspect-ratio: 4 / 3;
  background: #0b090d;
  border: 1px solid rgba(214, 168, 79, .28);
  border-radius: 8px;
  overflow: hidden;
}

.cce-booking-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cce-booking-details {
  align-content: center;
  display: grid;
  gap: 12px;
}

.cce-booking-details h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.12;
  margin: 0;
}

.cce-booking-meta {
  color: #cfc4b4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.cce-booking-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cce-booking-facts span {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  display: grid;
  gap: 2px;
  min-width: 130px;
  padding: 10px 12px;
}

.cce-booking-facts strong {
  color: #cfc4b4;
  font-size: 12px;
  text-transform: uppercase;
}

.cce-seat-section {
  background: #151018;
  border: 1px solid rgba(214, 168, 79, .22);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.cce-section-heading {
  display: grid;
  gap: 4px;
}

.cce-section-heading h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.cce-section-heading p {
  color: #cfc4b4;
  margin: 0;
}

.cce-seat-toolbar {
  display: grid;
  gap: 12px;
}

.cce-seat-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.cce-seat-legend span {
  background: rgba(255, 255, 255, .05);
  border-radius: 999px;
  align-items: center;
  color: #e3d8c9;
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  padding: 6px 9px;
}

.cce-key {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.cce-key-available {
  background: #2fbf71;
}

.cce-key-selected {
  background: var(--cce-accent, #d6a84f);
}

.cce-key-held {
  background: #d6922d;
}

.cce-key-sold {
  background: #d64545;
}

.cce-key-vip {
  background: #8d4be0;
}

.cce-seat-map-wrap {
  background: #17121a;
  border: 1px solid rgba(214, 168, 79, .28);
  border-radius: 8px;
  cursor: grab;
  min-height: 360px;
  overflow: auto;
  padding: 14px;
  touch-action: none;
  user-select: none;
}

.cce-map-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cce-map-control {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(214, 168, 79, .35);
  border-radius: 999px;
  color: #f7f0e5;
  cursor: pointer;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 12px;
}

.cce-map-control.is-active {
  background: var(--cce-accent, #d6a84f);
  border-color: var(--cce-accent, #d6a84f);
  color: #120f13;
}

.cce-seat-map-wrap.is-panning {
  cursor: grabbing;
}

.cce-seat-map-helper {
  color: #cfc4b4;
  font-size: 13px;
  margin: 0 0 10px;
}

.cce-seating-reference {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(214, 168, 79, .22);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
  max-width: 520px;
  padding: 10px;
}

.cce-seating-reference span {
  color: var(--cce-accent, #d6a84f);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.cce-seating-image {
  border-radius: 6px;
  display: block;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  width: 100%;
}

.cce-seat-canvas {
  margin: 0 auto;
  min-width: 720px;
  transform-origin: 0 0;
  will-change: transform;
}

.cce-stage {
  background: linear-gradient(90deg, rgba(214, 168, 79, .22), rgba(214, 168, 79, .5), rgba(214, 168, 79, .22));
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto 12px;
  max-width: 340px;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
}

.cce-seat-map {
  margin: 24px;
  min-height: 460px;
  min-width: 720px;
  position: relative;
}

.cce-room-object {
  align-items: center;
  background: rgba(247, 240, 229, .08);
  border: 1px solid rgba(247, 240, 229, .22);
  box-sizing: border-box;
  color: rgba(247, 240, 229, .82);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  transform-origin: center;
  z-index: 1;
}

.cce-room-object span {
  padding: 4px;
}

.cce-room-stage {
  background: #070609;
  border-color: rgba(214, 168, 79, .72);
  color: #f7f0e5;
  text-transform: uppercase;
}

.cce-room-table {
  background: rgba(214, 168, 79, .15);
  border-color: rgba(214, 168, 79, .55);
  border-radius: 7px;
}

.cce-room-table.is-clickable {
  cursor: pointer;
}

.cce-room-table.is-selected {
  background: rgba(214, 168, 79, .35);
  border-color: var(--cce-accent, #d6a84f);
  box-shadow: 0 0 0 3px rgba(214, 168, 79, .18);
}

.cce-room-table.is-sold-out {
  border-color: rgba(214, 69, 69, .75);
  opacity: .82;
}

.cce-room-table-round {
  border-radius: 50%;
}

.cce-room-table-square {
  border-radius: 8px;
}

.cce-room-table-rectangle {
  border-radius: 7px;
}

.cce-room-row {
  background: rgba(98, 141, 168, .12);
  border-color: rgba(98, 141, 168, .45);
}

.cce-room-bar,
.cce-room-entrance,
.cce-room-dance-floor,
.cce-room-technical-desk {
  background: rgba(255, 255, 255, .08);
}

.cce-room-pillar {
  background: rgba(247, 240, 229, .22);
  border-radius: 999px;
}

.cce-room-restricted-view,
.cce-room-object.is-blocked {
  background: repeating-linear-gradient(45deg, rgba(173, 56, 79, .2), rgba(173, 56, 79, .2) 8px, rgba(173, 56, 79, .08) 8px, rgba(173, 56, 79, .08) 16px);
  border-color: rgba(255, 120, 148, .58);
}

.cce-table-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cce-table-button {
  background: transparent;
  border: 1px solid rgba(214, 168, 79, .5);
  border-radius: 6px;
  color: #f7f0e5;
  cursor: pointer;
  padding: 8px 10px;
}

.cce-table-button.is-vip {
  border-color: #d870b2;
  color: #ffd5ef;
}

.cce-table-button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.cce-seat {
  background: #f7f0e5;
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: 999px;
  color: #120f13;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  min-height: 46px;
  min-width: 46px;
  padding: 0 7px;
  position: absolute;
  transform: translate(-50%, -50%);
  touch-action: manipulation;
  z-index: 3;
}

.cce-seat-list-view {
  display: grid;
  gap: 12px;
}

.cce-seat-list-view[hidden] {
  display: none;
}

.cce-seat-list-group {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(214, 168, 79, .24);
  border-radius: 8px;
  padding: 12px;
}

.cce-seat-list-group h4 {
  color: #f7f0e5;
  font-size: 16px;
  margin: 0 0 10px;
}

.cce-seat-list-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(62px, 1fr));
}

.cce-seat-list-button {
  background: #f7f0e5;
  border: 1px solid rgba(0, 0, 0, .35);
  border-radius: 7px;
  color: #120f13;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  min-height: 44px;
  padding: 8px;
}

.cce-seat-list-button.is-selected {
  background: var(--cce-accent, #d6a84f);
}

.cce-seat-list-button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.cce-seat-available {
  background: #2fbf71;
  color: #06140d;
}

.cce-seat-held,
.cce-seat-sold {
  color: #fff;
  cursor: not-allowed;
}

.cce-seat-held {
  background: #d6922d;
  color: #160d02;
}

.cce-seat-sold {
  background: #d64545;
}

.cce-seat-blocked,
.cce-seat.is-blocked {
  background: #56333e;
  color: #fff;
  cursor: not-allowed;
  text-decoration: line-through;
}

.cce-seat.is-selected {
  background: var(--cce-accent, #d6a84f);
  box-shadow: 0 0 0 3px rgba(214, 168, 79, .25);
  color: #120f13;
}

.cce-seat.is-vip {
  border-color: #d870b2;
  box-shadow: 0 0 0 3px rgba(141, 75, 224, .22);
}

.cce-selection-summary {
  background: #1a151d;
  border: 1px solid rgba(214, 168, 79, .28);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 16px;
  position: sticky;
  top: 16px;
  z-index: 4;
}

.cce-selected-seat-line {
  display: block;
  margin: 3px 0;
}

.cce-selected-seat-line strong {
  color: #d9b968;
  font-size: 11px;
  margin-left: 4px;
  text-transform: uppercase;
}

.cce-summary-bar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.cce-summary-bar > div {
  display: grid;
  gap: 2px;
}

.cce-selected-count {
  color: #cfc4b4;
  font-size: 12px;
}

.cce-summary-toggle {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(214, 168, 79, .35);
  border-radius: 999px;
  color: #f7f0e5;
  cursor: pointer;
  padding: 6px 10px;
}

.cce-selection-summary strong {
  color: #fff;
}

.cce-selected-seats,
.cce-total,
.cce-hold-timer {
  color: #e3d8c9;
}

.cce-discount-panel {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cce-discount-panel label {
  color: #cfc4b4;
  display: grid;
  font-size: 12px;
  gap: 4px;
}

.cce-discount-code {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(214, 168, 79, .28);
  border-radius: 6px;
  color: #f7f0e5;
  min-height: 38px;
  padding: 7px 9px;
  text-transform: uppercase;
}

.cce-discount-apply {
  background: rgba(214, 168, 79, .16);
  border: 1px solid rgba(214, 168, 79, .45);
  border-radius: 999px;
  color: #f7f0e5;
  cursor: pointer;
  font-weight: 700;
  min-height: 38px;
  padding: 7px 12px;
}

.cce-discount-feedback {
  color: #cfc4b4;
  font-size: 12px;
  grid-column: 1 / -1;
  min-height: 16px;
}

.cce-discount-feedback.is-success {
  color: #d9b968;
}

.cce-discount-feedback.is-error {
  color: #ff8c8c;
}

.cce-price-breakdown {
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #e3d8c9;
  display: grid;
  gap: 4px;
  padding-top: 8px;
}

.cce-discount-total {
  color: #d9b968;
}

.cce-hold-timer.is-warning {
  color: #ffcf7a;
  font-weight: 700;
}

.cce-customer-form {
  background: #1a151d;
  border: 1px solid rgba(214, 168, 79, .28);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 16px;
  max-width: 720px;
}

.cce-customer-form[hidden],
.cce-booking-summary[hidden] {
  display: none;
}

.cce-customer-form h3,
.cce-booking-summary h3 {
  color: #fff;
  margin: 0;
}

.cce-customer-form label {
  color: #e3d8c9;
  display: grid;
  gap: 6px;
}

.cce-customer-form input {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  font-size: 16px;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.cce-message {
  color: #ffcf7a;
}

.cce-booking-summary {
  background: #1a151d;
  border: 1px solid rgba(214, 168, 79, .28);
  border-radius: 8px;
  color: #e3d8c9;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.cce-booking-summary p,
.cce-booking-summary ul {
  margin: 0;
}

.cce-booking-summary ul {
  padding-left: 20px;
}

.cce-muted {
  color: #cfc4b4;
  font-size: 13px;
}

@media (max-width: 680px) {
  .cce-events-shell {
    padding: 18px;
  }

  .cce-booking-shell {
    gap: 12px;
    padding: 12px;
    padding-bottom: 16px;
  }

  .cce-booking-hero {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .cce-booking-media {
    aspect-ratio: 16 / 7;
    max-height: 150px;
  }

  .cce-booking-details h2 {
    font-size: 24px;
  }

  .cce-booking-facts span {
    min-width: 0;
    padding: 8px 10px;
  }

  .cce-seat-section {
    margin-left: -4px;
    margin-right: -4px;
    padding: 10px;
  }

  .cce-section-heading h3 {
    font-size: 19px;
  }

  .cce-seat-toolbar {
    gap: 10px;
  }

  .cce-seat-legend {
    gap: 6px;
  }

  .cce-seat-legend span {
    font-size: 11px;
    padding: 5px 7px;
  }

  .cce-key {
    height: 11px;
    width: 11px;
  }

  .cce-map-controls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .cce-map-control {
    border-radius: 7px;
    min-height: 42px;
  }

  .cce-table-controls {
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .cce-table-button {
    flex: 0 0 auto;
    min-height: 40px;
  }

  .cce-seat-map-wrap {
    height: min(56vh, 430px);
    max-height: none;
    min-height: 330px;
    padding: 16px;
  }

  .cce-seat-canvas {
    min-width: 660px;
  }

  .cce-seat-map {
    min-height: 420px;
    min-width: 660px;
  }

  .cce-seat {
    font-size: 13px;
    min-height: 48px;
    min-width: 48px;
  }

  .cce-selection-summary {
    border-color: rgba(214, 168, 79, .5);
    border-radius: 12px;
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, .38);
    margin-top: 2px;
    padding: 10px 12px;
    position: sticky;
    top: auto;
    z-index: 8;
  }

  .cce-selection-summary .cce-selected-seats,
  .cce-selection-summary .cce-hold-timer {
    display: none;
  }

  .cce-selection-summary.is-expanded .cce-selected-seats,
  .cce-selection-summary.is-expanded .cce-hold-timer {
    display: block;
  }

  .cce-selection-summary.is-expanded .cce-selected-seats {
    max-height: 96px;
    overflow: auto;
  }

  .cce-selection-summary .cce-total {
    font-size: 18px;
    font-weight: 800;
  }

  .cce-selection-summary .cce-continue-button {
    min-height: 42px;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .cce-seat-map-wrap {
    height: 390px;
    min-height: 320px;
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .cce-booking-hero {
    grid-template-columns: minmax(180px, 260px) 1fr;
  }

  .cce-seat-map-wrap {
    min-height: 430px;
  }
}

/* Polished cabaret booking experience */
.cce-booking-shell,
.cce-events-shell {
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 168, 79, .16), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(141, 75, 224, .12), transparent 30%),
    #0d090f;
  color: #f8efe2;
}

.cce-booking-shell {
  gap: 18px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 18px;
}

.cce-events-kicker {
  color: #d9b968;
  font-size: 11px;
}

.cce-booking-hero {
  align-items: center;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(217, 185, 104, .18);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  grid-template-columns: minmax(150px, 230px) 1fr;
  padding: 14px;
}

.cce-booking-media {
  aspect-ratio: 5 / 4;
  border-color: rgba(217, 185, 104, .3);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .32);
}

.cce-booking-image {
  filter: saturate(.95) contrast(1.04);
}

.cce-booking-details {
  gap: 10px;
}

.cce-booking-details h2 {
  color: #fff8ec;
  font-size: clamp(26px, 4vw, 44px);
  letter-spacing: 0;
  max-width: 780px;
}

.cce-booking-meta {
  color: #d8ccbc;
  font-size: 15px;
}

.cce-booking-facts span {
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
  border-color: rgba(217, 185, 104, .24);
  border-radius: 999px;
  min-width: 118px;
  padding: 9px 13px;
}

.cce-booking-facts strong {
  color: #bfb1a0;
}

.cce-seat-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    #120d14;
  border-color: rgba(217, 185, 104, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 20px 54px rgba(0, 0, 0, .24);
  gap: 12px;
  padding: 16px;
}

.cce-section-heading h3 {
  color: #fff8ec;
  font-size: 24px;
}

.cce-section-heading p,
.cce-seat-map-helper {
  color: #c9bdad;
}

.cce-seat-legend {
  gap: 7px;
}

.cce-seat-legend span {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .07);
  color: #d7cdbc;
  font-size: 12px;
  padding: 5px 8px;
}

.cce-key {
  border-radius: 999px;
  height: 9px;
  width: 9px;
}

.cce-key-available {
  background: transparent;
  border-color: rgba(217, 185, 104, .72);
}

.cce-key-selected {
  background: #d9b968;
  border-color: #d9b968;
}

.cce-key-held {
  background: #c8893f;
}

.cce-key-sold {
  background: #a83f4c;
}

.cce-key-vip {
  background: #8f5fd1;
}

.cce-map-controls {
  align-items: center;
}

.cce-map-control {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(217, 185, 104, .26);
  color: #eadfcc;
  font-size: 13px;
  min-height: 36px;
  padding: 7px 11px;
}

.cce-map-control.is-active {
  background: #d9b968;
  border-color: #d9b968;
  color: #161008;
}

.cce-seat-map-wrap {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(0, 0, 0, .06)),
    #100b12;
  border-color: rgba(217, 185, 104, .28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), inset 0 34px 80px rgba(217, 185, 104, .035);
  padding: 18px;
}

.cce-seat-map {
  background:
    linear-gradient(rgba(255, 255, 255, .018), rgba(255, 255, 255, .018)),
    radial-gradient(ellipse at 50% 10%, rgba(217, 185, 104, .08), transparent 35%),
    #151018;
  border: 1px solid rgba(217, 185, 104, .18);
  border-radius: 14px;
  box-shadow: inset 0 0 45px rgba(0, 0, 0, .38), 0 16px 42px rgba(0, 0, 0, .25);
  margin: 24px;
  overflow: visible;
}

.cce-stage,
.cce-room-stage {
  background:
    radial-gradient(ellipse at 50% 120%, rgba(217, 185, 104, .38), transparent 52%),
    linear-gradient(180deg, #211824, #080609);
  border: 1px solid rgba(217, 185, 104, .78);
  box-shadow: 0 0 28px rgba(217, 185, 104, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
  color: #fff4df;
}

.cce-room-object {
  border-color: rgba(248, 239, 226, .18);
  color: rgba(248, 239, 226, .86);
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
}

.cce-room-table {
  background: linear-gradient(180deg, rgba(217, 185, 104, .22), rgba(217, 185, 104, .08));
  border: 1px solid rgba(217, 185, 104, .7);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .08);
  color: #fff7e8;
  z-index: 2;
}

.cce-room-table span {
  font-size: clamp(13px, 1.7vw, 18px);
  letter-spacing: 0;
  padding: 5px;
}

.cce-room-table.is-vip {
  background: linear-gradient(180deg, rgba(143, 95, 209, .28), rgba(143, 95, 209, .12));
  border-color: rgba(196, 155, 255, .78);
}

.cce-room-table.is-selected {
  background: linear-gradient(180deg, rgba(217, 185, 104, .45), rgba(217, 185, 104, .2));
  box-shadow: 0 0 0 3px rgba(217, 185, 104, .22), 0 16px 34px rgba(0, 0, 0, .34);
}

.cce-table-controls {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
}

.cce-table-button {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(217, 185, 104, .3);
  border-radius: 8px;
  color: #f8efe2;
  display: grid;
  gap: 1px;
  min-height: 48px;
  padding: 8px 10px;
  text-align: left;
}

.cce-table-button strong {
  color: #fff8ec;
  font-size: 15px;
}

.cce-table-button span {
  color: #bfb1a0;
  font-size: 11px;
}

.cce-table-button.is-vip {
  border-color: rgba(196, 155, 255, .58);
  color: #ead8ff;
}

.cce-seat {
  background: rgba(16, 11, 18, .84);
  border: 1px solid rgba(217, 185, 104, .68);
  box-shadow: 0 5px 12px rgba(0, 0, 0, .28);
  color: #eadfcc;
  font-size: 11px;
  min-height: 32px;
  min-width: 32px;
  padding: 0 4px;
  z-index: 4;
}

.cce-seat-available {
  background: rgba(16, 11, 18, .86);
  color: #eadfcc;
}

.cce-seat-held {
  background: #c8893f;
  color: #130b03;
}

.cce-seat-sold {
  background: #a83f4c;
  border-color: rgba(255, 180, 190, .5);
}

.cce-seat.is-selected {
  background: #d9b968;
  border-color: #f3d889;
  box-shadow: 0 0 0 3px rgba(217, 185, 104, .22), 0 8px 18px rgba(0, 0, 0, .32);
  color: #151008;
}

.cce-seat.is-vip {
  border-color: #b990ee;
  box-shadow: 0 0 0 2px rgba(143, 95, 209, .18), 0 5px 12px rgba(0, 0, 0, .28);
}

.cce-seat-list-view {
  gap: 10px;
}

.cce-seat-list-group {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
  border-color: rgba(217, 185, 104, .22);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
  display: grid;
  gap: 10px;
}

.cce-seat-list-group.is-vip {
  border-color: rgba(196, 155, 255, .42);
}

.cce-seat-list-group.is-selected {
  border-color: rgba(217, 185, 104, .65);
}

.cce-seat-list-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.cce-seat-list-header span {
  color: #bfb1a0;
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.cce-seat-list-header h4 {
  color: #fff8ec;
  font-size: 20px;
  margin: 2px 0 0;
}

.cce-seat-list-header strong {
  background: rgba(217, 185, 104, .11);
  border: 1px solid rgba(217, 185, 104, .2);
  border-radius: 999px;
  color: #eadfcc;
  font-size: 12px;
  padding: 6px 9px;
  white-space: nowrap;
}

.cce-seat-list-select {
  background: #d9b968;
  border: 0;
  border-radius: 8px;
  color: #151008;
  cursor: pointer;
  font-weight: 800;
  min-height: 42px;
  padding: 9px 12px;
}

.cce-seat-list-select:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.cce-seat-list-grid {
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
}

.cce-seat-list-button {
  background: rgba(16, 11, 18, .78);
  border-color: rgba(217, 185, 104, .46);
  color: #eadfcc;
  font-size: 12px;
  min-height: 36px;
}

.cce-seat-list-button.is-selected {
  background: #d9b968;
  color: #151008;
}

@media (max-width: 680px) {
  .cce-booking-shell {
    padding: 10px;
  }

  .cce-booking-hero {
    gap: 10px;
    padding: 10px;
  }

  .cce-booking-media {
    aspect-ratio: 16 / 8;
    max-height: 132px;
  }

  .cce-booking-details h2 {
    font-size: 25px;
  }

  .cce-booking-meta {
    font-size: 13px;
  }

  .cce-booking-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cce-seat-section {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
  }

  .cce-seat-toolbar {
    order: 3;
  }

  .cce-table-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cce-table-button {
    min-height: 44px;
    padding: 7px 8px;
  }

  .cce-seat-legend {
    gap: 5px;
  }

  .cce-map-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cce-map-control[data-cce-map-zoom],
  .cce-map-control[data-cce-map-fit] {
    font-size: 12px;
    min-height: 38px;
  }

  .cce-seat-map-wrap {
    height: 430px;
    min-height: 360px;
    padding: 12px;
  }

  .cce-seat-map {
    margin: 18px;
  }

  .cce-seat {
    font-size: 11px;
    min-height: 36px;
    min-width: 36px;
  }

  .cce-room-table span {
    font-size: 15px;
  }

  .cce-seat-list-header {
    align-items: flex-start;
  }

  .cce-seat-list-header h4 {
    font-size: 19px;
  }
}

/* Table-first booking page */
.cce-booking-experience {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
}

.cce-booking-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.cce-booking-side {
  min-width: 0;
}

.cce-booking-side .cce-selection-summary {
  position: sticky;
  top: 18px;
}

.cce-booking-shell > .cce-customer-form,
.cce-booking-shell > .cce-booking-summary {
  max-width: 780px;
}

.cce-availability-message {
  align-items: center;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(217, 185, 104, .22);
  border-radius: 999px;
  color: #f4e8d3;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  margin: 0;
  padding: 8px 12px;
  width: fit-content;
}

.cce-availability-message.is-limited {
  background: rgba(200, 137, 63, .14);
  border-color: rgba(200, 137, 63, .45);
}

.cce-availability-message.is-urgent {
  background: rgba(168, 63, 76, .16);
  border-color: rgba(168, 63, 76, .55);
}

.cce-vip-upsell {
  align-items: center;
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 185, 104, .18), transparent 36%),
    linear-gradient(135deg, rgba(143, 95, 209, .16), rgba(217, 185, 104, .06));
  border: 1px solid rgba(217, 185, 104, .25);
  border-radius: 8px;
  color: #eadfcc;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 11px 13px;
}

.cce-vip-upsell strong {
  color: #fff8ec;
}

.cce-show-info {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(217, 185, 104, .18);
  border-radius: 8px;
  color: #d8ccbc;
  padding: 12px 14px;
}

.cce-show-info summary {
  color: #fff8ec;
  cursor: pointer;
  font-weight: 800;
}

.cce-show-info div {
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.cce-show-info p {
  margin: 0;
}

.cce-table-card-section {
  display: grid;
  gap: 10px;
}

.cce-table-card-section-heading {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.cce-table-card-section-heading span {
  color: #fff8ec;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cce-table-card-section-heading p {
  color: #bfb1a0;
  font-size: 12px;
  margin: 0;
  text-align: right;
}

.cce-table-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.cce-table-card {
  border-radius: 8px;
  overflow: hidden;
}

.cce-table-card.is-vip {
  background: linear-gradient(180deg, rgba(143, 95, 209, .16), rgba(255, 255, 255, .025)), #151018;
}

.cce-table-card.is-active,
.cce-table-card.is-selected {
  box-shadow: 0 0 0 2px rgba(217, 185, 104, .48), 0 16px 32px rgba(0, 0, 0, .25);
}

.cce-seat-list-header p {
  color: #bfb1a0;
  font-size: 12px;
  margin: 3px 0 0;
}

.cce-table-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cce-table-card-meta span {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(217, 185, 104, .16);
  border-radius: 999px;
  color: #eadfcc;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 8px;
}

.cce-table-card-actions,
.cce-mini-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.cce-seat-list-map,
.cce-mini-action {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(217, 185, 104, .28);
  border-radius: 8px;
  color: #eadfcc;
  cursor: pointer;
  font-weight: 800;
  min-height: 42px;
  padding: 9px 12px;
}

.cce-seat-list-map:hover,
.cce-mini-action:hover {
  border-color: rgba(217, 185, 104, .58);
}

.cce-mini-table-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)), #151018;
  border: 1px solid rgba(217, 185, 104, .3);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
  display: grid;
  gap: 12px;
  padding: 12px;
}

.cce-mini-table-panel[hidden] {
  display: none;
}

.cce-mini-table-panel.is-vip {
  border-color: rgba(196, 155, 255, .5);
}

.cce-mini-table-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.cce-mini-table-header span,
.cce-mini-table-header small {
  color: #bfb1a0;
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.cce-mini-table-header strong {
  color: #fff8ec;
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.cce-mini-price {
  background: rgba(217, 185, 104, .12);
  border: 1px solid rgba(217, 185, 104, .22);
  border-radius: 999px;
  color: #fff8ec;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 9px;
  white-space: nowrap;
}

.cce-mini-action-primary {
  background: #d9b968;
  border-color: #d9b968;
  color: #151008;
}

.cce-mini-seat-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
}

.cce-mini-seat {
  background: rgba(16, 11, 18, .82);
  border: 1px solid rgba(217, 185, 104, .45);
  border-radius: 8px;
  color: #eadfcc;
  cursor: pointer;
  display: grid;
  gap: 2px;
  min-height: 46px;
  padding: 7px 8px;
  text-align: left;
}

.cce-mini-seat strong {
  color: #fff8ec;
  font-size: 13px;
}

.cce-mini-seat span {
  color: #bfb1a0;
  font-size: 11px;
}

.cce-mini-seat.is-selected {
  background: #d9b968;
  border-color: #f3d889;
  color: #151008;
}

.cce-mini-seat.is-selected strong,
.cce-mini-seat.is-selected span {
  color: #151008;
}

.cce-mini-seat:disabled {
  cursor: not-allowed;
  opacity: .48;
}

.cce-room-table.is-highlighted {
  animation: cce-table-highlight 1.35s ease;
}

@keyframes cce-table-highlight {
  0%,
  100% {
    box-shadow: 0 12px 30px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .08);
  }

  45% {
    box-shadow: 0 0 0 5px rgba(217, 185, 104, .34), 0 0 34px rgba(217, 185, 104, .34), 0 12px 30px rgba(0, 0, 0, .32);
  }
}

@media (max-width: 900px) {
  .cce-booking-experience {
    grid-template-columns: 1fr;
  }

  .cce-booking-side .cce-selection-summary {
    position: sticky;
    top: 12px;
  }
}

@media (max-width: 680px) {
  .cce-booking-experience {
    display: block;
  }

  .cce-booking-main {
    gap: 12px;
  }

  .cce-booking-side {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .cce-booking-side .cce-selection-summary {
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -18px 38px rgba(0, 0, 0, .38);
    margin: 0;
    max-height: 72vh;
    overflow: auto;
    pointer-events: auto;
    position: relative;
    top: auto;
  }

  .cce-booking-shell {
    padding-bottom: 170px;
  }

  .cce-map-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cce-map-control[data-cce-view="list"] {
    order: -2;
  }

  .cce-map-control[data-cce-view="map"] {
    order: -1;
  }

  .cce-vip-upsell,
  .cce-table-card-section-heading,
  .cce-mini-table-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cce-table-card-section-heading p {
    text-align: left;
  }

  .cce-table-card-grid {
    grid-template-columns: 1fr;
  }

  .cce-table-card-actions,
  .cce-mini-actions {
    grid-template-columns: 1fr;
  }

  .cce-seat-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
  }

  .cce-mini-seat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cce-booking-shell > .cce-customer-form,
  .cce-booking-shell > .cce-booking-summary {
    margin-top: 14px;
  }
}

/* Major booking page UX refinement */
.cce-booking-shell {
  max-width: 1360px;
}

.cce-booking-experience {
  grid-template-columns: minmax(0, 74fr) minmax(286px, 26fr);
}

.cce-booking-hero {
  grid-template-columns: minmax(132px, 210px) 1fr;
}

.cce-booking-details h2 {
  font-size: clamp(28px, 3.4vw, 46px);
}

.cce-booking-facts {
  gap: 8px;
}

.cce-booking-facts span {
  min-width: 0;
  padding: 8px 12px;
}

.cce-booking-facts .is-vip-price {
  border-color: rgba(196, 155, 255, .38);
  box-shadow: inset 0 0 0 1px rgba(143, 95, 209, .14);
}

.cce-ticket-types {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    #120d14;
  border: 1px solid rgba(217, 185, 104, .2);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .18);
  display: grid;
  gap: 12px;
  padding: 15px;
}

.cce-ticket-types .cce-section-heading h3 {
  font-size: 22px;
}

.cce-ticket-type-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.cce-ticket-type-card {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(217, 185, 104, .18);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.cce-ticket-type-card span {
  color: #d9b968;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cce-ticket-type-card strong {
  color: #fff8ec;
  font-size: 16px;
}

.cce-ticket-type-card p {
  color: #c9bdad;
  font-size: 13px;
  margin: 0;
}

.cce-ticket-type-card em {
  color: #f6e5bd;
  font-style: normal;
  font-weight: 900;
}

.cce-ticket-type-card small {
  color: #bfb1a0;
  font-size: 12px;
  font-weight: 800;
}

.cce-ticket-type-card.is-vip {
  background: linear-gradient(180deg, rgba(143, 95, 209, .16), rgba(255, 255, 255, .025));
  border-color: rgba(196, 155, 255, .4);
}

.cce-seat-section {
  padding: 14px;
}

.cce-seat-map-wrap {
  min-height: 600px;
  padding: 8px;
}

.cce-seat-map-helper {
  margin: 0 0 6px;
}

.cce-seat-map {
  margin: 8px;
}

.cce-map-controls {
  gap: 6px;
}

.cce-map-control {
  font-size: 12px;
  min-height: 31px;
  padding: 5px 8px;
}

.cce-map-control[data-cce-map-zoom],
.cce-map-control[data-cce-map-fit] {
  opacity: .82;
}

.cce-table-controls {
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
}

.cce-table-button {
  min-height: 42px;
  padding: 7px 8px;
}

.cce-table-button strong {
  font-size: 14px;
}

.cce-table-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.cce-table-card {
  gap: 9px;
  padding: 12px;
}

.cce-seat-list-header h4 {
  font-size: 22px;
}

.cce-seat-list-header strong {
  font-size: 11px;
}

.cce-mini-table-panel {
  border-width: 1px;
  padding: 14px;
}

.cce-mini-table-header strong {
  font-size: 25px;
}

.cce-mini-seat-grid {
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
}

.cce-booking-side .cce-selection-summary {
  border-radius: 8px;
  padding: 13px;
}

.cce-summary-bar strong {
  font-size: 17px;
}

.cce-summary-toggle {
  font-size: 12px;
  min-height: 30px;
  padding: 5px 8px;
}

.cce-selected-seats {
  display: grid;
  gap: 8px;
}

.cce-selected-seat-group {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(217, 185, 104, .16);
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 8px;
}

.cce-selected-seat-group strong {
  color: #fff8ec;
  font-size: 14px;
}

.cce-selected-seat-group span {
  color: #d8ccbc;
  font-size: 12px;
}

.cce-selected-seat-group em {
  color: #d9b968;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.cce-discount-panel {
  gap: 7px;
}

.cce-discount-panel label {
  font-size: 12px;
}

.cce-discount-panel input {
  min-height: 35px;
}

.cce-discount-apply {
  min-height: 35px;
}

.cce-price-breakdown {
  gap: 5px;
}

.cce-price-breakdown span,
.cce-price-breakdown strong {
  font-size: 13px;
}

.cce-price-breakdown .cce-total,
.cce-selection-summary .cce-total {
  font-size: 20px;
}

.cce-show-info {
  margin-bottom: 8px;
}

@media (max-width: 1180px) {
  .cce-booking-experience {
    grid-template-columns: minmax(0, 68fr) minmax(278px, 32fr);
  }

  .cce-seat-map-wrap {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .cce-booking-experience {
    grid-template-columns: 1fr;
  }

  .cce-booking-side .cce-selection-summary {
    position: sticky;
  }
}

@media (max-width: 680px) {
  .cce-booking-hero {
    grid-template-columns: 96px 1fr;
  }

  .cce-booking-media {
    aspect-ratio: 1 / 1;
    max-height: 112px;
  }

  .cce-booking-details h2 {
    font-size: 24px;
  }

  .cce-ticket-types {
    padding: 12px;
  }

  .cce-ticket-type-grid {
    grid-template-columns: 1fr;
  }

  .cce-seat-map-wrap {
    height: 470px;
    min-height: 390px;
    padding: 7px;
  }

  .cce-seat-map {
    margin: 6px;
  }

  .cce-map-control {
    font-size: 11px;
    min-height: 34px;
  }

  .cce-table-controls {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cce-table-button span {
    display: none;
  }

  .cce-mini-table-panel {
    margin-bottom: 10px;
  }

  .cce-mini-seat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cce-selected-seat-group {
    padding: 7px;
  }
}


/* Customer booking polish: table-first while keeping the seating plan visible */
.cce-booking-steps {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(217, 185, 104, .18);
  border-radius: 12px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
}

.cce-booking-steps span {
  align-items: center;
  color: #cfc1b1;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

.cce-booking-steps strong {
  align-items: center;
  background: rgba(217, 185, 104, .14);
  border: 1px solid rgba(217, 185, 104, .34);
  border-radius: 999px;
  color: #fff8ec;
  display: inline-flex;
  height: 25px;
  justify-content: center;
  min-width: 25px;
}

.cce-booking-steps .is-active strong {
  background: #d9b968;
  color: #140f09;
}

.cce-seat-guidance {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin: 12px 0;
}

.cce-seat-guidance span {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(217, 185, 104, .16);
  border-radius: 10px;
  color: #d8ccbc;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px;
}

.cce-ticket-type-card.is-vip {
  position: relative;
}

.cce-ticket-type-card.is-vip::after {
  background: rgba(217, 185, 104, .16);
  border: 1px solid rgba(217, 185, 104, .34);
  border-radius: 999px;
  color: #fff8ec;
  content: 'Best view';
  font-size: 11px;
  font-weight: 900;
  padding: 5px 8px;
  position: absolute;
  right: 12px;
  top: 12px;
  text-transform: uppercase;
}

.cce-summary-empty {
  background: rgba(255, 255, 255, .035);
  border: 1px dashed rgba(217, 185, 104, .28);
  border-radius: 10px;
  display: grid;
  gap: 5px;
  padding: 12px;
}

.cce-summary-empty strong {
  color: #fff8ec;
  font-size: 14px;
}

.cce-summary-empty span,
.cce-summary-empty small {
  color: #cdbfad;
  line-height: 1.35;
}

.cce-seat-map-helper {
  align-items: center;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(217, 185, 104, .16);
  border-radius: 10px;
  display: flex;
  gap: 8px;
  margin: 0 0 10px;
  padding: 10px 12px;
}

.cce-seat-map-helper strong {
  color: #fff8ec;
  white-space: nowrap;
}

.cce-mini-table-panel {
  margin: 12px 0;
}

.cce-seat-section .cce-seat-map-wrap {
  margin-top: 12px;
}

.cce-booking-side .cce-selection-summary {
  box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
}

.cce-continue-button:not(:disabled) {
  box-shadow: 0 0 0 1px rgba(217, 185, 104, .34), 0 12px 24px rgba(217, 185, 104, .12);
}

@media (max-width: 900px) {
  .cce-booking-steps,
  .cce-seat-guidance {
    grid-template-columns: 1fr;
  }

  .cce-booking-steps span {
    justify-content: flex-start;
  }

  .cce-seat-map-helper {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Frontend information and selection refinements */
.cce-event-info-card {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(217,185,104,.20);
  border-radius: 10px;
  color: #e7dcca;
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 12px 14px;
}

.cce-event-info-card strong {
  color: #fff8ec;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.cce-event-info-card p {
  margin: 0;
}

.cce-event-info-card span {
  color: #d9b968;
  font-weight: 800;
}

.cce-show-info-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(180px, 280px) 1fr;
  padding-top: 14px;
}

.cce-show-info-image img {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(217,185,104,.24);
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cce-show-info-content {
  display: grid;
  gap: 10px;
}

.cce-show-info-content h3 {
  color: #fff8ec;
  margin: 0;
}

.cce-selected-seat-heading {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.cce-selected-seat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.cce-remove-seat,
.cce-remove-table,
.cce-clear-selection {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(217,185,104,.25);
  border-radius: 999px;
  color: #fff8ec;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
}

.cce-remove-seat:hover,
.cce-remove-table:hover,
.cce-clear-selection:hover {
  background: rgba(217,185,104,.16);
  border-color: rgba(217,185,104,.55);
}

.cce-remove-table {
  color: #d9b968;
  white-space: nowrap;
}

.cce-clear-selection {
  justify-self: start;
  margin-top: 2px;
}

@media (max-width: 760px) {
  .cce-show-info-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile-first booking flow refinement */
@media (max-width: 680px) {
  .cce-booking-shell {
    padding: 10px 10px 104px !important;
  }

  .cce-booking-experience {
    display: block !important;
  }

  .cce-booking-main {
    gap: 10px !important;
  }

  .cce-booking-hero {
    grid-template-columns: 82px 1fr !important;
    padding: 10px !important;
  }

  .cce-booking-media {
    max-height: 92px !important;
  }

  .cce-booking-details h2 {
    font-size: 22px !important;
    line-height: 1.06 !important;
  }

  .cce-booking-meta {
    font-size: 12px !important;
    gap: 4px 8px !important;
  }

  .cce-booking-facts {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 8px !important;
  }

  .cce-booking-facts span {
    border-radius: 10px !important;
    font-size: 12px !important;
    padding: 7px 8px !important;
  }

  .cce-booking-steps {
    gap: 4px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    padding: 6px !important;
    position: sticky;
    top: 0;
    z-index: 12;
  }

  .cce-booking-steps span {
    font-size: 9px !important;
    gap: 3px !important;
    line-height: 1.1 !important;
  }

  .cce-booking-steps strong {
    height: 20px !important;
    min-width: 20px !important;
  }

  .cce-booking-steps .is-complete strong {
    background: rgba(217, 185, 104, .34);
    color: #fff8ec;
  }

  .cce-ticket-types {
    padding: 10px !important;
  }

  .cce-ticket-types .cce-section-heading h3 {
    font-size: 18px !important;
  }

  .cce-ticket-type-card {
    gap: 4px !important;
    padding: 10px !important;
  }

  .cce-ticket-type-card p {
    font-size: 12px !important;
  }

  .cce-seat-section {
    padding: 10px !important;
  }

  .cce-seat-section .cce-section-heading h3 {
    font-size: 20px !important;
  }

  .cce-seat-section .cce-section-heading p,
  .cce-seat-guidance {
    font-size: 13px !important;
  }

  .cce-seat-guidance {
    display: none !important;
  }

  .cce-vip-upsell {
    padding: 9px 10px !important;
  }

  .cce-seat-toolbar .cce-seat-legend,
  .cce-seat-toolbar .cce-table-controls {
    display: none !important;
  }

  .cce-map-controls {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 8px !important;
  }

  .cce-map-control {
    border-radius: 999px !important;
    font-size: 12px !important;
    min-height: 38px !important;
  }

  .cce-seat-list-view {
    display: grid;
    gap: 10px;
  }

  .cce-seat-list-view[hidden] {
    display: none !important;
  }

  .cce-table-card-grid {
    grid-template-columns: 1fr !important;
  }

  .cce-table-card {
    padding: 11px !important;
  }

  .cce-seat-list-header h4 {
    font-size: 20px !important;
  }

  .cce-seat-list-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .cce-seat-list-button {
    min-height: 38px !important;
  }

  .cce-mini-table-panel {
    border-color: rgba(217, 185, 104, .5) !important;
    position: relative;
  }

  .cce-mini-table-header strong {
    font-size: 22px !important;
  }

  .cce-mini-seat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .cce-mini-seat {
    min-height: 44px !important;
    padding: 7px !important;
  }

  .cce-seat-map-wrap {
    height: 360px !important;
    min-height: 360px !important;
    padding: 6px !important;
  }

  .cce-seat-map-helper {
    font-size: 12px !important;
    line-height: 1.35 !important;
    padding: 8px 9px !important;
  }

  .cce-seat-map {
    margin: 4px !important;
  }

  .cce-booking-side {
    bottom: 0 !important;
    left: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    right: 0 !important;
    z-index: 50 !important;
  }

  .cce-booking-side .cce-selection-summary {
    border-radius: 14px 14px 0 0 !important;
    margin: 0 !important;
    max-height: 76vh !important;
    overflow: auto !important;
    padding: 9px 10px 10px !important;
    pointer-events: auto !important;
    position: relative !important;
    top: auto !important;
  }

  .cce-selection-summary .cce-summary-bar {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: space-between !important;
  }

  .cce-selection-summary .cce-summary-bar strong {
    font-size: 14px !important;
  }

  .cce-selection-summary .cce-selected-count {
    font-size: 12px !important;
  }

  .cce-selection-summary:not(.is-expanded) .cce-selected-seats,
  .cce-selection-summary:not(.is-expanded) .cce-discount-panel,
  .cce-selection-summary:not(.is-expanded) .cce-hold-timer,
  .cce-selection-summary:not(.is-expanded) .cce-subtotal,
  .cce-selection-summary:not(.is-expanded) .cce-discount-total {
    display: none !important;
  }

  .cce-selection-summary .cce-price-breakdown {
    margin-top: 8px !important;
  }

  .cce-selection-summary:not(.is-expanded) .cce-price-breakdown {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
  }

  .cce-selection-summary .cce-total {
    font-size: 18px !important;
  }

  .cce-selection-summary .cce-continue-button {
    border-radius: 10px !important;
    min-height: 44px !important;
    width: 100% !important;
  }

  .cce-selection-summary.is-expanded .cce-selected-seats {
    display: grid !important;
    max-height: 190px !important;
    overflow: auto !important;
  }

  .cce-selection-summary.is-expanded .cce-discount-panel,
  .cce-selection-summary.is-expanded .cce-hold-timer {
    display: grid !important;
  }

  .cce-customer-form {
    margin-bottom: 18px !important;
  }
}

@media (max-width: 390px) {
  .cce-booking-facts {
    grid-template-columns: 1fr !important;
  }

  .cce-mini-seat-grid,
  .cce-seat-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile booking hero refinement: image first, details below */
@media (max-width: 680px) {
  .cce-booking-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  .cce-booking-media {
    aspect-ratio: 16 / 9 !important;
    max-height: none !important;
    min-height: 150px !important;
    width: 100% !important;
  }

  .cce-booking-details {
    align-content: start !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .cce-booking-details h2 {
    font-size: 25px !important;
    line-height: 1.08 !important;
  }

  .cce-booking-meta {
    display: grid !important;
    gap: 4px !important;
    font-size: 13px !important;
  }

  .cce-booking-facts {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .cce-booking-facts span {
    min-width: 0 !important;
    padding: 9px 10px !important;
  }
}

@media (max-width: 390px) {
  .cce-booking-media {
    min-height: 138px !important;
  }

  .cce-booking-details h2 {
    font-size: 23px !important;
  }
}

/* Mobile booking app polish: table-first, shorter first screen, compact basket */
@media (max-width: 680px) {
  .cce-booking-shell {
    padding-bottom: 86px !important;
  }

  .cce-booking-media {
    min-height: 190px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  .cce-booking-image {
    border-radius: 16px !important;
    width: 100% !important;
  }

  .cce-event-info-card {
    position: relative !important;
    overflow: hidden !important;
  }

  .cce-event-info-card.is-collapsed {
    max-height: 190px !important;
  }

  .cce-event-info-card.is-collapsed::after {
    background: linear-gradient(180deg, rgba(43, 28, 38, 0), rgba(43, 28, 38, .98) 70%) !important;
    bottom: 0 !important;
    content: '' !important;
    height: 64px !important;
    left: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
  }

  .cce-event-info-card.is-expanded {
    max-height: none !important;
  }

  .cce-read-more {
    background: rgba(217, 185, 104, .95) !important;
    border: 0 !important;
    border-radius: 999px !important;
    bottom: 10px !important;
    color: #140912 !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    padding: 7px 12px !important;
    position: absolute !important;
    right: 10px !important;
    z-index: 2 !important;
  }

  .cce-event-info-card.is-expanded .cce-read-more {
    position: static !important;
    justify-self: start !important;
    margin-top: 8px !important;
  }

  .cce-ticket-types {
    margin-top: 8px !important;
  }

  .cce-ticket-type-grid {
    grid-template-columns: 1fr !important;
  }

  .cce-ticket-type-card {
    border-radius: 14px !important;
  }

  .cce-seat-section {
    margin-top: 8px !important;
  }

  .cce-seat-section .cce-section-heading p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .cce-vip-upsell {
    display: none !important;
  }

  .cce-map-controls {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .cce-map-control {
    font-size: 11px !important;
    min-height: 34px !important;
    padding: 7px 6px !important;
  }

  .cce-map-control[data-cce-map-zoom="in"],
  .cce-map-control[data-cce-map-zoom="out"] {
    display: none !important;
  }

  .cce-table-card-section-heading {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 7px !important;
  }

  .cce-table-card-section-heading p {
    font-size: 11px !important;
    margin: 0 !important;
    text-align: right !important;
  }

  .cce-table-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .cce-table-card {
    border-radius: 14px !important;
    padding: 9px !important;
  }

  .cce-seat-list-header {
    align-items: flex-start !important;
    gap: 6px !important;
  }

  .cce-seat-list-header h4 {
    font-size: 17px !important;
    margin: 0 !important;
  }

  .cce-seat-list-header p {
    display: none !important;
  }

  .cce-seat-list-header > strong {
    border-radius: 999px !important;
    font-size: 10px !important;
    padding: 4px 6px !important;
    white-space: nowrap !important;
  }

  .cce-table-card-meta {
    display: grid !important;
    gap: 3px !important;
    grid-template-columns: 1fr !important;
    margin-top: 6px !important;
  }

  .cce-table-card-meta span {
    font-size: 11px !important;
    padding: 3px 0 !important;
  }

  .cce-table-card-meta span:nth-child(3) {
    display: none !important;
  }

  .cce-table-card-actions {
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: 1fr !important;
    margin-top: 8px !important;
  }

  .cce-seat-list-select,
  .cce-seat-list-map {
    border-radius: 9px !important;
    min-height: 34px !important;
    padding: 7px 8px !important;
  }

  .cce-seat-list-map {
    display: none !important;
  }

  .cce-seat-list-grid[hidden] {
    display: none !important;
  }

  .cce-seat-list-grid {
    margin-top: 8px !important;
  }

  .cce-mini-table-panel {
    margin: 10px 0 !important;
    padding: 10px !important;
    scroll-margin-top: 76px !important;
  }

  .cce-mini-table-header {
    align-items: start !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 1fr !important;
  }

  .cce-mini-table-header strong {
    font-size: 20px !important;
  }

  .cce-mini-price {
    justify-self: start !important;
  }

  .cce-mini-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .cce-seat-map-wrap {
    height: 300px !important;
    min-height: 300px !important;
  }

  .cce-seat-map-helper {
    margin-bottom: 6px !important;
  }

  .cce-booking-side .cce-selection-summary {
    background: linear-gradient(180deg, rgba(35, 21, 32, .98), rgba(22, 12, 20, .99)) !important;
    border-top: 1px solid rgba(217, 185, 104, .45) !important;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, .42) !important;
    max-height: 70vh !important;
    padding: 8px 10px 9px !important;
  }

  .cce-selection-summary .cce-summary-bar strong {
    font-size: 13px !important;
  }

  .cce-summary-toggle {
    min-height: 30px !important;
    padding: 5px 9px !important;
  }

  .cce-selection-summary:not(.is-expanded) .cce-price-breakdown {
    margin-top: 6px !important;
  }

  .cce-selection-summary .cce-total {
    font-size: 16px !important;
  }

  .cce-selection-summary .cce-continue-button {
    min-height: 40px !important;
    padding: 9px !important;
  }
}

@media (max-width: 390px) {
  .cce-table-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Seating preview and cleaner interactive map flow */
.cce-booking-shell {
  overflow-x: hidden;
}

.cce-seating-preview {
  background: linear-gradient(135deg, rgba(214, 168, 79, .10), rgba(141, 75, 224, .08));
  border: 1px solid rgba(214, 168, 79, .24);
  border-radius: 14px;
  margin: 0 0 18px;
  padding: 18px;
}

.cce-seating-preview .cce-section-heading {
  margin-bottom: 12px;
}

.cce-seating-preview-link {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(214, 168, 79, .22);
  border-radius: 12px;
  color: var(--cce-accent, #d6a84f);
  display: block;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.cce-seating-preview-image {
  border-radius: 10px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 420px;
  object-fit: contain;
  width: 100%;
}

.cce-seating-preview-link span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 8px;
  text-transform: uppercase;
}

.cce-seat-map-wrap {
  max-width: 100%;
  overflow: hidden !important;
}

.cce-seat-map-wrap[hidden],
.cce-seat-list-view[hidden] {
  display: none !important;
}

.cce-seat-canvas,
.cce-seat-map {
  max-width: none;
}

.cce-seat-map-helper {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(214, 168, 79, .18);
  border-radius: 8px;
  padding: 10px 12px;
}

@media (max-width: 680px) {
  .cce-seating-preview {
    margin-bottom: 14px;
    padding: 14px;
  }

  .cce-seating-preview-image {
    max-height: 300px;
  }

  .cce-seat-map-wrap {
    max-height: 430px;
    min-height: 260px;
  }
}


/* Tight visible interactive seating map: keep it useful without empty scroll/gaps */
.cce-seat-section .cce-seat-map-wrap {
  display: block;
  height: clamp(340px, 38vw, 500px) !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 8px !important;
}

.cce-seat-section .cce-seat-map-helper {
  margin-bottom: 6px !important;
}

.cce-seat-section .cce-seat-canvas {
  margin: 0 auto !important;
}

.cce-seat-section .cce-seat-map {
  margin: 4px !important;
}

.cce-seat-section .cce-seat-map-wrap[hidden],
.cce-seat-list-view[hidden] {
  display: none !important;
}

@media (min-width: 901px) {
  .cce-seat-section .cce-seat-map-wrap {
    height: clamp(360px, 35vw, 480px) !important;
  }
}

@media (max-width: 680px) {
  .cce-seat-section .cce-seat-map-wrap {
    height: 300px !important;
    min-height: 0 !important;
    padding: 6px !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    font-size: 11px !important;
    line-height: 1.3 !important;
    padding: 7px 8px !important;
  }
}


/* Desktop seating-map/table-card refinement */
@media (min-width: 901px) {
  /* Keep the uploaded JPEG as a compact reference link on desktop so the
     interactive map remains the main seating tool. */
  .cce-seating-preview {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 13px 16px;
  }

  .cce-seating-preview .cce-section-heading {
    margin: 0;
  }

  .cce-seating-preview .cce-section-heading h3 {
    font-size: 18px;
  }

  .cce-seating-preview .cce-section-heading p {
    font-size: 13px;
  }

  .cce-seating-preview-link {
    min-width: 190px;
    padding: 9px 12px;
  }

  .cce-seating-preview-image {
    display: none !important;
  }

  .cce-seating-preview-link span {
    margin: 0;
  }

  /* The interactive map should be open by default and have enough top
     breathing room so seats/features do not clip the heading/helper area. */
  .cce-seat-section .cce-seat-map-wrap {
    height: clamp(430px, 38vw, 560px) !important;
    padding: 16px 12px 12px !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    margin: 0 0 12px !important;
  }

  .cce-seat-section .cce-seat-canvas {
    padding-top: 10px !important;
  }

  /* When customers switch to table cards, keep them tidy in two columns
     instead of squeezing/cutting a third column beside the sticky basket. */
  .cce-table-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cce-seat-list-view {
    overflow: visible !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .cce-table-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Deep desktop/mobile booking-page polish pass */
.cce-booking-experience {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.cce-booking-main,
.cce-seat-section,
.cce-seat-list-view,
.cce-table-card-grid,
.cce-table-card,
.cce-seat-list-group {
  min-width: 0;
}

/* Discount code: no overlap, clean two-column layout on desktop. */
.cce-discount-panel {
  align-items: end !important;
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
}

.cce-discount-panel label,
.cce-discount-panel input {
  min-width: 0 !important;
  width: 100% !important;
}

.cce-discount-apply {
  align-self: end !important;
  border-radius: 999px !important;
  min-width: 76px !important;
  white-space: nowrap !important;
}

/* Desktop: make the event copy useful but not a wall of text. */
@media (min-width: 681px) {
  .cce-event-info-card {
    position: relative;
    overflow: hidden;
  }

  .cce-event-info-card.is-collapsed {
    max-height: 178px;
  }

  .cce-event-info-card.is-collapsed::after {
    background: linear-gradient(180deg, rgba(35, 25, 34, 0), rgba(35, 25, 34, .98) 70%);
    bottom: 0;
    content: '';
    height: 58px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }

  .cce-event-info-card.is-expanded {
    max-height: none;
  }

  .cce-event-info-card .cce-read-more {
    background: rgba(217, 185, 104, .96);
    border: 0;
    border-radius: 999px;
    bottom: 10px;
    color: #140912;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 12px;
    position: absolute;
    right: 10px;
    z-index: 2;
  }

  .cce-event-info-card.is-expanded .cce-read-more {
    position: static;
    justify-self: start;
    margin-top: 8px;
  }
}

/* Desktop: the uploaded JPEG is a compact reference, the interactive map is the main plan. */
@media (min-width: 901px) {
  .cce-seating-preview {
    align-items: center !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 14px !important;
    padding: 12px 16px !important;
  }

  .cce-seating-preview-image {
    display: none !important;
  }

  .cce-seating-preview-link {
    min-width: 190px !important;
    padding: 9px 14px !important;
  }

  .cce-seating-preview-link span {
    margin: 0 !important;
  }

  .cce-seat-section {
    display: grid !important;
  }

  .cce-seat-section .cce-map-controls { order: 10; }
  .cce-seat-section .cce-seat-map-wrap { order: 20; }
  .cce-seat-section .cce-mini-table-panel { order: 30; }
  .cce-seat-section .cce-seat-list-view { order: 40; }

  .cce-seat-section .cce-seat-map-wrap {
    height: clamp(430px, 37vw, 560px) !important;
    margin-top: 6px !important;
    overflow: hidden !important;
    padding: 18px 14px 14px !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    margin: 0 0 14px !important;
  }

  .cce-seat-section .cce-seat-canvas {
    padding-top: 14px !important;
  }

  .cce-table-card-section {
    margin-top: 14px !important;
  }

  .cce-table-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
  }

  .cce-table-card {
    border: 1px solid rgba(217, 185, 104, .22) !important;
    box-sizing: border-box !important;
    padding: 12px !important;
  }

  .cce-table-card.is-vip {
    border-color: rgba(154, 91, 229, .62) !important;
    box-shadow: inset 0 0 0 1px rgba(154, 91, 229, .18), 0 14px 28px rgba(0,0,0,.18) !important;
  }

  .cce-seat-list-header {
    align-items: start !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr auto !important;
  }

  .cce-seat-list-header h4,
  .cce-seat-list-header p,
  .cce-seat-list-header span {
    overflow-wrap: anywhere !important;
  }

  .cce-seat-list-grid[hidden] {
    display: none !important;
  }

  .cce-seat-list-grid {
    grid-template-columns: repeat(auto-fit, minmax(44px, 1fr)) !important;
  }

  .cce-table-card-actions {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .cce-booking-experience {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 320px) !important;
  }

  .cce-table-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Selection panel: more useful empty state and reliable sticky behaviour. */
.cce-booking-side .cce-selection-summary {
  position: sticky !important;
  top: 18px !important;
}

.cce-summary-empty {
  border: 1px dashed rgba(217, 185, 104, .24);
  border-radius: 10px;
  display: grid;
  gap: 6px;
  padding: 10px;
}

.cce-selected-seat-heading {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.cce-selected-seat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cce-remove-seat,
.cce-remove-table,
.cce-clear-selection {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(217, 185, 104, .22);
  border-radius: 999px;
  color: #f7f0e5;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 8px;
}

.cce-clear-selection {
  border-radius: 10px;
  justify-self: start;
  margin-top: 2px;
}

/* Venue info should be helpful, not hidden away. */
.cce-show-info[open] {
  background: rgba(255, 255, 255, .045);
}

.cce-show-info-grid {
  align-items: start;
}

/* Related events are useful, but should not dominate the page. */
.cce-events-shell .cce-events-header h2,
.cce-booking-shell + .cce-events-shell .cce-events-header h2 {
  font-size: clamp(22px, 3vw, 34px);
}

.cce-events-list .cce-event-media {
  aspect-ratio: 16 / 6.8;
  max-height: 330px;
}

.cce-events-list .cce-event-body {
  gap: 8px;
  padding: 14px;
}

/* Mobile keeps the map available but prevents the basket and discount form fighting for space. */
@media (max-width: 900px) {
  .cce-booking-experience {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .cce-discount-panel {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
}

@media (max-width: 680px) {
  .cce-discount-panel {
    grid-template-columns: 1fr !important;
  }

  .cce-discount-apply {
    justify-self: stretch !important;
    width: 100% !important;
  }

  .cce-selection-summary:not(.is-expanded) .cce-discount-panel {
    display: none !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: 300px !important;
    padding-top: 10px !important;
  }

  .cce-events-list .cce-event-media {
    aspect-ratio: 16 / 8;
  }
}

/* Wide desktop layout + reliable sticky selection panel pass */
@media (min-width: 1181px) {
  .cce-booking-shell {
    width: min(1560px, calc(100vw - 96px)) !important;
    max-width: 1560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cce-booking-experience {
    align-items: start !important;
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 385px) !important;
  }

  .cce-booking-main {
    max-width: none !important;
    min-width: 0 !important;
  }

  .cce-booking-side {
    align-self: start !important;
    position: sticky !important;
    top: 96px !important;
    z-index: 20 !important;
  }

  .cce-booking-side .cce-selection-summary {
    position: relative !important;
    top: auto !important;
    max-height: calc(100vh - 120px) !important;
    overflow: auto !important;
  }

  .cce-booking-hero {
    grid-template-columns: minmax(190px, 300px) minmax(0, 1fr) !important;
  }

  .cce-booking-media {
    max-height: 250px !important;
  }

  .cce-ticket-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cce-table-controls {
    grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)) !important;
  }

  .cce-table-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: start !important;
  }

  .cce-table-card {
    min-width: 0 !important;
    overflow: visible !important;
  }

  .cce-table-card .cce-seat-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)) !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: clamp(460px, 34vw, 600px) !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .cce-booking-shell {
    width: min(1120px, calc(100vw - 48px)) !important;
    max-width: 1120px !important;
  }

  .cce-booking-side {
    align-self: start !important;
    position: sticky !important;
    top: 86px !important;
  }

  .cce-booking-side .cce-selection-summary {
    position: relative !important;
    top: auto !important;
  }
}

/* Discount input spacing safeguard for all desktop/tablet widths. */
@media (min-width: 681px) {
  .cce-discount-panel {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .cce-discount-panel label {
    display: grid !important;
    gap: 5px !important;
  }

  .cce-discount-panel input {
    padding-right: 12px !important;
  }

  .cce-discount-apply {
    position: static !important;
  }
}

/* Final desktop centring, sticky basket and map clearance fix */
@media (min-width: 901px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .cce-booking-shell,
  .cce-events-shell {
    box-sizing: border-box !important;
    width: min(1320px, calc(100vw - 64px)) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cce-booking-experience {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px) !important;
    gap: 22px !important;
    align-items: start !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .cce-booking-main {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .cce-booking-side {
    align-self: start !important;
    min-width: 0 !important;
    max-width: 340px !important;
    position: sticky !important;
    top: 88px !important;
    z-index: 20 !important;
  }

  .cce-booking-side .cce-selection-summary {
    position: relative !important;
    top: auto !important;
    max-height: calc(100vh - 112px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 18px 18px 22px !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    margin: 0 0 18px !important;
    position: relative !important;
    z-index: 3 !important;
  }

  .cce-seat-section .cce-seat-canvas {
    box-sizing: border-box !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 22px 0 0 !important;
    width: 100% !important;
  }

  .cce-seat-section .cce-seat-map {
    box-sizing: border-box !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .cce-table-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }

  .cce-table-card-section,
  .cce-seat-list-view,
  .cce-table-card-grid {
    overflow: visible !important;
    max-width: 100% !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .cce-booking-shell,
  .cce-events-shell {
    width: min(1120px, calc(100vw - 40px)) !important;
  }

  .cce-booking-experience {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 320px) !important;
  }
}

@media (max-width: 900px) {
  .cce-booking-shell,
  .cce-events-shell {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Repair pass: restore centred desktop layout, tidy cards, reliable sticky basket */
@media (min-width: 901px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .cce-booking-shell,
  .cce-events-shell {
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1180px !important;
    overflow: visible !important;
    width: min(1180px, calc(100vw - 56px)) !important;
  }

  .cce-booking-experience {
    align-items: start !important;
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: minmax(0, 1fr) 300px !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .cce-booking-main,
  .cce-seat-section,
  .cce-seat-list-view,
  .cce-table-card-section,
  .cce-table-card-grid {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .cce-booking-side {
    align-self: start !important;
    max-width: 300px !important;
    min-width: 0 !important;
    overflow: visible !important;
    position: sticky !important;
    top: 92px !important;
    z-index: 25 !important;
  }

  .cce-booking-side .cce-selection-summary {
    max-height: calc(100vh - 115px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: static !important;
    top: auto !important;
  }

  .cce-booking-hero {
    grid-template-columns: minmax(170px, 260px) minmax(0, 1fr) !important;
  }

  .cce-booking-media {
    max-height: 235px !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 16px !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    margin: 0 0 14px !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .cce-seat-section .cce-seat-canvas {
    display: block !important;
    margin: 0 auto !important;
    padding-top: 16px !important;
    width: 100% !important;
  }

  .cce-seat-section .cce-seat-map {
    margin: 0 auto !important;
    max-width: 100% !important;
  }

  .cce-table-card-grid {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)) !important;
  }

  .cce-table-card {
    box-sizing: border-box !important;
    display: grid !important;
    gap: 7px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 10px !important;
  }

  .cce-seat-list-header {
    display: grid !important;
    gap: 5px !important;
    grid-template-columns: 1fr !important;
  }

  .cce-seat-list-header h4 {
    font-size: 18px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  .cce-seat-list-header p {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    overflow: hidden !important;
  }

  .cce-seat-list-header > strong {
    justify-self: start !important;
  }

  .cce-table-card-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  .cce-table-card-meta span {
    font-size: 11px !important;
    padding: 4px 6px !important;
  }

  .cce-table-card:not(.is-active):not(.is-selected) .cce-seat-list-grid {
    display: none !important;
  }

  .cce-table-card-actions {
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: 1fr !important;
  }

  .cce-seat-list-select,
  .cce-seat-list-map {
    box-sizing: border-box !important;
    min-height: 36px !important;
    padding: 8px 9px !important;
    width: 100% !important;
  }

  .cce-seat-list-grid {
    gap: 5px !important;
    grid-template-columns: repeat(auto-fit, minmax(34px, 1fr)) !important;
  }

  .cce-seat-list-button {
    min-height: 30px !important;
    padding: 5px !important;
  }
}

@media (min-width: 1280px) {
  .cce-booking-shell,
  .cce-events-shell {
    max-width: 1240px !important;
    width: min(1240px, calc(100vw - 72px)) !important;
  }

  .cce-booking-experience {
    grid-template-columns: minmax(0, 1fr) 315px !important;
  }

  .cce-booking-side {
    max-width: 315px !important;
  }
}


/* Final desktop booking layout repair: centred width, real sticky basket, contained cards */
@media (min-width: 901px) {
  body.cce-booking-page,
  .cce-booking-page {
    overflow-x: hidden !important;
  }

  .cce-booking-shell,
  .cce-events-shell {
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1160px !important;
    width: min(1160px, calc(100vw - 72px)) !important;
    overflow: visible !important;
  }

  .cce-booking-experience {
    align-items: start !important;
    display: grid !important;
    gap: 20px !important;
    grid-template-columns: minmax(0, 780px) 300px !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .cce-booking-main {
    min-width: 0 !important;
    max-width: 780px !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .cce-booking-side {
    align-self: start !important;
    max-height: calc(100vh - 96px) !important;
    min-width: 0 !important;
    overflow-y: auto !important;
    position: sticky !important;
    top: 84px !important;
    z-index: 30 !important;
  }

  body.admin-bar .cce-booking-side {
    max-height: calc(100vh - 130px) !important;
    top: 116px !important;
  }

  .cce-booking-side .cce-selection-summary {
    position: static !important;
    top: auto !important;
    width: 100% !important;
  }

  .cce-table-card-section,
  .cce-seat-list-view {
    overflow: hidden !important;
    max-width: 100% !important;
  }

  .cce-table-card-grid {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr)) !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .cce-table-card {
    box-sizing: border-box !important;
    min-width: 0 !important;
    padding: 10px !important;
    overflow: hidden !important;
  }

  .cce-table-card:not(.is-active):not(.is-selected) .cce-seat-list-grid,
  .cce-table-card:not(.is-active):not(.is-selected) .cce-table-card-actions {
    display: none !important;
  }

  .cce-seat-list-header {
    display: grid !important;
    gap: 5px !important;
    grid-template-columns: 1fr !important;
  }

  .cce-seat-list-header h4 {
    font-size: 18px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
  }

  .cce-seat-list-header p {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    overflow: hidden !important;
  }

  .cce-table-card-meta {
    gap: 5px !important;
  }

  .cce-table-card-meta span {
    font-size: 11px !important;
    padding: 4px 6px !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 18px 14px 16px !important;
  }

  .cce-seat-section .cce-seat-canvas {
    display: block !important;
    margin: 0 auto !important;
    padding-top: 18px !important;
    width: 100% !important;
  }

  .cce-seat-section .cce-seat-map {
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}


/* Reliable floating basket: replaces fragile desktop sticky behaviour. */
.cce-booking-side .cce-selection-summary {
  position: static !important;
  top: auto !important;
}

.cce-floating-basket {
  align-items: center;
  background: rgba(22, 16, 24, .96);
  border: 1px solid rgba(217, 185, 104, .45);
  border-radius: 18px 18px 0 0;
  bottom: 0;
  box-shadow: 0 -18px 45px rgba(0, 0, 0, .34);
  color: #f7f0e5;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  left: 50%;
  max-width: min(980px, calc(100vw - 28px));
  padding: 12px 14px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}

.cce-floating-basket[hidden] {
  display: none !important;
}

.cce-floating-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.cce-floating-main {
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
}

.cce-floating-sub {
  color: #d8c7b3;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cce-floating-details,
.cce-floating-continue {
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  min-height: 40px;
  padding: 9px 13px;
}

.cce-floating-details {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(217, 185, 104, .32);
  color: #f7f0e5;
}

.cce-floating-continue {
  background: var(--cce-accent, #d6a84f);
  border: 0;
  color: #141016;
}

.cce-floating-continue:disabled {
  cursor: not-allowed;
  opacity: .62;
}

@media (min-width: 901px) {
  .cce-booking-shell {
    padding-bottom: 82px;
  }
}

@media (max-width: 900px) {
  .cce-floating-basket {
    max-width: none;
    width: 100%;
    border-radius: 16px 16px 0 0;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 0;
    padding: 10px;
    transform: none;
  }
  .cce-floating-details {
    display: none;
  }
  .cce-floating-continue {
    min-width: 132px;
  }
}

@media (max-width: 430px) {
  .cce-floating-basket {
    gap: 8px;
  }
  .cce-floating-main {
    font-size: 14px;
  }
  .cce-floating-sub {
    font-size: 12px;
  }
  .cce-floating-continue {
    min-width: 112px;
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* Simple world-class booking flow repair: one table selector, one seat panel, one map. */
@media (min-width: 901px) {
  .cce-booking-shell {
    max-width: 1180px !important;
    margin-inline: auto !important;
    padding-bottom: 32px !important;
  }

  .cce-booking-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 20px !important;
    align-items: start !important;
  }

  .cce-booking-side {
    align-self: start !important;
  }

  .cce-booking-side .cce-selection-summary {
    position: static !important;
    top: auto !important;
  }
}

/* The floating basket caused confusion on desktop; keep it as a mobile safety net only. */
@media (min-width: 901px) {
  .cce-floating-basket {
    display: none !important;
  }
}

/* Avoid showing two competing table-selection systems at once. */
.cce-seat-list-view[hidden] {
  display: none !important;
}

.cce-seat-list-view {
  margin-top: 14px;
}

.cce-seat-section .cce-table-controls {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
}

.cce-table-button {
  min-height: 56px;
}

.cce-table-button.is-active,
.cce-table-button:focus-visible {
  box-shadow: 0 0 0 2px rgba(217, 185, 104, .55);
  outline: none;
}

.cce-mini-table-panel {
  margin-top: 14px;
  border-width: 2px;
}

.cce-seat-action-notice {
  background: rgba(217, 185, 104, .12);
  border: 1px solid rgba(217, 185, 104, .32);
  border-radius: 10px;
  color: #f8eedc;
  font-weight: 800;
  margin: 10px 0 14px;
  padding: 11px 12px;
}

.cce-seat-action-notice.is-success {
  background: rgba(55, 170, 100, .14);
  border-color: rgba(99, 220, 143, .38);
}

.cce-seat-map-wrap {
  overflow: hidden !important;
  padding: 16px !important;
}

.cce-seat-map-helper {
  margin-bottom: 14px !important;
  position: relative !important;
  z-index: 5 !important;
}

.cce-seat-canvas {
  margin-top: 10px !important;
}

.cce-room-object.is-highlighted,
.cce-room-object.is-selected {
  box-shadow: 0 0 0 3px rgba(217, 185, 104, .75), 0 0 28px rgba(217, 185, 104, .36) !important;
  border-color: rgba(217, 185, 104, .95) !important;
}

.cce-table-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 10px !important;
}

.cce-table-card {
  min-width: 0 !important;
}

.cce-table-card:not(.is-active):not(.is-selected) .cce-seat-list-header p,
.cce-table-card:not(.is-active):not(.is-selected) .cce-table-card-meta span:nth-child(2),
.cce-table-card:not(.is-active):not(.is-selected) .cce-table-card-meta span:nth-child(3),
.cce-table-card:not(.is-active):not(.is-selected) .cce-seat-list-map {
  display: none !important;
}

.cce-table-card-actions {
  grid-template-columns: 1fr !important;
}

.cce-seat-list-select,
.cce-mini-action-primary,
.cce-continue-button {
  box-shadow: none !important;
}

@media (max-width: 900px) {
  .cce-floating-basket {
    display: grid !important;
  }
  .cce-seat-section .cce-table-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Guided booking flow repair: reduce scroll confusion and show one next action at a time. */
.cce-booking-shell {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cce-seat-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.cce-seat-section .cce-seat-toolbar { order: 1; }
.cce-seat-section .cce-map-controls { order: 2; }
.cce-seat-section .cce-mini-table-panel { order: 3; }
.cce-seat-section .cce-seat-action-notice { order: 4; }
.cce-seat-section .cce-seat-map-wrap { order: 5; }
.cce-seat-section .cce-seat-list-view { order: 6; }

.cce-seat-section .cce-table-controls {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr)) !important;
  gap: 8px !important;
}

.cce-table-button {
  min-height: 58px !important;
  text-align: left !important;
}

.cce-table-button.is-active,
.cce-table-button:focus-visible {
  outline: 2px solid rgba(217,185,104,.75) !important;
  outline-offset: 2px !important;
}

.cce-seat-section .cce-seat-map-wrap {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: 16px !important;
  margin-top: 0 !important;
  overflow: hidden !important;
}

.cce-seat-map-helper {
  padding: 12px 14px !important;
  margin: 0 0 12px !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(217,185,104,.18) !important;
}

.cce-seat-canvas {
  min-height: 360px !important;
  max-height: 440px !important;
  height: 440px !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

.cce-mini-table-panel {
  scroll-margin-top: 90px !important;
  background: linear-gradient(135deg, rgba(40, 29, 45, .96), rgba(22, 15, 26, .96)) !important;
  border-color: rgba(217,185,104,.52) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.24) !important;
}

.cce-mini-table-header {
  align-items: flex-start !important;
}

.cce-mini-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) !important;
  gap: 10px !important;
}

.cce-mini-seat-grid {
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr)) !important;
}

.cce-step-coach {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(217,185,104,.10);
  border: 1px solid rgba(217,185,104,.28);
  color: #fff8e7;
}

.cce-step-coach strong,
.cce-step-coach span {
  display: block;
}

.cce-step-coach span {
  margin-top: 4px;
  color: rgba(255,255,255,.78);
  font-size: .92em;
}

.cce-step-coach.is-ready {
  background: rgba(80, 185, 120, .13);
  border-color: rgba(98, 225, 150, .36);
}

.cce-coach-continue {
  appearance: none;
  border: 0;
  border-radius: 12px;
  background: #ddb653;
  color: #151013;
  cursor: pointer;
  font-weight: 900;
  padding: 13px 18px;
  white-space: nowrap;
}

.cce-coach-continue:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.cce-seat-action-notice {
  scroll-margin-top: 90px !important;
}

.cce-customer-form {
  scroll-margin-top: 90px !important;
  border: 1px solid rgba(217,185,104,.32) !important;
  border-radius: 16px !important;
  padding: 18px !important;
  background: rgba(18, 12, 20, .92) !important;
}

.cce-customer-form:not([hidden])::before {
  content: 'Step 3: your details';
  display: block;
  margin: 0 0 14px;
  color: #ddb653;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cce-customer-form .cce-message {
  font-weight: 800;
  color: #f7e7b8;
}

@media (min-width: 901px) {
  .cce-booking-layout {
    grid-template-columns: minmax(0, 820px) 300px !important;
    justify-content: center !important;
    align-items: start !important;
    gap: 24px !important;
  }

  .cce-booking-side {
    position: static !important;
    top: auto !important;
    align-self: start !important;
  }

  .cce-selection-summary {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 900px) {
  .cce-seat-section .cce-seat-toolbar { order: 1; }
  .cce-seat-section .cce-mini-table-panel { order: 2; }
  .cce-seat-section .cce-seat-map-wrap { order: 3; }
  .cce-mini-actions,
  .cce-step-coach {
    grid-template-columns: 1fr !important;
    flex-direction: column;
    align-items: stretch;
  }
  .cce-coach-continue {
    width: 100%;
  }
  .cce-seat-canvas {
    min-height: 280px !important;
    height: 320px !important;
    max-height: 360px !important;
  }
  .cce-seat-section .cce-table-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* World-class guided booking flow repair: keep the journey simple and stop long-page confusion. */
.cce-booking-shell {
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: hidden !important;
}

.cce-booking-layout {
  align-items: start !important;
}

@media (min-width: 901px) {
  .cce-booking-layout {
    grid-template-columns: minmax(0, 760px) 280px !important;
    justify-content: center !important;
    gap: 20px !important;
  }
}

/* The side summary is now only a reference panel, not the main journey. */
.cce-booking-side,
.cce-booking-side .cce-selection-summary {
  position: static !important;
  top: auto !important;
}

/* Make the table chips the main route. */
.cce-seat-section .cce-table-controls {
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr)) !important;
  gap: 8px !important;
}

.cce-table-button {
  min-height: 54px !important;
  padding: 10px 12px !important;
}

.cce-table-button.is-active,
.cce-table-button:hover,
.cce-table-button:focus-visible {
  border-color: rgba(217,185,104,.85) !important;
  box-shadow: 0 0 0 2px rgba(217,185,104,.18), 0 10px 24px rgba(217,185,104,.12) !important;
}

/* The interactive map is a helpful reference, not a huge scrolling theatre of doom. */
.cce-seat-section .cce-seat-map-wrap {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 14px !important;
  overflow: hidden !important;
}

.cce-seat-section .cce-seat-canvas {
  height: clamp(300px, 34vw, 410px) !important;
  min-height: 300px !important;
  max-height: 410px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.cce-seat-map-helper {
  margin-bottom: 12px !important;
}

/* Seat picker becomes the central action panel. */
.cce-mini-table-panel {
  scroll-margin-top: 92px !important;
  border: 1px solid rgba(217,185,104,.56) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.28) !important;
}

.cce-mini-table-header {
  align-items: flex-start !important;
}

.cce-mini-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) !important;
  gap: 10px !important;
}

.cce-mini-action,
.cce-mini-action-primary,
.cce-coach-continue,
.cce-coach-secondary {
  min-height: 48px !important;
}

.cce-mini-seat-grid {
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr)) !important;
}

.cce-step-coach {
  align-items: center !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: space-between !important;
  padding: 14px !important;
}

.cce-coach-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cce-coach-secondary,
.cce-coach-continue {
  appearance: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 900;
  padding: 12px 16px;
  white-space: nowrap;
}

.cce-coach-secondary {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(217,185,104,.30);
  color: #fff7e6;
}

.cce-coach-continue {
  background: #ddb653;
  border: 0;
  color: #151013;
}

.cce-seat-action-notice.is-success {
  background: rgba(53, 184, 111, .16) !important;
  border-color: rgba(83, 220, 143, .40) !important;
  color: #eaffef !important;
}

/* Hide the big duplicate table-card catalogue unless explicitly opened. */
.cce-seat-list-view[hidden] {
  display: none !important;
}

.cce-table-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
  gap: 10px !important;
}

.cce-table-card:not(.is-active):not(.is-selected) .cce-seat-list-grid {
  display: none !important;
}

.cce-table-card {
  min-width: 0 !important;
}

/* Details form should feel like the next step, not a random section buried later. */
.cce-customer-form {
  scroll-margin-top: 90px !important;
}

@media (max-width: 900px) {
  .cce-booking-layout {
    display: block !important;
  }
  .cce-seat-section .cce-seat-canvas {
    height: 300px !important;
    min-height: 300px !important;
  }
  .cce-mini-actions,
  .cce-step-coach,
  .cce-coach-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .cce-coach-secondary,
  .cce-coach-continue {
    width: 100% !important;
  }
}

/* Final guided map-first booking flow: remove confusing side panel and lead one step at a time. */
.cce-booking-shell {
  max-width: 1120px !important;
  margin: 0 auto !important;
  overflow-x: hidden !important;
}
.cce-booking-experience,
.cce-booking-layout {
  display: block !important;
  max-width: 940px !important;
  margin: 0 auto !important;
}
.cce-booking-side {
  display: none !important;
}
.cce-booking-main {
  width: 100% !important;
  max-width: 940px !important;
  margin: 0 auto !important;
}
.cce-seat-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}
.cce-seat-section .cce-section-heading { order: 1 !important; }
.cce-seat-section .cce-vip-upsell { order: 2 !important; }
.cce-seat-section .cce-seat-guidance { order: 3 !important; }
.cce-seat-section .cce-seat-toolbar { order: 4 !important; }
.cce-seat-section .cce-map-controls { order: 5 !important; }
.cce-seat-section .cce-seat-map-wrap { order: 6 !important; }
.cce-seat-section .cce-mini-table-panel { order: 7 !important; }
.cce-seat-section .cce-seat-list-view { order: 8 !important; }
.cce-seat-section .cce-table-controls {
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr)) !important;
  gap: 8px !important;
}
.cce-table-button {
  min-height: 54px !important;
  cursor: pointer !important;
}
.cce-table-button.is-active {
  outline: 2px solid rgba(217,185,104,.75) !important;
  box-shadow: 0 0 0 4px rgba(217,185,104,.13), 0 14px 35px rgba(0,0,0,.28) !important;
}
.cce-seat-section .cce-seat-map-wrap {
  padding: 14px !important;
  overflow: hidden !important;
}
.cce-seat-map-helper {
  margin: 0 0 12px !important;
  position: relative !important;
  z-index: 2 !important;
}
.cce-seat-section .cce-seat-canvas {
  height: clamp(380px, 46vw, 560px) !important;
  min-height: 380px !important;
  max-height: 560px !important;
  overflow: hidden !important;
  display: block !important;
}
.cce-mini-table-panel {
  scroll-margin-top: 100px !important;
}
.cce-mini-table-panel:not([hidden]) {
  border: 2px solid rgba(217,185,104,.62) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.32), 0 0 0 4px rgba(217,185,104,.08) !important;
}
.cce-step-coach {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  margin-top: 16px !important;
  padding: 16px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(217,185,104,.42) !important;
  background: rgba(217,185,104,.12) !important;
}
.cce-coach-actions {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}
.cce-coach-secondary,
.cce-coach-continue,
.cce-review-actions button {
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-weight: 900 !important;
}
.cce-order-review {
  margin: 18px auto 0 !important;
  max-width: 940px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(217,185,104,.42) !important;
  background: linear-gradient(145deg, rgba(36,25,38,.96), rgba(18,12,20,.96)) !important;
  color: #fff8e7 !important;
  scroll-margin-top: 100px !important;
}
.cce-order-review[hidden] { display: none !important; }
.cce-order-review h3 {
  margin: 0 0 6px !important;
  font-size: 1.35rem !important;
}
.cce-order-review-intro {
  margin: 0 0 14px !important;
  color: rgba(255,255,255,.76) !important;
}
.cce-order-review .cce-selected-seats {
  display: grid !important;
  gap: 10px !important;
  max-height: none !important;
  overflow: visible !important;
}
.cce-order-review .cce-price-breakdown {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
}
.cce-review-actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 14px !important;
}
.cce-review-add-more {
  background: transparent !important;
  color: #f7e7b8 !important;
  border: 1px solid rgba(217,185,104,.46) !important;
}
.cce-review-details {
  background: #ddb653 !important;
  color: #150f14 !important;
  border: 0 !important;
}
.cce-customer-form {
  max-width: 940px !important;
  margin: 18px auto 0 !important;
  scroll-margin-top: 100px !important;
}
.cce-floating-basket {
  display: none !important;
}
@media (max-width: 900px) {
  .cce-booking-shell,
  .cce-booking-experience,
  .cce-booking-layout,
  .cce-booking-main,
  .cce-order-review {
    max-width: 100% !important;
  }
  .cce-seat-section .cce-seat-map-wrap { padding: 10px !important; }
  .cce-seat-section .cce-seat-canvas {
    height: 360px !important;
    min-height: 320px !important;
    max-height: 380px !important;
  }
  .cce-step-coach,
  .cce-coach-actions,
  .cce-review-actions {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .cce-seat-section .cce-table-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Final map-first booking UX repair: full map visible, clearer progression */
.cce-booking-side,
.cce-floating-basket {
  display: none !important;
}

.cce-booking-layout,
.cce-booking-experience {
  grid-template-columns: 1fr !important;
}

.cce-booking-main,
.cce-booking-shell,
.cce-order-review,
.cce-customer-form {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cce-seat-section .cce-seat-map-wrap {
  height: clamp(560px, 58vw, 720px) !important;
  min-height: 560px !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}

.cce-seat-section .cce-seat-canvas {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  margin: 0 auto !important;
  padding-top: 0 !important;
}

.cce-seat-section .cce-seat-map {
  margin: 0 auto !important;
  min-height: 760px !important;
  max-width: none !important;
}

.cce-seat-map-helper {
  margin-bottom: 14px !important;
}

.cce-mini-table-panel,
.cce-order-review,
.cce-customer-form {
  scroll-margin-top: 110px !important;
}

.cce-order-review {
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(217,185,104,.28) !important;
  border-radius: 14px !important;
  margin-top: 18px !important;
  padding: 20px !important;
}

.cce-order-review h3::before {
  content: 'Step 3: ';
  color: var(--cce-accent, #d6a84f);
}

.cce-review-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 16px !important;
}

.cce-review-details,
.cce-coach-continue,
.cce-continue-button {
  background: var(--cce-accent, #d6a84f) !important;
  border-color: var(--cce-accent, #d6a84f) !important;
  color: #120f13 !important;
  font-weight: 900 !important;
}

.cce-review-details::after,
.cce-coach-continue::after {
  content: ' →';
}

@media (max-width: 900px) {
  .cce-seat-section .cce-seat-map-wrap {
    height: 460px !important;
    min-height: 420px !important;
    padding: 10px !important;
  }
  .cce-seat-section .cce-seat-map {
    min-height: 760px !important;
  }
  .cce-review-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}


/* Safe recovery: stop map clipping/hanging and keep the booking page simple. */
.cce-seat-section .cce-seat-map-wrap {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 18px !important;
}
.cce-seat-section .cce-seat-canvas {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.cce-seat-section .cce-seat-map {
  min-height: 0 !important;
  height: auto !important;
  transform-origin: 0 0;
}
.cce-seat-map-helper {
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: 18px !important;
}
@media (min-width: 901px) {
  .cce-seat-section .cce-seat-map-wrap {
    padding-top: 22px !important;
  }
}

/* CCE v2 map-first guided booking flow repair */
.cce-booking-experience {
  display: block !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}
.cce-booking-side,
.cce-floating-basket {
  display: none !important;
}
.cce-booking-main {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}
.cce-booking-shell {
  overflow-x: hidden !important;
}
.cce-booking-steps span:nth-child(1)::after { content: ""; }
.cce-seat-section {
  display: flex !important;
  flex-direction: column !important;
}
.cce-seat-section > .cce-section-heading { order: 1; }
.cce-seat-section > .cce-vip-upsell { order: 2; }
.cce-seat-section > .cce-seat-guidance { order: 3; }
.cce-seat-section > .cce-seat-toolbar { order: 4; }
.cce-seat-section > .cce-map-controls { order: 5; }
.cce-seat-section > .cce-seat-map-wrap { order: 6; }
.cce-seat-section > .cce-mini-table-panel { order: 7; }
.cce-seat-section > .cce-seat-action-notice { order: 8; }
.cce-seat-section > .cce-seat-list-view { order: 9; }
.cce-seat-list-view:not(.is-open) {
  display: none !important;
}
.cce-seat-section .cce-section-heading h3::after {
  content: " — choose directly from the seating plan";
  color: #d9b968;
  font-size: .72em;
  font-weight: 700;
}
.cce-seat-guidance span:nth-child(1) {
  background: rgba(217,185,104,.12) !important;
  border-color: rgba(217,185,104,.32) !important;
}
.cce-seat-guidance span:nth-child(1)::before {
  content: "Step 1: ";
  color: #d9b968;
}
.cce-seat-guidance span:nth-child(2)::before {
  content: "Step 2: ";
  color: #d9b968;
}
.cce-seat-guidance span:nth-child(3)::before {
  content: "Step 3: ";
  color: #d9b968;
}
.cce-seat-map-wrap {
  height: 620px !important;
  min-height: 620px !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 18px !important;
  position: relative !important;
}
.cce-seat-map-helper {
  position: relative !important;
  z-index: 20 !important;
  margin-bottom: 14px !important;
}
.cce-seat-canvas {
  position: relative !important;
  z-index: 5 !important;
  min-height: 540px !important;
}
.cce-seat-map {
  margin: 0 !important;
  min-height: 540px !important;
}
.cce-mini-table-panel {
  margin-top: 18px !important;
  border-width: 2px !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.32) !important;
}
.cce-step-coach {
  align-items: center !important;
  background: linear-gradient(135deg, rgba(217,185,104,.18), rgba(141,75,224,.13)) !important;
  border: 1px solid rgba(217,185,104,.34) !important;
  border-radius: 12px !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: space-between !important;
  margin-top: 14px !important;
  padding: 14px !important;
}
.cce-coach-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
.cce-coach-continue,
.cce-coach-secondary {
  border-radius: 999px !important;
  font-weight: 900 !important;
  min-height: 42px !important;
  padding: 10px 16px !important;
}
.cce-coach-continue {
  background: #d9b968 !important;
  border: 1px solid #d9b968 !important;
  color: #160f08 !important;
}
.cce-coach-secondary {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(217,185,104,.34) !important;
  color: #fff6df !important;
}
.cce-customer-form,
.cce-booking-summary {
  max-width: 980px !important;
  margin: 18px auto !important;
}
.cce-customer-form:not([hidden]) {
  display: grid !important;
  gap: 12px !important;
  background: linear-gradient(135deg, rgba(217,185,104,.08), rgba(141,75,224,.08)), #151017 !important;
  border: 1px solid rgba(217,185,104,.32) !important;
  border-radius: 14px !important;
  padding: 20px !important;
}
.cce-show-info {
  margin-top: 22px !important;
}
@media (max-width: 680px) {
  .cce-booking-experience,
  .cce-booking-main {
    max-width: 100% !important;
  }
  .cce-seat-map-wrap {
    height: 430px !important;
    min-height: 430px !important;
    padding: 12px !important;
  }
  .cce-seat-canvas,
  .cce-seat-map {
    min-height: 340px !important;
  }
  .cce-step-coach {
    align-items: stretch !important;
    flex-direction: column !important;
  }
  .cce-coach-actions,
  .cce-coach-actions button {
    width: 100% !important;
  }
}

/* Final map-first guided booking flow rebuild */
.cce-clean-booking-flow .cce-booking-experience {
  display: block !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
}
.cce-clean-booking-flow .cce-booking-main {
  width: 100% !important;
  max-width: 100% !important;
}
.cce-clean-booking-flow .cce-booking-side,
.cce-clean-booking-flow .cce-floating-basket {
  display: none !important;
}
.cce-clean-booking-flow .cce-seat-section {
  position: relative;
  overflow: visible !important;
}
.cce-clean-booking-flow .cce-seat-toolbar {
  display: block;
}
.cce-clean-booking-flow .cce-seat-legend {
  margin-bottom: 12px;
}
.cce-clean-booking-flow .cce-table-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
  margin: 12px 0 16px;
}
.cce-clean-booking-flow .cce-table-button {
  min-height: 58px;
  text-align: left;
}
.cce-clean-booking-flow .cce-map-controls {
  margin: 10px 0 14px;
}
.cce-clean-booking-flow .cce-seat-map-wrap {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 16px !important;
}
.cce-clean-booking-flow .cce-seat-map-helper {
  position: relative !important;
  z-index: 5;
  margin: 0 0 14px !important;
}
.cce-clean-booking-flow .cce-seat-canvas {
  transform: none !important;
  transform-origin: center center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: clamp(520px, 56vw, 720px) !important;
  min-height: 520px !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 18px;
}
.cce-clean-booking-flow .cce-seat-map {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  position: relative !important;
}
.cce-clean-booking-flow .cce-seat,
.cce-clean-booking-flow .cce-room-object {
  will-change: auto !important;
}
.cce-clean-booking-flow .cce-mini-table-panel {
  margin: 22px 0 !important;
  scroll-margin-top: 90px;
}
.cce-clean-booking-flow .cce-step-coach {
  align-items: center;
}
.cce-booking-review-step {
  border: 1px solid rgba(224,178,76,.35);
  border-radius: 22px;
  padding: 22px;
  margin: 22px 0;
  background: linear-gradient(135deg, rgba(40,30,38,.96), rgba(17,13,20,.98));
  color: #fff;
  scroll-margin-top: 90px;
}
.cce-booking-review-step[hidden] { display: none !important; }
.cce-booking-review-step .cce-selected-seats {
  display: grid;
  gap: 12px;
  margin: 14px 0;
}
.cce-booking-review-step .cce-selected-seat-group {
  border: 1px solid rgba(224,178,76,.25);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255,255,255,.04);
}
.cce-booking-review-step .cce-discount-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin: 16px 0;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.cce-booking-review-step .cce-discount-panel label {
  margin: 0;
}
.cce-booking-review-step .cce-discount-panel input {
  width: 100%;
  box-sizing: border-box;
}
.cce-booking-review-step .cce-discount-apply {
  position: static !important;
  transform: none !important;
  white-space: nowrap;
  min-width: 96px;
}
.cce-booking-review-step .cce-price-breakdown {
  display: grid;
  gap: 6px;
  margin: 12px 0;
  font-size: 1rem;
}
.cce-booking-review-step .cce-total {
  font-size: 1.45rem;
}
.cce-review-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.cce-review-add-more,
.cce-booking-review-step .cce-button {
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
}
.cce-review-add-more {
  border: 1px solid rgba(224,178,76,.45);
  background: rgba(255,255,255,.04);
  color: #fff;
}
.cce-booking-review-step .cce-button {
  background: var(--cce-accent, #dcae45);
  color: #160d10;
  border: 0;
}
.cce-details-booking-summary {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px;
  margin: 0 0 16px;
  border: 1px solid rgba(224,178,76,.35);
  border-radius: 14px;
  background: rgba(224,178,76,.08);
}
.cce-details-booking-summary:empty { display: none; }
.cce-clean-booking-flow .cce-customer-form {
  max-width: 760px;
  margin: 24px auto;
  scroll-margin-top: 90px;
}
.cce-clean-booking-flow .cce-show-info {
  margin-top: 30px;
}
.cce-clean-booking-flow .cce-seat-list-view:not(.is-open) {
  display: none !important;
}
@media (max-width: 780px) {
  .cce-clean-booking-flow .cce-booking-experience {
    max-width: 100% !important;
  }
  .cce-clean-booking-flow .cce-seat-canvas {
    height: 430px !important;
    min-height: 430px !important;
  }
  .cce-clean-booking-flow .cce-seat-map-wrap {
    padding: 10px !important;
  }
  .cce-clean-booking-flow .cce-table-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cce-booking-review-step .cce-discount-panel {
    grid-template-columns: 1fr;
  }
  .cce-booking-review-step .cce-discount-apply,
  .cce-booking-review-step .cce-button,
  .cce-review-add-more {
    width: 100%;
  }
}


/* CCE map-first mobile/desktop repair: keep the interactive plan readable and usable. */
.cce-seat-section .cce-seat-map-wrap {
  box-sizing: border-box !important;
  height: clamp(560px, 54vw, 720px) !important;
  min-height: 520px !important;
  overflow: hidden !important;
  padding: 18px !important;
  touch-action: none !important;
}

.cce-seat-section .cce-seat-map-helper {
  margin: 0 0 14px !important;
  position: relative;
  z-index: 3;
}

.cce-seat-section .cce-seat-canvas {
  will-change: transform;
}

.cce-seat-section .cce-seat-map {
  margin: 12px !important;
}

@media (min-width: 901px) {
  .cce-seat-section .cce-seat-map-wrap {
    padding: 22px !important;
  }
}

@media (max-width: 680px) {
  /* On phones, the map is the main booking tool. Hide the bulky table shortcut grid. */
  .cce-seat-toolbar .cce-table-controls {
    display: none !important;
  }

  .cce-seat-guidance {
    display: none !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: 72vh !important;
    min-height: 520px !important;
    max-height: 680px !important;
    overflow: hidden !important;
    padding: 12px !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-bottom: 10px !important;
    padding: 12px !important;
  }

  .cce-map-controls {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
    -webkit-overflow-scrolling: touch;
  }

  .cce-map-control {
    flex: 0 0 auto !important;
    min-height: 44px !important;
    white-space: nowrap !important;
  }

  .cce-map-control[data-cce-view="list"] {
    order: 5;
  }

  .cce-map-control[data-cce-view="map"] {
    order: 1;
  }

  .cce-map-control[data-cce-map-fit] {
    order: 2;
  }

  .cce-map-control[data-cce-map-zoom="reset"] {
    order: 3;
  }

  .cce-map-control[data-cce-map-zoom="in"],
  .cce-map-control[data-cce-map-zoom="out"] {
    display: none !important;
  }

  .cce-seat-section .cce-seat-map {
    margin: 8px !important;
  }
}


/* Mobile map-first final polish: readable seating map, not a squeezed full-room thumbnail. */
@media (min-width: 901px) {
  .cce-seat-section .cce-seat-map-wrap {
    padding: 22px 22px 26px !important;
  }
}

@media (max-width: 680px) {
  /* On mobile the interactive seating plan is the primary picker. Hide the bulky table shortcut tiles. */
  .cce-table-controls {
    display: none !important;
  }

  .cce-map-controls {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 2px 0 8px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .cce-map-control[data-cce-view="list"],
  .cce-map-control[data-cce-map-zoom="in"],
  .cce-map-control[data-cce-map-zoom="out"] {
    display: none !important;
  }

  .cce-map-control {
    flex: 0 0 auto !important;
    min-height: 42px !important;
    padding: 10px 14px !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: min(68vh, 620px) !important;
    min-height: 510px !important;
    max-height: 650px !important;
    overflow: hidden !important;
    padding: 14px !important;
    touch-action: none !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    margin: 0 0 12px !important;
    padding: 12px 14px !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .cce-seat-section .cce-seat-canvas {
    margin: 0 !important;
    padding: 8px 0 0 !important;
    transform-origin: 0 0 !important;
    will-change: transform !important;
  }

  .cce-seat-section .cce-seat-map {
    margin: 0 !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .cce-seat-section .cce-seat-map-helper::after {
    content: 'Drag to move around. Pinch to zoom.';
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    opacity: .82;
  }
}

@media (max-width: 390px) {
  .cce-seat-section .cce-seat-map-wrap {
    min-height: 480px !important;
  }
}


/* Mobile interactive map readability repair: use the seating plan as a true pan/zoom map, not a squeezed thumbnail. */
@media (max-width: 680px) {
  .cce-seat-section .cce-map-controls {
    display: flex !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  .cce-seat-section .cce-map-control[data-cce-view="list"],
  .cce-seat-section .cce-map-control[data-cce-map-fit],
  .cce-seat-section .cce-map-control[data-cce-map-zoom] {
    display: none !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: 70vh !important;
    min-height: 520px !important;
    max-height: 690px !important;
    overflow: hidden !important;
    padding: 12px !important;
    touch-action: none !important;
  }

  .cce-seat-section .cce-seat-canvas {
    width: 960px !important;
    min-width: 960px !important;
    height: 640px !important;
    min-height: 640px !important;
    max-width: none !important;
    transform-origin: 0 0 !important;
    will-change: transform !important;
  }

  .cce-seat-section .cce-seat-map {
    width: 960px !important;
    min-width: 960px !important;
    height: 640px !important;
    min-height: 640px !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    margin-bottom: 10px !important;
  }

  .cce-seat-section .cce-seat-map-helper::after {
    content: 'Drag the plan to move around. Pinch to zoom. Tap a table or seat to choose.' !important;
  }
}

@media (min-width: 681px) {
  .cce-seat-section .cce-seat-map-wrap {
    padding: 24px !important;
  }
}

/* Mobile map usability repair: readable, draggable seat map rather than a squashed full-room preview. */
.cce-seat-section .cce-seat-map-wrap {
  touch-action: none !important;
  overscroll-behavior: contain !important;
}

.cce-seat-section .cce-seat-map {
  transform-origin: 0 0 !important;
  will-change: transform !important;
}

@media (min-width: 681px) {
  .cce-seat-section .cce-seat-map-wrap {
    padding: 18px !important;
  }
}

@media (max-width: 680px) {
  .cce-seat-section .cce-map-controls {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 2px !important;
  }

  .cce-seat-section .cce-map-control[data-cce-view="list"] {
    display: none !important;
  }

  .cce-seat-section .cce-map-control[data-cce-map-zoom] {
    display: inline-flex !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: 590px !important;
    min-height: 590px !important;
    max-height: none !important;
    overflow: hidden !important;
    padding: 10px !important;
    touch-action: none !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    margin-bottom: 8px !important;
    position: relative !important;
    z-index: 3 !important;
  }

  .cce-seat-section .cce-seat-map {
    height: 520px !important;
    margin: 0 !important;
    min-height: 520px !important;
    min-width: 980px !important;
    overflow: visible !important;
    width: 980px !important;
  }
}


/* Reliable mobile seat-map viewport: native scrolling wins over fragile transform/pinch logic. */
@media (max-width: 680px) {
  .cce-seat-section .cce-table-controls,
  .cce-table-controls {
    display: none !important;
  }

  .cce-seat-section .cce-map-controls {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 8px !important;
  }

  .cce-seat-section .cce-map-control[data-cce-view="list"] {
    display: none !important;
  }

  .cce-seat-section .cce-map-control[data-cce-map-zoom],
  .cce-seat-section .cce-map-control[data-cce-map-fit] {
    display: none !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: 620px !important;
    min-height: 620px !important;
    max-height: none !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    touch-action: pan-x pan-y !important;
    padding: 12px !important;
  }

  .cce-seat-section .cce-seat-canvas {
    transform: none !important;
    transform-origin: 0 0 !important;
    width: 1180px !important;
    min-width: 1180px !important;
    height: 760px !important;
    min-height: 760px !important;
    max-width: none !important;
  }

  .cce-seat-section .cce-seat-map {
    width: 1120px !important;
    min-width: 1120px !important;
    height: 720px !important;
    min-height: 720px !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .cce-seat-section .cce-seat-map-helper::after {
    content: 'Drag around the plan to view more seats. Tap a table or seat to choose.' !important;
  }
}

@media (max-width: 390px) {
  .cce-seat-section .cce-seat-map-wrap {
    height: 580px !important;
    min-height: 580px !important;
  }
}

@media (min-width: 681px) {
  .cce-seat-section .cce-seat-map-wrap {
    padding: 26px !important;
  }
}


/* Mobile interactive map final: start with the full room visible, then allow real drag/pinch/zoom. */
@media (max-width: 680px) {
  .cce-seat-section .cce-table-controls,
  .cce-table-controls {
    display: none !important;
  }

  .cce-seat-section .cce-map-controls {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 8px !important;
  }

  .cce-seat-section .cce-map-control[data-cce-view="list"] {
    display: none !important;
  }

  .cce-seat-section .cce-map-control[data-cce-map-zoom],
  .cce-seat-section .cce-map-control[data-cce-map-fit] {
    display: inline-flex !important;
  }

  .cce-seat-section .cce-seat-map-wrap {
    height: min(72vh, 680px) !important;
    min-height: 560px !important;
    max-height: none !important;
    overflow: hidden !important;
    padding: 14px !important;
    touch-action: none !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: auto !important;
    cursor: grab !important;
  }

  .cce-seat-section .cce-seat-map-wrap.is-panning {
    cursor: grabbing !important;
  }

  .cce-seat-section .cce-seat-canvas {
    width: 980px !important;
    min-width: 980px !important;
    height: 640px !important;
    min-height: 640px !important;
    max-width: none !important;
    transform-origin: 0 0 !important;
    will-change: transform !important;
  }

  .cce-seat-section .cce-seat-map {
    width: 980px !important;
    min-width: 980px !important;
    height: 640px !important;
    min-height: 640px !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    margin-bottom: 10px !important;
  }

  .cce-seat-section .cce-seat-map-helper::after {
    content: 'Full plan shown first. Use + / − or pinch to zoom, drag to move, then tap a table or seat.' !important;
  }
}

@media (min-width: 681px) {
  .cce-seat-section .cce-seat-map-wrap {
    padding: 28px !important;
    overflow: hidden !important;
    touch-action: none !important;
  }
}

/* Final map interaction authority: one transform viewport for desktop and mobile. */
.cce-seat-section .cce-seat-map-wrap,
.cce-clean-booking-flow .cce-seat-map-wrap {
  position: relative !important;
  height: clamp(420px, 58vh, 680px) !important;
  min-height: 420px !important;
  max-height: 680px !important;
  overflow: hidden !important;
  touch-action: none !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: auto !important;
}

.cce-seat-section .cce-seat-map,
.cce-clean-booking-flow .cce-seat-map {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  max-width: none !important;
  overflow: visible !important;
  margin: 0 !important;
  transform: none !important;
}

.cce-seat-section .cce-seat-canvas,
.cce-clean-booking-flow .cce-seat-canvas {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  max-width: none !important;
  transform-origin: 0 0 !important;
  will-change: transform !important;
  touch-action: none !important;
}

.cce-seat-map-wrap.is-panning {
  cursor: grabbing !important;
}

.cce-seat-section .cce-seat-map-helper::after {
  content: ' Drag or pinch to explore the seating plan.' !important;
}

@media (max-width: 680px) {
  .cce-seat-section .cce-seat-map-wrap,
  .cce-clean-booking-flow .cce-seat-map-wrap {
    height: min(56vh, 480px) !important;
    min-height: 330px !important;
    max-height: 520px !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
    padding: 10px !important;
  }

  .cce-seat-section .cce-seat-map-helper {
    position: relative !important;
    z-index: 4 !important;
  }
}

@media (max-width: 390px) {
  .cce-seat-section .cce-seat-map-wrap,
  .cce-clean-booking-flow .cce-seat-map-wrap {
    height: 330px !important;
    min-height: 330px !important;
  }
}

/* Deep mobile/desktop map repair: isolate the real interactive viewport. */
.cce-map-panzoom-repaired .cce-seat-section .cce-map-controls {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}

.cce-map-panzoom-repaired .cce-seat-section .cce-map-control {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 8px 10px !important;
  white-space: normal !important;
  text-align: center !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 12 !important;
}

.cce-map-panzoom-repaired .cce-seat-section .cce-seat-map-wrap {
  display: block !important;
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: clamp(360px, 54vh, 620px) !important;
  min-height: 360px !important;
  max-height: 620px !important;
  padding: 10px !important;
  overflow: hidden !important;
  touch-action: none !important;
  overscroll-behavior: contain !important;
  cursor: grab !important;
}

.cce-map-panzoom-repaired .cce-seat-section .cce-seat-canvas {
  display: block !important;
  position: absolute !important;
  left: 10px !important;
  top: 10px !important;
  max-width: none !important;
  width: var(--cce-map-width, 1200px) !important;
  height: var(--cce-map-height, 760px) !important;
  min-width: var(--cce-map-width, 1200px) !important;
  min-height: var(--cce-map-height, 760px) !important;
  transform-origin: 0 0 !important;
  will-change: transform !important;
  touch-action: none !important;
  z-index: 2 !important;
}

.cce-map-panzoom-repaired .cce-seat-section .cce-seat-map {
  display: block !important;
  position: relative !important;
  width: var(--cce-map-width, 1200px) !important;
  height: var(--cce-map-height, 760px) !important;
  min-width: var(--cce-map-width, 1200px) !important;
  min-height: var(--cce-map-height, 760px) !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

.cce-map-panzoom-repaired .cce-seat-section .cce-seat,
.cce-map-panzoom-repaired .cce-seat-section .cce-room-object {
  pointer-events: auto !important;
}

.cce-map-panzoom-repaired .cce-seat-section .cce-seat-map-helper {
  position: relative !important;
  z-index: 8 !important;
  pointer-events: none !important;
}

@media (max-width: 680px) {
  .cce-map-panzoom-repaired .cce-seat-section .cce-map-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cce-map-panzoom-repaired .cce-seat-section .cce-map-control {
    font-size: 12px !important;
    min-height: 38px !important;
  }

  .cce-map-panzoom-repaired .cce-seat-section .cce-seat-map-wrap {
    height: min(64vh, 560px) !important;
    min-height: 420px !important;
    max-height: 620px !important;
    padding: 8px !important;
  }

  .cce-map-panzoom-repaired .cce-seat-section .cce-seat-canvas {
    left: 8px !important;
    top: 8px !important;
  }
}

/* Rebuilt interactive map controls. The viewport/canvas rules live in the
   final authoritative map block below. */
.cce-map-controller-v2 .cce-seat-section .cce-map-controls {
  position: relative !important;
  z-index: 20 !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 8px !important;
  overflow: visible !important;
  margin: 12px 0 !important;
  padding: 0 !important;
}

.cce-map-controller-v2 .cce-seat-section .cce-map-control {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 9px 10px !important;
  white-space: normal !important;
  text-align: center !important;
  pointer-events: auto !important;
}

@media (max-width: 680px) {
  .cce-map-controller-v2 .cce-seat-section .cce-map-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .cce-map-controller-v2 .cce-seat-section .cce-map-control {
    min-height: 40px !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
  }
}

/* FINAL AUTHORITATIVE INTERACTIVE MAP PAN/ZOOM LAYER
   One viewport, one transformed canvas, no static-image/native-scroll behaviour. */
.cce-map-controller-v2 .cce-seat-section .cce-seat-map-wrap {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: clamp(380px, 54vh, 640px) !important;
  min-height: 380px !important;
  max-height: 640px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  touch-action: none !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: auto !important;
  border-radius: 14px !important;
  isolation: isolate !important;
  cursor: grab !important;
}

.cce-map-controller-v2 .cce-seat-section .cce-seat-map-wrap.is-panning {
  cursor: grabbing !important;
}

.cce-map-controller-v2 .cce-seat-section .cce-seat-canvas {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: var(--cce-map-width, 1200px) !important;
  height: var(--cce-map-height, 760px) !important;
  min-width: var(--cce-map-width, 1200px) !important;
  min-height: var(--cce-map-height, 760px) !important;
  max-width: none !important;
  max-height: none !important;
  overflow: visible !important;
  transform-origin: 0 0 !important;
  transform: translate3d(var(--cce-map-pan-x, 0px), var(--cce-map-pan-y, 0px), 0) scale(var(--cce-map-scale, 1)) !important;
  will-change: transform !important;
  touch-action: none !important;
  z-index: 2 !important;
}

.cce-map-controller-v2 .cce-seat-section .cce-seat-map {
  display: block !important;
  position: relative !important;
  width: var(--cce-map-width, 1200px) !important;
  height: var(--cce-map-height, 760px) !important;
  min-width: var(--cce-map-width, 1200px) !important;
  min-height: var(--cce-map-height, 760px) !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
  transform: none !important;
  touch-action: none !important;
  pointer-events: auto !important;
}

.cce-map-controller-v2 .cce-seat-section .cce-seat,
.cce-map-controller-v2 .cce-seat-section .cce-room-object {
  pointer-events: auto !important;
}

.cce-map-controller-v2 .cce-seat-section .cce-seat,
.cce-map-controller-v2 .cce-seat-section .cce-room-object.is-clickable {
  touch-action: manipulation !important;
}

@media (max-width: 680px) {
  .cce-map-controller-v2 .cce-seat-section .cce-seat-map-wrap {
    height: clamp(360px, 48vh, 500px) !important;
    min-height: 360px !important;
    max-height: 500px !important;
  }
}

@media (max-width: 390px) {
  .cce-map-controller-v2 .cce-seat-section .cce-seat-map-wrap {
    height: clamp(340px, 46vh, 460px) !important;
    min-height: 340px !important;
    max-height: 460px !important;
  }
}

/* Premium event artwork system: banners, photos and posters each get their own frame. */
.cce-events-list .cce-event-media,
.cce-event-card-media,
.cce-booking-hero-media {
  background:
    radial-gradient(circle at 50% 12%, rgba(214, 168, 79, 0.16), transparent 38%),
    linear-gradient(145deg, #0b0710, #1a101d 58%, #080609) !important;
  border: 1px solid rgba(214, 168, 79, 0.28) !important;
  box-shadow: inset 0 0 42px rgba(0, 0, 0, 0.36);
  min-height: 0 !important;
  overflow: hidden !important;
}

.cce-events-list .cce-event-media,
.cce-event-card-media {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  max-height: none !important;
  width: 100% !important;
}

.cce-event-card-media.is-poster {
  aspect-ratio: 4 / 5 !important;
  margin-inline: auto;
  max-height: 420px;
  width: min(100%, 360px);
}

.cce-event-image,
.cce-booking-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.cce-event-card-media.is-poster .cce-event-image,
.cce-booking-hero-media.is-poster .cce-booking-image {
  object-fit: contain;
}

.cce-booking-hero-cinematic {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
  overflow: hidden;
}

.cce-booking-hero-cinematic .cce-booking-media {
  aspect-ratio: 3 / 1 !important;
  border-radius: 16px 16px 0 0 !important;
  height: auto !important;
  max-height: 380px;
  max-width: none !important;
  width: 100% !important;
}

.cce-booking-hero-cinematic .cce-booking-media.is-photo {
  aspect-ratio: 16 / 9 !important;
  height: clamp(300px, 42vw, 420px) !important;
  max-height: 420px;
}

.cce-booking-hero-cinematic .cce-booking-media.is-poster {
  aspect-ratio: 4 / 5 !important;
  margin: 0 auto;
  max-height: min(70vh, 620px);
  max-width: min(100%, 520px) !important;
}

.cce-booking-hero-cinematic .cce-booking-details {
  background: linear-gradient(180deg, rgba(24, 15, 27, 0.96), rgba(14, 9, 16, 0.98));
  border-top: 1px solid rgba(214, 168, 79, 0.22);
  padding: clamp(18px, 4vw, 34px) !important;
}

@media (max-width: 760px) {
  .cce-booking-hero-cinematic .cce-booking-media {
    aspect-ratio: 3 / 1 !important;
    border-radius: 14px 14px 0 0 !important;
    height: auto !important;
    max-height: 280px;
  }

  .cce-booking-hero-cinematic .cce-booking-media.is-photo {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
  }

  .cce-booking-hero-cinematic .cce-booking-media.is-poster {
    aspect-ratio: 4 / 5 !important;
    max-height: 520px;
  }

  .cce-events-list .cce-event-media,
  .cce-event-card-media {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
  }

  .cce-event-card-media.is-poster {
    aspect-ratio: 4 / 5 !important;
  }
}
