html body.mobile-booking-customer-open {
  overflow: hidden !important;
}

html body #mobile-booking-customer-surface.mbc-surface {
  position: fixed;
  inset: 0;
  z-index: 260000;
  display: none;
  background: #fff;
  color: #050505;
  -webkit-text-fill-color: #050505;
  font-family: var(--font-family, -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, sans-serif);
}

html body #mobile-booking-customer-surface.is-open {
  display: flex;
  flex-direction: column;
}

html body #mobile-booking-customer-surface .mbc-topbar {
  flex: 0 0 auto;
  min-height: calc(56px + env(safe-area-inset-top, 0px));
  padding: calc(8px + env(safe-area-inset-top, 0px)) 20px 6px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  box-sizing: border-box;
}

html body #mobile-booking-customer-surface .mbc-back {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #f3f3f3;
  color: #050505;
  -webkit-text-fill-color: #050505;
  display: inline-grid;
  place-items: center;
  font-size: 18px;
}

html body #mobile-booking-customer-surface .mbc-page {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 18px 22px calc(30px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}

html body #mobile-booking-customer-surface .mbc-head {
  display: grid;
  gap: 7px;
  margin: 0 0 28px;
}

html body #mobile-booking-customer-surface .mbc-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
}

html body #mobile-booking-customer-surface .mbc-title {
  margin: 0;
  font-size: 34px;
  line-height: .95;
  font-weight: 950;
  letter-spacing: 0;
}

html body #mobile-booking-customer-surface .mbc-account {
  margin: 0;
  color: rgba(5, 5, 5, 0.55);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.55);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

html body #mobile-booking-customer-surface .mbc-account strong {
  color: #050505;
  -webkit-text-fill-color: #050505;
  font-weight: 900;
  letter-spacing: 0;
}

html body #mobile-booking-customer-surface .mbc-login-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--primary-color, #ff3b1f);
  -webkit-text-fill-color: var(--primary-color, #ff3b1f);
  font-size: 11px;
  line-height: 1;
  font-weight: 920;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html body #mobile-booking-customer-surface .mbc-body {
  display: grid;
  gap: 0;
}

html body #mobile-booking-customer-surface .mbc-list-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.12);
  color: rgba(5, 5, 5, 0.52);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.52);
  font-size: 11px;
  line-height: 1;
  font-weight: 880;
  letter-spacing: .11em;
  text-transform: uppercase;
}

html body #mobile-booking-customer-surface .mbc-list-head strong {
  color: rgba(5, 5, 5, 0.5);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.5);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

html body #mobile-booking-customer-surface .mbc-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}

html body #mobile-booking-customer-surface .mbc-date-chip {
  width: 54px;
  display: grid;
  gap: 4px;
  justify-items: start;
  align-content: start;
  padding-top: 1px;
}

html body #mobile-booking-customer-surface .mbc-date-chip span {
  max-width: 100%;
  color: rgba(5, 5, 5, 0.52);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.52);
  font-size: 10px;
  line-height: 1;
  font-weight: 880;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body #mobile-booking-customer-surface .mbc-date-chip strong {
  color: #050505;
  -webkit-text-fill-color: #050505;
  font-size: 31px;
  line-height: .9;
  font-weight: 950;
  letter-spacing: 0;
}

html body #mobile-booking-customer-surface .mbc-card-main {
  min-width: 0;
  display: grid;
  gap: 8px;
}

html body #mobile-booking-customer-surface .mbc-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}

html body #mobile-booking-customer-surface .mbc-status,
html body #mobile-booking-customer-surface .mbc-provider {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body #mobile-booking-customer-surface .mbc-status {
  color: #16783d;
  -webkit-text-fill-color: #16783d;
}

html body #mobile-booking-customer-surface .mbc-provider {
  color: rgba(5, 5, 5, 0.48);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.48);
}

html body #mobile-booking-customer-surface .mbc-time {
  color: #050505;
  -webkit-text-fill-color: #050505;
  font-size: 35px;
  line-height: .92;
  font-weight: 950;
  letter-spacing: 0;
}

html body #mobile-booking-customer-surface .mbc-card-title {
  margin: 0;
  max-width: 18ch;
  color: rgba(5, 5, 5, 0.78);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.78);
  font-size: 17px;
  line-height: 1.18;
  font-weight: 820;
  letter-spacing: 0;
}

html body #mobile-booking-customer-surface .mbc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: rgba(5, 5, 5, 0.52);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.52);
  font-size: 12px;
  line-height: 1;
  font-weight: 780;
  text-transform: uppercase;
}

html body #mobile-booking-customer-surface .mbc-meta span + span::before {
  content: "/";
  margin-right: 7px;
  color: rgba(5, 5, 5, 0.25);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.25);
}

html body #mobile-booking-customer-surface .mbc-card-actions {
  margin-top: 6px;
  display: flex;
  gap: 8px;
}

