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

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

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

  .page-booking-schedule .yz-booking-header .container,
  .page-booking-schedule .yz-booking-header-inner {
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !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 {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 48px auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 8px !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .page-booking-schedule .yz-booking-brand-ref::before {
    content: "" !important;
    width: 50px !important;
    height: 30px !important;
    grid-row: 1 / 3 !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 {
    background: #f2f5f8 !important;
    padding-bottom: 78px !important;
  }

  .page-booking-schedule .yz-schedule-query-hero {
    margin: 0 !important;
    padding: 10px 9px 12px !important;
    background: #0b7ed4 !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: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ebebeb !important;
  }

  .page-booking-schedule .yz-booking-tabs button {
    height: 44px !important;
    min-height: 44px !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) 54px minmax(0, 1fr) !important;
    gap: 8px 0 !important;
    padding: 14px 28px 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;
    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;
    border: 1px solid #8ebdec !important;
    border-radius: 999px !important;
    background: #eef7ff !important;
    color: transparent !important;
    font-size: 0 !important;
    box-shadow: none !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;
  }

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

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

  .page-booking-schedule .yz-schedule-ship-field {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
  }

  .page-booking-schedule .yz-booking-submit {
    grid-row: 4 !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;
    font-size: 14px !important;
  }

  .page-booking-schedule .yz-booking-submit {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    height: 41px !important;
    min-height: 41px !important;
    margin: 2px 0 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #2379d4 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !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;
    gap: 6px !important;
    margin: 10px 28px 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
  }

  .page-booking-schedule .yz-schedule-route-buttons::-webkit-scrollbar {
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-route-buttons span,
  .page-booking-schedule .yz-schedule-route-buttons button {
    flex: 0 0 auto !important;
    font-size: 12px !important;
  }

  .page-booking-schedule .yz-schedule-route-buttons button {
    height: 23px !important;
    padding: 0 8px !important;
    border: 1px solid #e2e6ea !important;
    border-radius: 3px !important;
    background: #eef2f5 !important;
    color: #46596b !important;
    box-shadow: 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 {
    padding: 0 !important;
  }

  .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;
    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;
  }

  .page-booking-schedule .yz-schedule-result-head p {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 12px !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, 1fr) auto !important;
    column-gap: 10px !important;
    align-items: center !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    border-bottom: 1px solid #edf0f4 !important;
    color: #111 !important;
    text-decoration: none !important;
  }

  .page-booking-schedule .yz-schedule-day-link * {
    min-width: 0 !important;
  }

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

  .page-booking-schedule .yz-schedule-day-ship {
    min-width: 0 !important;
    overflow: hidden !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

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

  .page-booking-schedule .yz-schedule-day-link::before,
  .page-booking-schedule .yz-schedule-day-link::after,
  .page-booking-schedule .yz-schedule-day-price::before,
  .page-booking-schedule .yz-schedule-day-price::after {
    content: none !important;
    display: none !important;
  }

  .page-booking-schedule .yz-schedule-day-price {
    color: #f04b23 !important;
    font-size: 14px !important;
    font-weight: 900 !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;
    background: #fff !important;
    border-top: 1px solid #e5e7eb !important;
  }
}
