@media screen {
  body.page-booking-schedule {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #f1f4f7 !important;
  }

  body.page-booking-schedule .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-booking-schedule .yz-booking-header,
  body.page-booking-schedule .yz-schedule-query-hero,
  body.page-booking-schedule .yz-booking-footer {
    display: none !important;
  }

  body.page-booking-schedule .yz-schedule-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 calc(62px + env(safe-area-inset-bottom, 0px)) !important;
    background: #f1f4f7 !important;
    overflow-x: hidden !important;
  }

  body.page-booking-schedule .yz-schedule-ref-top {
    display: block !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    background: linear-gradient(135deg, #1548a8 0%, #1f75d8 100%) !important;
    color: #fff !important;
  }

  body.page-booking-schedule .yz-schedule-ref-title {
    position: relative !important;
    display: flex !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 44px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  body.page-booking-schedule .yz-schedule-ref-title strong {
    display: block !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 42px !important;
  }

  body.page-booking-schedule .yz-schedule-ref-back,
  body.page-booking-schedule .yz-schedule-home {
    position: absolute !important;
    top: 0 !important;
    display: grid !important;
    width: 42px !important;
    height: 42px !important;
    place-items: center !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  body.page-booking-schedule .yz-schedule-ref-back {
    left: 0 !important;
  }

  body.page-booking-schedule .yz-schedule-home {
    right: 0 !important;
    font-size: 20px !important;
  }

  body.page-booking-schedule .yz-schedule-ref-datebar {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) 78px !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 0 14px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  body.page-booking-schedule .yz-schedule-ref-datebar > button {
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: none !important;
  }

  body.page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 24px !important;
    align-items: center !important;
    height: 34px !important;
    padding: 0 8px 0 12px !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #1c65c8 !important;
    text-align: center !important;
  }

  body.page-booking-schedule .yz-schedule-ref-date span {
    display: block !important;
    color: #1c65c8 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  body.page-booking-schedule .yz-schedule-ref-date i {
    color: #1c65c8 !important;
    font-style: normal !important;
    font-size: 15px !important;
    line-height: 34px !important;
  }

  body.page-booking-schedule .yz-booking-section {
    margin: 0 !important;
    padding: 12px 14px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #f1f4f7 !important;
    overflow: hidden !important;
  }

  body.page-booking-schedule .yz-schedule-results-shell,
  body.page-booking-schedule .yz-schedule-results-main,
  body.page-booking-schedule .yz-schedule-day-list,
  body.page-booking-schedule .yz-schedule-day-body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.page-booking-schedule .yz-schedule-day-body {
    display: grid !important;
    gap: 13px !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-card {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) 82px !important;
    grid-template-rows: 26px 70px auto auto !important;
    column-gap: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px 14px 11px !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(28, 62, 99, 0.08) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-time strong {
    font-size: 22px !important;
    line-height: 25px !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-time small {
    font-size: 12px !important;
    line-height: 15px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-mid {
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-mid span {
    min-width: 48px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 12px !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-info {
    grid-column: 1 / 3 !important;
    min-width: 0 !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-info b {
    font-size: 19px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-info em {
    font-size: 21px !important;
  }

  body.page-booking-schedule .yz-schedule-day-cta {
    grid-column: 3 !important;
    width: 78px !important;
    height: 38px !important;
    font-size: 13px !important;
    justify-self: end !important;
  }

  body.page-booking-schedule .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    background: #075ea5 !important;
    overflow: hidden !important;
  }

  body.page-booking-schedule .yz-booking-mobile-nav > a {
    flex: 1 1 20% !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.page-booking-schedule .yz-booking-mobile-nav > a span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 10px !important;
    line-height: 14px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }
}
