@media (max-width: 767px) {
  body.page-booking-schedule {
    margin: 0;
    overflow-x: hidden;
    background: #f2f5f8 !important;
    color: #111;
  }

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

  .page-booking-schedule .yz-booking-header {
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #2658bb !important;
  }

  .page-booking-schedule .yz-booking-header-inner {
    height: 50px !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .page-booking-schedule .yz-booking-nav,
  .page-booking-schedule .yz-booking-header-cta,
  .page-booking-schedule .yz-booking-floating-tools,
  .page-booking-schedule .yz-booking-footer {
    display: none !important;
  }

  .page-booking-schedule .yz-booking-brand-ref {
    display: grid !important;
    grid-template-columns: 48px auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 8px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .page-booking-schedule .yz-booking-brand-ref::before {
    content: "" !important;
    grid-row: 1 / 3 !important;
    width: 50px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #fff !important;
    clip-path: polygon(0 66%, 36% 43%, 58% 20%, 77% 42%, 100% 33%, 82% 70%, 47% 87%, 14% 82%) !important;
  }

  .page-booking-schedule .yz-booking-brand-ref strong {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
  }

  .page-booking-schedule .yz-booking-brand-ref small {
    color: #fff !important;
    font-size: 7px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    line-height: 1 !important;
  }

  .page-booking-schedule .yz-schedule-main {
    padding-bottom: 78px !important;
    background: #f2f5f8 !important;
  }

  .page-booking-schedule .yz-schedule-query-hero {
    margin: 0 !important;
    padding: 10px 9px 12px !important;
    background: #fff !important;
  }

  .page-booking-schedule .yz-schedule-query-wrap {
    padding: 0 !important;
  }

  .page-booking-schedule .yz-schedule-query-card {
    margin: 0 !important;
    padding: 0 0 12px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: 0 3px 14px rgba(25, 79, 135, 0.18) !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-booking-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #ebebeb !important;
  }

  .page-booking-schedule .yz-booking-tabs button {
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ebebeb !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
  }

  .page-booking-schedule .yz-booking-tabs button.is-active {
    background: #fff !important;
    color: #0059b9 !important;
    border-radius: 0 0 8px 0 !important;
  }

  .page-booking-schedule .yz-schedule-query-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr) !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 18px 40px 0 !important;
    background: #fff !important;
  }

  .page-booking-schedule .yz-schedule-query-row > label:nth-of-type(1) {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .page-booking-schedule .yz-schedule-query-row > .yz-booking-swap {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .page-booking-schedule .yz-schedule-query-row > label:nth-of-type(2) {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  .page-booking-schedule .yz-schedule-query-row label {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-schedule .yz-schedule-query-row label span {
    display: none !important;
  }

  .page-booking-schedule #scheduleStart,
  .page-booking-schedule #scheduleEnd {
    width: 100% !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    color: #050505 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-align-last: center !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .page-booking-schedule .yz-booking-swap {
    align-self: center !important;
    justify-self: center !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #8ebdec !important;
    border-radius: 999px !important;
    background: #eef7ff !important;
    color: transparent !important;
    font-size: 0 !important;
    text-indent: -999px !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-booking-swap::before {
    content: "⇄" !important;
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    height: 100% !important;
    color: #0b66c2 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    text-indent: 0 !important;
  }

  .page-booking-schedule .yz-schedule-query-row label:nth-of-type(3) {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    margin-top: 8px !important;
    padding-top: 10px !important;
    border-top: 1px solid #d4d4d4 !important;
  }

  .page-booking-schedule #scheduleDate {
    width: 100% !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    color: #050505 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-date-display {
    display: flex !important;
    width: 100% !important;
    min-height: 40px !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    color: #050505 !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  .page-booking-schedule .yz-schedule-date-display strong {
    color: #050505 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-date-display small {
    color: #333 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-date-display + #scheduleDate {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    color: transparent !important;
    background: transparent !important;
  }

  .page-booking-schedule .yz-schedule-ship-field {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    margin-top: 8px !important;
    position: relative !important;
  }

  .page-booking-schedule #scheduleShip {
    width: 100% !important;
    height: 38px !important;
    padding: 0 12px !important;
    border: 1px solid #d6dce5 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px !important;
  }

  .page-booking-schedule .yz-ship-suggest-panel {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 6px) !important;
    z-index: 90 !important;
    padding: 6px !important;
    border: 1px solid rgba(41, 116, 196, 0.18) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 14px 32px rgba(23, 75, 135, 0.18) !important;
  }

  .page-booking-schedule .yz-ship-suggest-panel[hidden] {
    display: none !important;
  }

  .page-booking-schedule .yz-ship-suggest-panel button {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #173b63 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    padding: 10px 12px !important;
    text-align: left !important;
  }

  .page-booking-schedule .yz-ship-suggest-panel button:active {
    background: rgba(31, 119, 210, 0.1) !important;
  }

  .page-booking-schedule .yz-booking-submit {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    width: 100% !important;
    height: 41px !important;
    min-height: 41px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #2379d4 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 41px !important;
    letter-spacing: 8px !important;
    text-indent: 8px !important;
    box-shadow: 0 8px 14px rgba(35, 121, 212, 0.3) !important;
  }

  .page-booking-schedule .yz-schedule-route-buttons {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 9px 40px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    color: #4a4a4a !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-route-buttons span {
    flex: 0 0 auto !important;
    color: #4a4a4a !important;
    font-size: 12px !important;
  }

  .page-booking-schedule .yz-schedule-route-buttons button {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    height: 23px !important;
    min-height: 23px !important;
    padding: 0 6px !important;
    border: 1px solid #e2e6ea !important;
    border-radius: 3px !important;
    background: #eef2f5 !important;
    color: #46596b !important;
    font-size: 11px !important;
    line-height: 23px !important;
    box-shadow: none !important;
  }

  .page-booking-schedule .yz-schedule-route-buttons button:nth-of-type(n+4) {
    display: none !important;
  }

  .page-booking-schedule .yz-booking-section {
    margin: 0 !important;
    padding: 10px 10px 0 !important;
    background: #f2f5f8 !important;
  }

  .page-booking-schedule .yz-schedule-results-shell,
  .page-booking-schedule .yz-schedule-results-main {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-schedule .yz-schedule-result-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }

  .page-booking-schedule .yz-schedule-result-head h2 {
    margin: 0 0 4px !important;
    color: #063a73 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  .page-booking-schedule .yz-schedule-result-head p {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .page-booking-schedule .yz-schedule-back-home {
    flex: 0 0 auto !important;
    padding: 5px 9px !important;
    border: 1px solid #d9e3ef !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #0b66c2 !important;
    font-size: 12px !important;
    text-decoration: none !important;
  }

  .page-booking-schedule .yz-schedule-day-block {
    margin: 0 0 10px !important;
    border: 1px solid #e5eaf0 !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(16, 54, 92, 0.06) !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-day-head {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    height: 42px !important;
    padding: 0 12px !important;
    border-bottom: 1px solid #edf0f4 !important;
    background: #f8fbff !important;
  }

  .page-booking-schedule .yz-schedule-day-head .date {
    color: #0b66c2 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-day-head .week {
    color: #667085 !important;
    font-size: 12px !important;
  }

  .page-booking-schedule .yz-schedule-day-link {
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) auto auto !important;
    column-gap: 8px !important;
    align-items: center !important;
    min-height: 48px !important;
    padding: 0 10px !important;
    border-bottom: 1px solid #edf0f4 !important;
    color: #111 !important;
    text-decoration: none !important;
  }

  .page-booking-schedule .yz-schedule-day-link:last-child {
    border-bottom: 0 !important;
  }

  .page-booking-schedule .yz-schedule-day-ship,
  .page-booking-schedule .yz-schedule-day-route {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-day-ship {
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .page-booking-schedule .yz-schedule-day-route {
    color: #667085 !important;
    font-size: 12px !important;
  }

  .page-booking-schedule .yz-schedule-day-price {
    color: #f04b23 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    min-width: 44px !important;
    height: 28px !important;
    border-radius: 4px !important;
    background: #ff8a00 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-booking-mobile-nav {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 50 !important;
    height: 55px !important;
    border-top: 1px solid #e5e7eb !important;
    background: #fff !important;
  }
}

@media (max-width: 767px) {
  /* Schedule list final pass: closer to the reference card proportions. */
  .page-booking-schedule .yz-schedule-day-body {
    gap: 20px !important;
    width: calc(100% - 30px) !important;
    max-width: 363px !important;
    padding: 20px 0 76px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    grid-template-columns: 74px minmax(0, 1fr) 74px !important;
    grid-template-rows: 26px 62px auto auto !important;
    min-height: 224px !important;
    padding: 12px 14px 11px !important;
    border-radius: 13px !important;
    box-shadow: 0 4px 14px rgba(28, 62, 99, 0.07) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time {
    align-self: start !important;
    padding-top: 2px !important;
  }

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

  .page-booking-schedule .yz-schedule-ticket-time small {
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid {
    align-self: start !important;
    margin-top: 12px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid span {
    height: 24px !important;
    min-width: 56px !important;
    font-size: 13px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    grid-column: 1 / 3 !important;
    padding-top: 13px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  .page-booking-schedule .yz-schedule-score {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 54px !important;
    height: 18px !important;
    margin-top: 4px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    background: #ffc400 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 18px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    margin-top: 7px !important;
    font-size: 21px !important;
    letter-spacing: 0 !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    width: 84px !important;
    height: 40px !important;
    align-self: end !important;
    margin-bottom: 2px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic {
    margin-top: 11px !important;
    padding: 8px 10px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 767px) {
  /* Final width pass: schedule list should use the phone screen like the reference site. */
  .page-booking-schedule .yz-schedule-main {
    background: #f2f4f7 !important;
    padding-bottom: 58px !important;
  }

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

  .page-booking-schedule .yz-schedule-day-list {
    padding: 12px 15px 10px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    padding: 18px 15px 13px !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 4px 13px rgba(31, 50, 73, .08) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    font-size: 20px !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    width: 80px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: #ff6934 !important;
  }

  .page-booking-schedule .yz-booking-mobile-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    height: 56px !important;
    background: #07599e !important;
  }
}

@media (max-width: 767px) {
  .page-booking-schedule .yz-booking-swap::before {
    content: "⇄" !important;
  }

  .page-booking-schedule .yz-schedule-day-block {
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .page-booking-schedule .yz-schedule-day-head {
    height: 34px !important;
    margin-bottom: 8px !important;
    padding: 0 4px !important;
    border: 0 !important;
    background: transparent !important;
  }

  .page-booking-schedule .yz-schedule-day-head .date {
    color: #0f3f70 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 72px 1fr 72px !important;
    grid-template-rows: auto auto auto !important;
    gap: 10px 6px !important;
    min-height: 150px !important;
    margin: 0 0 12px !important;
    padding: 16px 14px 14px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 5px 18px rgba(20, 82, 150, 0.12) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time {
    display: grid !important;
    gap: 4px !important;
    justify-items: center !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time strong {
    color: #0f3f70 !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time small {
    color: #667085 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid span {
    z-index: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 24px !important;
    padding: 0 12px !important;
    border: 1px solid #ffe4d8 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #ff7043 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    border-top: 1px solid #dce7f1 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    right: 5px !important;
    top: 50% !important;
    height: 7px !important;
    margin-top: -3px !important;
    background: radial-gradient(circle at left center, #0f4a80 0 3px, transparent 4px), radial-gradient(circle at right center, #0f4a80 0 3px, transparent 4px) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    grid-column: 1 / 3 !important;
    display: grid !important;
    gap: 6px !important;
    padding-top: 12px !important;
    border-top: 1px dashed #e6edf5 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    color: #0f3f70 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    color: #ff5b2e !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    grid-column: 3 !important;
    align-self: center !important;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 78px !important;
    height: 38px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ff8a54, #ff6138) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: 0 6px 13px rgba(255, 96, 55, 0.28) !important;
  }

  .page-booking-schedule .yz-schedule-day-ship,
  .page-booking-schedule .yz-schedule-day-route,
  .page-booking-schedule .yz-schedule-day-price {
    display: none !important;
  }

  .page-booking-schedule .yz-booking-mobile-nav {
    border-top: 0 !important;
    background: #07599e !important;
  }

  .page-booking-schedule .yz-booking-mobile-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  /* Reference schedule page: route/date bar first, no repeated home search form. */
  .page-booking-schedule .yz-booking-header {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-main {
    padding-bottom: 58px !important;
    background: #f1f5f8 !important;
  }

  .page-booking-schedule .yz-schedule-query-hero {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  .page-booking-schedule .yz-schedule-ref-top {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(180deg, #2665d8 0%, #0b69d0 100%) !important;
    color: #fff !important;
  }

  .page-booking-schedule .yz-schedule-ref-title {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    padding: 0 48px !important;
  }

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

  .page-booking-schedule .yz-schedule-ref-back {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    width: 28px !important;
    height: 36px !important;
    margin-top: -18px !important;
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 32px !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar {
    display: grid !important;
    grid-template-columns: 86px 1fr 86px !important;
    align-items: center !important;
    gap: 8px !important;
    height: 52px !important;
    padding: 0 17px 8px !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar button {
    height: 36px !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    box-shadow: none !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: 36px !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #1673d5 !important;
    font-size: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14) !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date span {
    color: #1673d5 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date i {
    color: #1673d5 !important;
    font-size: 13px !important;
    font-style: normal !important;
  }

  .page-booking-schedule .yz-booking-section {
    padding: 12px 14px 0 !important;
    background: #f1f5f8 !important;
  }

  .page-booking-schedule .yz-schedule-result-head {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-day-head {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    min-height: 154px !important;
    margin-bottom: 13px !important;
    padding: 17px 15px 13px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(24, 73, 123, 0.1) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card::before {
    content: none !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card::after {
    content: none !important;
  }

  .page-booking-schedule .yz-schedule-trip-type {
    position: absolute !important;
    left: 15px !important;
    top: 14px !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    background: #ecfff2 !important;
    color: #20b65e !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-arrive-date {
    position: absolute !important;
    right: 17px !important;
    top: 16px !important;
    color: #8da1b5 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time {
    padding-top: 32px !important;
  }

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

  .page-booking-schedule .yz-schedule-ticket-info {
    padding-top: 10px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    font-size: 17px !important;
  }

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

  .page-booking-schedule .yz-schedule-ticket-info em::first-letter {
    font-size: 14px !important;
    color: #6b7280 !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    min-width: 82px !important;
    height: 38px !important;
    font-size: 14px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    min-height: 220px !important;
    grid-template-rows: auto auto auto auto !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic {
    grid-column: 1 / -1 !important;
    display: block !important;
    min-height: 34px !important;
    margin-top: 2px !important;
    padding: 9px 10px !important;
    border-radius: 6px !important;
    background: #f8fafc !important;
    color: #606f7f !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic span {
    color: #123c65 !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 767px) {
  .page-booking-schedule .yz-schedule-query-hero,
  .page-booking-schedule .yz-schedule-result-head,
  .page-booking-schedule .yz-booking-floating-tools,
  .page-booking-schedule .yz-booking-footer {
    display: none !important;
  }

  .page-booking-schedule .yz-booking-section {
    display: block !important;
    margin: 0 !important;
    padding: 0 8px 60px !important;
    background: #fff !important;
  }

  .page-booking-schedule .yz-schedule-main {
    padding-bottom: 0 !important;
    background: #fff !important;
  }

  .page-booking-schedule .yz-schedule-ref-top {
    padding: 10px 12px 8px !important;
    background: #2b78e4 !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) 84px !important;
    gap: 12px !important;
    align-items: center !important;
  }

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

  .page-booking-schedule .yz-schedule-ref-date {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #0b66c2 !important;
  }

  .page-booking-schedule .yz-schedule-ref-date span {
    color: #0b66c2 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .page-booking-schedule .yz-schedule-ref-date i {
    color: #0b66c2 !important;
    font-style: normal !important;
    font-size: 12px !important;
  }

  .page-booking-schedule .yz-booking-header {
    background: #2b78e4 !important;
  }

  .page-booking-schedule .yz-booking-header-inner {
    justify-content: space-between !important;
    padding: 0 14px !important;
  }

  .page-booking-schedule .yz-schedule-back,
  .page-booking-schedule .yz-schedule-home {
    color: #fff !important;
    font-size: 28px !important;
    text-decoration: none !important;
    line-height: 1 !important;
  }

  .page-booking-schedule .yz-booking-header strong {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-results-shell,
  .page-booking-schedule .yz-schedule-results-main,
  .page-booking-schedule .yz-schedule-day-list {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  .page-booking-schedule .yz-schedule-day-block {
    margin: 12px 0 14px !important;
    border: 1px solid #d9dfe7 !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14) !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-day-head {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border-bottom: 0 !important;
    background: #fff !important;
  }

  .page-booking-schedule .yz-schedule-day-head .date,
  .page-booking-schedule .yz-schedule-day-head .week {
    color: #0074d9 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .page-booking-schedule .yz-schedule-day-body {
    position: relative !important;
    padding-top: 34px !important;
  }

  .page-booking-schedule .yz-schedule-day-body::before {
    content: "游轮          航向          航行时间        价格" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    display: block !important;
    height: 34px !important;
    padding: 0 10px !important;
    background: #0987ee !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    white-space: pre !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    display: grid !important;
    grid-template-columns: 31% 24% 21% 24% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    gap: 0 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card:nth-child(odd) {
    background: #f2f7ff !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card > * {
    padding: 8px 8px !important;
    border: 0 !important;
  }

  .page-booking-schedule .yz-schedule-trip-type,
  .page-booking-schedule .yz-schedule-arrive-date,
  .page-booking-schedule .yz-schedule-ticket-scenic,
  .page-booking-schedule .yz-schedule-day-cta {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time:first-of-type {
    grid-column: 2 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time:last-of-type {
    grid-column: 3 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time {
    display: grid !important;
    gap: 2px !important;
    justify-items: start !important;
    padding-top: 8px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time strong {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time small {
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    display: grid !important;
    grid-template-columns: 31% 24% 21% 24% !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    grid-column: 1 !important;
    padding: 8px 8px !important;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    grid-column: 4 !important;
    padding: 8px 8px !important;
    color: #ff1f00 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767px) {
  .page-booking-schedule .yz-booking-header {
    display: block !important;
    height: 50px !important;
    background: #2b78e4 !important;
  }

  .page-booking-schedule .yz-booking-header-inner {
    display: grid !important;
    grid-template-columns: 42px 1fr 42px !important;
    align-items: center !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 10px !important;
  }

  .page-booking-schedule #schedulePageTitle {
    display: block !important;
    grid-column: 2 !important;
    justify-self: center !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-back {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .page-booking-schedule .yz-schedule-home {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    grid-template-columns: 31% 24% 21% 24% !important;
    align-items: center !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    display: contents !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    padding: 10px 8px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    grid-column: 4 !important;
    grid-row: 1 !important;
    align-self: center !important;
    padding: 10px 8px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time:first-of-type {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time:last-of-type {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time {
    padding: 10px 8px !important;
  }

  .page-booking-schedule .yz-schedule-route-cell strong,
  .page-booking-schedule .yz-schedule-duration-cell strong {
    display: block !important;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  .page-booking-schedule .yz-schedule-route-cell small,
  .page-booking-schedule .yz-schedule-duration-cell small {
    display: block !important;
    color: #111 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time small {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .page-booking-schedule .yz-schedule-ref-top {
    padding-top: 10px !important;
  }
}

@media (max-width: 767px) {
  html,
  body.page-booking-schedule {
    width: min(100%, 393px) !important;
    min-width: 0 !important;
    max-width: min(100%, 393px) !important;
    overflow-x: hidden !important;
  }

  .page-booking-schedule {
    background: #f1f4f7 !important;
  }

  .page-booking-schedule .yz-booking-header {
    height: 50px !important;
    background: #2f6fd2 !important;
  }

  .page-booking-schedule .yz-booking-header-inner {
    grid-template-columns: 44px 1fr 44px !important;
    padding: 0 8px !important;
  }

  .page-booking-schedule #schedulePageTitle {
    font-size: 19px !important;
    letter-spacing: 0 !important;
  }

  .page-booking-schedule .yz-schedule-home {
    visibility: hidden !important;
  }

  .page-booking-schedule .yz-schedule-ref-top {
    margin: 0 !important;
    padding: 9px 0 10px !important;
    background: #2f6fd2 !important;
  }

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

  .page-booking-schedule .yz-schedule-ref-datebar > button {
    display: grid !important;
    place-items: center !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date {
    border-radius: 5px !important;
    background: #fff !important;
    color: #1f75da !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-ref-date i {
    margin-left: 7px !important;
    color: #1f75da !important;
    font-size: 13px !important;
  }

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

  .page-booking-schedule .yz-booking-section {
    margin: 0 !important;
    padding: 0 15px 70px !important;
    background: #f1f4f7 !important;
    overflow-x: hidden !important;
  }

  .page-booking-schedule .yz-schedule-results-shell,
  .page-booking-schedule .yz-schedule-results-main,
  .page-booking-schedule .yz-schedule-day-list {
    width: min(100%, 363px) !important;
    min-width: 0 !important;
    max-width: min(100%, 363px) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .page-booking-schedule .yz-schedule-day-block {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .page-booking-schedule .yz-schedule-day-head {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-day-body {
    display: grid !important;
    gap: 20px !important;
    padding: 20px 0 0 !important;
    background: transparent !important;
  }

  .page-booking-schedule .yz-schedule-day-body::before {
    content: none !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 82px 1fr 82px !important;
    width: min(100%, 363px) !important;
    max-width: min(100%, 363px) !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    grid-template-rows: auto auto auto auto auto !important;
    min-height: 226px !important;
    margin: 0 !important;
    padding: 14px 15px 12px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(28, 62, 99, 0.08) !important;
    color: #092f5d !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card:nth-child(odd) {
    background: #fff !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card > * {
    padding: 0 !important;
    border: 0 !important;
  }

  .page-booking-schedule .yz-schedule-trip-type {
    display: inline-grid !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    place-items: center !important;
    justify-self: start !important;
    min-width: 48px !important;
    height: 26px !important;
    padding: 0 10px !important;
    border-radius: 4px !important;
    background: #eefaf1 !important;
    color: #12a04a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-arrive-date {
    display: block !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    max-width: 92px !important;
    height: 26px !important;
    padding: 0 7px !important;
    border-radius: 4px !important;
    background: #f5fbff !important;
    color: #86a6c6 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 26px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-route-cell {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;
    margin-top: 18px !important;
    text-align: center !important;
  }

  .page-booking-schedule .yz-schedule-route-cell strong {
    display: block !important;
    color: #07376c !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
  }

  .page-booking-schedule .yz-schedule-route-cell small {
    display: block !important;
    margin-top: 4px !important;
    color: #5c6f83 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: stretch !important;
    margin: 31px 3px 0 !important;
    place-items: center !important;
    height: 20px !important;
    color: #ff6a2b !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::before,
  .page-booking-schedule .yz-schedule-ticket-mid::after {
    content: "" !important;
    position: absolute !important;
    top: 65px !important;
    width: 38px !important;
    height: 1px !important;
    background: #d9dde4 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::before {
    left: 112px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::after {
    right: 112px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid i {
    display: block !important;
    position: absolute !important;
    left: calc(50% - 4px) !important;
    top: 61px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: #07376c !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid span {
    display: inline-grid !important;
    position: relative !important;
    z-index: 2 !important;
    place-items: center !important;
    min-width: 58px !important;
    height: 25px !important;
    padding: 0 8px !important;
    border: 1px solid #ffd6c8 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #ff5c25 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-duration-cell {
    display: block !important;
    grid-column: 3 !important;
    grid-row: 2 !important;
    align-self: start !important;
    margin-top: 18px !important;
    text-align: center !important;
  }

  .page-booking-schedule .yz-schedule-duration-cell strong {
    display: block !important;
    color: #07376c !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
  }

  .page-booking-schedule .yz-schedule-duration-cell small {
    display: block !important;
    margin-top: 4px !important;
    color: #5c6f83 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    grid-template-columns: 1fr auto !important;
    min-width: 0 !important;
    align-items: end !important;
    gap: 10px !important;
    margin-top: 17px !important;
    padding-top: 15px !important;
    border-top: 1px dashed #e4e8ee !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    display: block !important;
    grid-column: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #063a73 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    display: block !important;
    grid-column: 1 !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #ff5c25 !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em::first-letter {
    font-size: 17px !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    display: grid !important;
    grid-column: 3 !important;
    grid-row: 3 !important;
    align-self: end !important;
    justify-self: end !important;
    place-items: center !important;
    width: 78px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: #ff6934 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 16px rgba(255, 105, 52, 0.28) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic {
    display: block !important;
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    margin-top: 15px !important;
    padding: 9px 10px !important;
    border-radius: 5px !important;
    background: #f5f8fb !important;
    color: #22456d !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic span {
    color: #063a73 !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 767px) {
  .page-booking-schedule .yz-booking-mobile-nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .page-booking-schedule .yz-schedule-main,
  body.page-booking-schedule {
    padding-bottom: 0 !important;
    background: #f1f4f7 !important;
  }

  .page-booking-schedule .yz-schedule-day-body {
    gap: 9px !important;
    width: calc(100% - 18px) !important;
    max-width: none !important;
    padding: 11px 0 18px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    grid-template-columns: 66px minmax(0, 1fr) 66px !important;
    grid-template-rows: 22px 55px auto auto !important;
    padding: 9px 11px 8px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 9px rgba(28, 62, 99, 0.08) !important;
  }

  .page-booking-schedule .yz-schedule-trip-type {
    height: 20px !important;
    min-width: 40px !important;
    padding: 0 7px !important;
    font-size: 11px !important;
  }

  .page-booking-schedule .yz-schedule-arrive-date {
    max-width: 72px !important;
    height: 20px !important;
    padding: 0 4px !important;
    font-size: 11px !important;
    line-height: 20px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time strong {
    font-size: 20px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time small {
    margin-top: 3px !important;
    font-size: 11px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid {
    height: 30px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid span {
    height: 21px !important;
    min-width: 50px !important;
    padding: 0 7px !important;
    font-size: 12px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    padding-top: 9px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    font-size: 18px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    margin-top: 4px !important;
    font-size: 18px !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    width: 76px !important;
    height: 34px !important;
    font-size: 13px !important;
    box-shadow: 0 5px 10px rgba(255, 105, 52, 0.22) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic {
    margin-top: 8px !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 767px) {
  /* Route list density: match the tighter mobile reference route page. */
  .page-booking-schedule .yz-booking-mobile-nav {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-main,
  body.page-booking-schedule {
    padding-bottom: 0 !important;
    background: #f1f4f7 !important;
  }

  .page-booking-schedule .yz-schedule-day-body {
    gap: 9px !important;
    width: calc(100% - 18px) !important;
    max-width: none !important;
    padding: 11px 0 18px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    grid-template-columns: 66px minmax(0, 1fr) 66px !important;
    grid-template-rows: 22px 55px auto auto !important;
    padding: 9px 11px 8px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 9px rgba(28, 62, 99, 0.08) !important;
  }

  .page-booking-schedule .yz-schedule-trip-type {
    height: 20px !important;
    min-width: 40px !important;
    padding: 0 7px !important;
    font-size: 11px !important;
  }

  .page-booking-schedule .yz-schedule-arrive-date {
    max-width: 72px !important;
    height: 20px !important;
    padding: 0 4px !important;
    font-size: 11px !important;
    line-height: 20px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time strong {
    font-size: 20px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time small {
    margin-top: 3px !important;
    font-size: 11px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid {
    height: 30px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid span {
    height: 21px !important;
    min-width: 50px !important;
    padding: 0 7px !important;
    font-size: 12px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    padding-top: 9px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    font-size: 18px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    margin-top: 4px !important;
    font-size: 18px !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    width: 76px !important;
    height: 34px !important;
    font-size: 13px !important;
    box-shadow: 0 5px 10px rgba(255, 105, 52, 0.22) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic {
    margin-top: 8px !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 767px) {
  .page-booking-schedule .yz-schedule-query-hero,
  .page-booking-schedule .yz-schedule-day-head {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-main,
  .page-booking-schedule .yz-booking-section,
  .page-booking-schedule .yz-schedule-results-shell,
  .page-booking-schedule .yz-schedule-results-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: #f2f5f8 !important;
  }

  .page-booking-schedule .yz-schedule-ref-top {
    display: block !important;
    margin: 0 !important;
    padding: 0 0 20px !important;
    background: #2f6fcd !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar {
    display: grid !important;
    grid-template-columns: 80px 1fr 80px !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 393px !important;
    height: 50px !important;
    margin: 0 auto !important;
    padding: 0 22px !important;
    box-sizing: border-box !important;
    background: #2f6fcd !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar button {
    display: grid !important;
    place-items: center !important;
    height: 36px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date {
    background: #fff !important;
    color: #0b63d1 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-day-body {
    display: grid !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 393px !important;
    margin: 0 auto !important;
    padding: 20px 15px 78px !important;
    box-sizing: border-box !important;
    background: #f2f5f8 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 78px 1fr 78px !important;
    grid-template-rows: 28px 76px auto auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px 14px 12px !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(18, 58, 98, .08) !important;
    color: #082f5d !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-trip-type {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    display: grid !important;
    place-items: center !important;
    height: 24px !important;
    min-width: 44px !important;
    padding: 0 8px !important;
    border-radius: 4px !important;
    background: #eefaf1 !important;
    color: #10a34a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-arrive-date {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    display: block !important;
    max-width: 88px !important;
    height: 24px !important;
    padding: 0 6px !important;
    border-radius: 4px !important;
    background: #f5fbff !important;
    color: #86a6c6 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 24px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-route-cell,
  .page-booking-schedule .yz-schedule-duration-cell {
    grid-row: 2 !important;
    align-self: center !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .page-booking-schedule .yz-schedule-route-cell { grid-column: 1 !important; }
  .page-booking-schedule .yz-schedule-duration-cell { grid-column: 3 !important; }

  .page-booking-schedule .yz-schedule-ticket-time strong {
    display: block !important;
    color: #07376c !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time small {
    display: block !important;
    margin-top: 5px !important;
    color: #5c6f83 !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid {
    position: relative !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: grid !important;
    place-items: center !important;
    align-self: center !important;
    height: 36px !important;
    margin: 0 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::before {
    content: "" !important;
    position: absolute !important;
    left: 6px !important;
    right: 6px !important;
    top: 50% !important;
    height: 1px !important;
    background: #d9dde4 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: calc(50% - 4px) !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: #07376c !important;
    box-shadow: calc(100% + 82px) 0 0 #07376c !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid i {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid span {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    height: 25px !important;
    min-width: 58px !important;
    padding: 0 8px !important;
    border: 1px solid #ffd6c8 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #ff5c25 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    grid-column: 1 / 3 !important;
    grid-row: 3 !important;
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 14px 0 0 !important;
    border-top: 1px dashed #e4e8ee !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    display: block !important;
    color: #063a73 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    display: block !important;
    margin-top: 7px !important;
    color: #ff5c25 !important;
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    grid-column: 3 !important;
    grid-row: 3 !important;
    align-self: end !important;
    justify-self: end !important;
    display: grid !important;
    place-items: center !important;
    width: 78px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: #ff6934 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 16px rgba(255, 105, 52, .28) !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    display: block !important;
    margin-top: 14px !important;
    padding: 8px 10px !important;
    border-radius: 5px !important;
    background: #f5f8fb !important;
    color: #22456d !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic span {
    color: #063a73 !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 767px) {
  .page-booking-schedule .yz-booking-mobile-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000 !important;
    height: 56px !important;
    border-top: 0 !important;
    background: #07599e !important;
  }

  .page-booking-schedule .yz-booking-mobile-nav a,
  .page-booking-schedule .yz-booking-mobile-nav a.is-active {
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    background: transparent !important;
  }

  .page-booking-schedule .yz-booking-mobile-nav a::before {
    display: block !important;
    height: 22px !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 22px !important;
  }

  .page-booking-schedule .yz-booking-mobile-nav a:nth-child(1)::before { content: "⌂" !important; }
  .page-booking-schedule .yz-booking-mobile-nav a:nth-child(2)::before { content: "⇄" !important; }
  .page-booking-schedule .yz-booking-mobile-nav a:nth-child(3)::before { content: "¥" !important; }
  .page-booking-schedule .yz-booking-mobile-nav a:nth-child(4)::before { content: "☏" !important; }
}

@media (max-width: 767px) {
  /* Last override: keep schedule cards full-width after legacy duplicate blocks. */
  .page-booking-schedule .yz-booking-section,
  .page-booking-schedule .yz-schedule-results-shell,
  .page-booking-schedule .yz-schedule-results-main,
  .page-booking-schedule .yz-schedule-day-list {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-booking-schedule .yz-schedule-day-list {
    padding: 12px 15px 10px !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    padding: 18px 15px 13px !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 4px 13px rgba(31, 50, 73, .08) !important;
  }

  .page-booking-schedule .yz-booking-mobile-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    height: 56px !important;
    background: #07599e !important;
  }
}

@media (max-width: 767px) {
  /* 2026-06-18 final parity pass: match the reference mobile schedule list, not a search form page. */
  html,
  body.page-booking-schedule {
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    background: #f1f4f7 !important;
  }

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

  .page-booking-schedule .yz-schedule-main {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 56px !important;
    background: #f1f4f7 !important;
  }

  .page-booking-schedule .yz-schedule-ref-top {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #2c65c9 !important;
    color: #fff !important;
  }

  .page-booking-schedule .yz-schedule-ref-title {
    position: relative !important;
    display: block !important;
    height: 50px !important;
    width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: #2c65c9 !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-ref-title strong {
    position: absolute !important;
    left: 58px !important;
    right: 58px !important;
    top: 0 !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .page-booking-schedule .yz-schedule-ref-back {
    position: absolute !important;
    left: 17px !important;
    top: 0 !important;
    display: block !important;
    width: 30px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    line-height: 46px !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .page-booking-schedule .yz-schedule-home {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar {
    display: grid !important;
    grid-template-columns: 80px minmax(0, 1fr) 80px !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 393px !important;
    height: 50px !important;
    margin: 0 auto !important;
    padding: 0 22px 8px !important;
    box-sizing: border-box !important;
    background: #2c65c9 !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar button {
    display: grid !important;
    place-items: center !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
    box-shadow: none !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    height: 34px !important;
    padding: 0 8px !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #0b63d1 !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date span {
    color: #0b63d1 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-ref-datebar .yz-schedule-ref-date i {
    color: #0b63d1 !important;
    font-size: 13px !important;
    font-style: normal !important;
  }

  .page-booking-schedule .yz-booking-section,
  .page-booking-schedule .yz-schedule-results-shell,
  .page-booking-schedule .yz-schedule-results-main,
  .page-booking-schedule .yz-schedule-day-list {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: #f1f4f7 !important;
  }

  .page-booking-schedule .yz-schedule-day-body {
    display: grid !important;
    gap: 14px !important;
    width: calc(100% - 30px) !important;
    max-width: 363px !important;
    margin: 0 auto !important;
    padding: 20px 0 72px !important;
    box-sizing: border-box !important;
    background: #f1f4f7 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    grid-template-rows: 26px 70px auto auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 12px 14px 11px !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(28, 62, 99, 0.08) !important;
    color: #082f5d !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-trip-type {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    display: grid !important;
    place-items: center !important;
    height: 24px !important;
    min-width: 45px !important;
    padding: 0 8px !important;
    border-radius: 4px !important;
    background: #eefaf1 !important;
    color: #10a34a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-arrive-date {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    display: block !important;
    max-width: 78px !important;
    height: 24px !important;
    padding: 0 5px !important;
    border-radius: 4px !important;
    background: #f5fbff !important;
    color: #86a6c6 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 24px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .page-booking-schedule .yz-schedule-route-cell,
  .page-booking-schedule .yz-schedule-duration-cell {
    grid-row: 2 !important;
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .page-booking-schedule .yz-schedule-route-cell {
    grid-column: 1 !important;
  }

  .page-booking-schedule .yz-schedule-duration-cell {
    grid-column: 3 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time strong {
    display: block !important;
    color: #07376c !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-time small {
    display: block !important;
    margin-top: 5px !important;
    color: #5c6f83 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid {
    position: relative !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: grid !important;
    place-items: center !important;
    align-self: center !important;
    height: 36px !important;
    margin: 0 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::before {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    right: 5px !important;
    top: 50% !important;
    height: 1px !important;
    background: #d9dde4 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid::after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: calc(50% - 4px) !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: #07376c !important;
    box-shadow: calc(100% + 58px) 0 0 #07376c !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid i {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-ticket-mid span {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    height: 25px !important;
    min-width: 58px !important;
    padding: 0 8px !important;
    border: 1px solid #ffd6c8 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #ff5c25 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info {
    grid-column: 1 / 3 !important;
    grid-row: 3 !important;
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 13px 0 0 !important;
    border-top: 1px dashed #e4e8ee !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info b {
    display: block !important;
    color: #063a73 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .page-booking-schedule .yz-schedule-ticket-info em {
    display: block !important;
    margin-top: 7px !important;
    color: #ff5c25 !important;
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
  }

  .page-booking-schedule .yz-schedule-day-cta {
    grid-column: 3 !important;
    grid-row: 3 !important;
    align-self: end !important;
    justify-self: end !important;
    display: grid !important;
    place-items: center !important;
    width: 84px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: #ff6934 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 16px rgba(255, 105, 52, 0.28) !important;
    white-space: nowrap !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    display: block !important;
    margin-top: 11px !important;
    padding: 8px 10px !important;
    border-radius: 5px !important;
    background: #f5f8fb !important;
    color: #22456d !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .page-booking-schedule .yz-schedule-ticket-scenic span {
    color: #063a73 !important;
    font-weight: 900 !important;
  }
}