html body #mobile-booking-customer-surface .mbc-card-actions button,
html body #mobile-booking-customer-surface .mbc-action {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body #mobile-booking-customer-surface .mbc-empty {
  display: grid;
  gap: 12px;
  max-width: 100%;
}

html body #mobile-booking-customer-surface .mbc-empty-premium {
  padding: 16px 0 0;
  border-top: 1px solid rgba(5, 5, 5, 0.10);
}

html body #mobile-booking-customer-surface .mbc-empty-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  color: rgba(5, 5, 5, 0.52);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.52);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html body #mobile-booking-customer-surface .mbc-empty-status span,
html body #mobile-booking-customer-surface .mbc-empty-status strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body #mobile-booking-customer-surface .mbc-empty-status strong {
  color: #050505;
  -webkit-text-fill-color: #050505;
  font-weight: 930;
}

html body #mobile-booking-customer-surface .mbc-empty-ticket {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(5, 5, 5, 0.10);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 246, 246, .92)),
    #fff;
  box-shadow: 0 18px 50px rgba(5, 5, 5, 0.07);
}

html body #mobile-booking-customer-surface .mbc-empty-ticket-date {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  border-right: 1px dashed rgba(5, 5, 5, 0.16);
  padding-right: 12px;
}

html body #mobile-booking-customer-surface .mbc-empty-ticket-date span,
html body #mobile-booking-customer-surface .mbc-empty-ticket-kicker {
  color: rgba(5, 5, 5, 0.45);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.45);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html body #mobile-booking-customer-surface .mbc-empty-ticket-date strong {
  color: #050505;
  -webkit-text-fill-color: #050505;
  font-size: 34px;
  line-height: .86;
  font-weight: 960;
  letter-spacing: 0;
}

html body #mobile-booking-customer-surface .mbc-empty-ticket-main {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 8px;
}

html body #mobile-booking-customer-surface .mbc-empty-ticket-main strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #050505;
  -webkit-text-fill-color: #050505;
  font-size: 22px;
  line-height: .98;
  font-weight: 940;
  letter-spacing: 0;
}

html body #mobile-booking-customer-surface .mbc-empty-ticket-main > span:last-child {
  color: rgba(5, 5, 5, 0.58);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.58);
  font-size: 12px;
  line-height: 1.22;
  font-weight: 720;
}

html body #mobile-booking-customer-surface .mbc-empty h3 {
  margin: 0;
  max-width: 12ch;
  font-size: 31px;
  line-height: .96;
  font-weight: 930;
  letter-spacing: 0;
}

html body #mobile-booking-customer-surface .mbc-empty p {
  margin: 0;
  max-width: 31ch;
  color: rgba(5, 5, 5, 0.58);
  -webkit-text-fill-color: rgba(5, 5, 5, 0.58);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 680;
}

html body #mobile-booking-customer-surface .mbc-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

html body #mobile-booking-customer-surface .mbc-empty .mbc-action,
html body #mobile-booking-customer-surface .mbc-action-secondary {
  width: fit-content;
  min-height: 42px;
}

html body #mobile-booking-customer-surface .mbc-action-secondary {
  padding: 0 15px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #050505;
  -webkit-text-fill-color: #050505;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 380px) {
  html body #mobile-booking-customer-surface .mbc-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  html body #mobile-booking-customer-surface .mbc-title {
    font-size: 31px;
  }

  html body #mobile-booking-customer-surface .mbc-time {
    font-size: 31px;
  }
}

/* customer-empty-redesign-20260810
   The logged-out state was a fake "--" ticket plus a second Log in button,
   all crammed at the top. One centred message, one action, and what you get. */
html body .mbc-empty.mbc-empty-premium {
    min-height: 62dvh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 24px 4px 40px !important;
    text-align: center !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body .mbc-empty-status,
html body .mbc-empty-ticket {
    display: none !important;
}

html body .mbc-empty-mark {
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px !important;
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
}

html body .mbc-empty.mbc-empty-premium h3 {
    margin: 20px 0 0 !important;
    max-width: 16ch !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 27px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

html body .mbc-empty.mbc-empty-premium p {
    margin: 10px 0 0 !important;
    max-width: 30ch !important;
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

html body .mbc-empty-actions {
    display: flex !important;
    gap: 10px !important;
    margin-top: 22px !important;
    width: 100% !important;
    max-width: 320px !important;
}

html body .mbc-empty-actions .mbc-action,
html body .mbc-empty-actions .mbc-action-secondary {
    flex: 1 !important;
    min-height: 50px !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body .mbc-empty-actions .mbc-action {
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body .mbc-empty-actions .mbc-action-secondary {
    background: transparent !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.14) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

/* What you actually get once you're in. */
html body .mbc-empty-perks {
    list-style: none !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 34px 0 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 0 !important;
    text-align: left !important;
}

html body .mbc-empty-perks li {
    padding: 15px 2px !important;
}

html body .mbc-empty-perks li + li {
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

html body .mbc-empty-perks strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

html body .mbc-empty-perks span {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}
