﻿/* Generated PC lock: re-apply mobile homepage rules when the phone canvas is scaled on desktop. */

/* Source: mobile-reference.css */
@media (min-width: 768px) {
  html,
  body.page-booking-home {
    width: 100%;
    margin: 0;
    background: #fff !important;
    color: #111;
    overflow-x: hidden;
  }

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

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

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

  .page-booking-home .yz-booking-brand-ref strong {
    display: block !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref small {
    display: block !important;
    color: #fff !important;
    font-size: 7px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    line-height: 1 !important;
    transform: scaleX(0.92) !important;
    transform-origin: left center !important;
  }

  .page-booking-home .yz-booking-home,
  .page-booking-home .yz-booking-hero,
  .page-booking-home .yz-booking-search {
    background: #0b7ed4 !important;
  }

  .page-booking-home .yz-booking-hero {
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-booking-home .yz-booking-hero .container,
  .page-booking-home .yz-booking-search .container {
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-booking-home .yz-booking-hero-panel,
  .page-booking-home .yz-booking-hero-banner-ref {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-hero-banner img {
    display: block !important;
    width: 100% !important;
    height: 150px !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
  }

  .page-booking-home .yz-booking-search {
    margin: 0 !important;
    padding: 10px 9px 12px !important;
  }

  .page-booking-home .yz-booking-search-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-home .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-home .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-home .yz-booking-tabs button.is-active {
    background: #fff !important;
    color: #0059b9 !important;
    border-radius: 0 0 8px 0 !important;
  }

  .page-booking-home .yz-home-search-grid {
    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;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
  }

  .page-booking-home .booking-field {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-home .booking-field-display {
    min-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;
    line-height: 38px !important;
    text-align: center !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  .page-booking-home .booking-field-select select,
  .page-booking-home .booking-field-date-hero input[type="date"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    color: transparent !important;
    border: 0 !important;
    background: transparent !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .page-booking-home .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;
    box-shadow: none !important;
  }

  .page-booking-home .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-home .yz-booking-swap::after {
    content: none !important;
  }

  .page-booking-home .booking-field-date-hero {
    grid-column: 1 / -1 !important;
    position: relative !important;
    margin: 5px 0 0 !important;
    padding: 9px 0 0 !important;
    border-top: 1px solid #d4d4d4 !important;
    background: #fff !important;
  }

  .page-booking-home .booking-date-display {
    min-height: 40px !important;
    display: flex !important;
    align-items: center !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;
  }

  .page-booking-home .booking-date-display strong {
    color: #050505 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .page-booking-home .booking-date-display small {
    margin: 0 !important;
    color: #333 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .page-booking-home .booking-field-ship {
    grid-column: 1 / -1 !important;
    margin-top: 9px !important;
  }

  .page-booking-home .booking-field-ship input {
    height: 40px !important;
    border: 1px solid #d6dce5 !important;
    border-radius: 4px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-submit {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    height: 41px !important;
    min-height: 41px !important;
    margin: 11px 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: 9px !important;
    text-indent: 9px !important;
    box-shadow: 0 8px 14px rgba(35, 121, 212, 0.3) !important;
  }

  .page-booking-home .yz-booking-routes {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 10px 40px 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: #4a4a4a !important;
    font-size: 12px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    white-space: nowrap !important;
  }

  .page-booking-home .yz-booking-routes::-webkit-scrollbar {
    display: none !important;
  }

  .page-booking-home .yz-booking-routes span {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    color: #4a4a4a !important;
    font-size: 12px !important;
  }

  .page-booking-home .yz-booking-routes button,
  .page-booking-home .yz-booking-routes a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: 23px !important;
    min-height: 23px !important;
    max-width: none !important;
    padding: 0 7px !important;
    border: 1px solid #e2e6ea !important;
    border-radius: 3px !important;
    background: #eef2f5 !important;
    color: #46596b !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 23px !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 11px 9px 10px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-announcement-bar .container,
  .page-booking-home .yz-booking-mobile-icons .container {
    padding: 0 !important;
  }

  .page-booking-home .yz-booking-announcement-strip {
    min-height: 31px !important;
    padding: 0 9px !important;
    border: 1px solid #ffe0a3 !important;
    border-radius: 6px !important;
    background: #fff8e8 !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 12px 8px 7px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px 14px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a {
    min-height: 68px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 46px !important;
    height: 46px !important;
    margin: 0 auto 7px !important;
    border-radius: 11px !important;
    font-size: 20px !important;
    color: #fff !important;
    box-shadow: 0 5px 8px rgba(31, 103, 177, 0.14) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(1) span,
  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(4) span {
    background: #ff8271 !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(2) span {
    background: #2d7cdf !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(3) span {
    background: #42bfe1 !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(5) span {
    background: #f7bb3c !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(6) span {
    background: #19c282 !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(7) span {
    background: #ff9faf !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(8) span {
    background: #bfdeda !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a strong {
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
  }

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

  .page-booking-home .yz-booking-section .container {
    padding: 0 !important;
  }

  .page-booking-home .yz-section-head,
  .page-booking-home .yz-ref-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 9px !important;
    padding: 0 0 7px !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  .page-booking-home .yz-section-head h2,
  .page-booking-home .yz-ref-head h2 {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
    color: #063a73 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .page-booking-home .yz-ref-head-icon {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 3px !important;
    background: #166ed0 !important;
    color: transparent !important;
    font-size: 0 !important;
    transform: rotate(45deg) !important;
  }

  .page-booking-home .yz-section-head h2::after {
    content: "" !important;
    display: block !important;
    width: 112px !important;
    height: 2px !important;
    margin-top: 7px !important;
    background: #e12222 !important;
  }

  .page-booking-home .yz-booking-series-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px 12px !important;
    padding: 8px 0 14px !important;
  }

  .page-booking-home .yz-booking-series-card {
    min-height: 72px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-series-icon {
    width: 48px !important;
    height: 48px !important;
    margin: 0 auto 6px !important;
    border-radius: 999px !important;
    background: #f7fbff !important;
  }

  .page-booking-home .yz-booking-series-icon img {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
  }

  .page-booking-home .yz-booking-series-label {
    color: #222 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .page-booking-home .yz-booking-featured-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow-x: visible !important;
    padding: 0 0 8px !important;
  }

  .page-booking-home .yz-booking-featured-card {
    width: auto !important;
    min-width: 0 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 3px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .page-booking-home .yz-booking-featured-card img {
    width: 100% !important;
    height: 92px !important;
    object-fit: cover !important;
  }

  .page-booking-home .yz-booking-featured-body {
    padding: 6px !important;
  }

  .page-booking-home .yz-booking-route-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding-bottom: 82px !important;
  }

  .page-booking-home .yz-booking-home,
  .page-booking-home .yz-booking-search {
    background: #fff !important;
  }

  .page-booking-home .yz-booking-search {
    padding: 10px 9px 12px !important;
  }

  .page-booking-home .booking-date-display {
    width: 100% !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 0 !important;
  }

  .page-booking-home .booking-date-display strong,
  .page-booking-home .booking-date-display small {
    flex: 0 0 auto !important;
    text-align: left !important;
  }
}


/* Source: mobile-home-final.css */
@media (min-width: 768px) {
  html,
  body.page-booking-home {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
    background: #fff !important;
    color: #111;
  }

  .page-booking-home *,
  .page-booking-home *::before,
  .page-booking-home *::after {
    box-sizing: border-box !important;
  }

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

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

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

  .page-booking-home .yz-booking-brand-ref {
    display: flex !important;
    column-gap: 6px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .page-booking-home .yz-booking-brand-ref::before {
    content: "" !important;
    width: 36px !important;
    height: 22px !important;
    flex: 0 0 36px !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-home .yz-booking-brand-ref strong {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
  }

  .page-booking-home .yz-booking-brand-ref small {
    display: none !important;
  }

  .page-booking-home .yz-booking-home,
  .page-booking-home .yz-booking-hero,
  .page-booking-home .yz-booking-search {
    background: #fff !important;
  }

  .page-booking-home .yz-booking-hero,
  .page-booking-home .yz-booking-hero-panel,
  .page-booking-home .yz-booking-hero-banner-ref {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-hero-banner img {
    display: block !important;
    width: 100% !important;
    height: 108px !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
  }

  .page-booking-home .yz-booking-search {
    margin: 0 !important;
    padding: 0 8px 8px !important;
  }

  .page-booking-home .yz-booking-search-card {
    margin: 0 !important;
    padding: 0 0 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    border-radius: 0 0 8px 8px !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(25, 79, 135, 0.14) !important;
    overflow: hidden !important;
  }

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

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

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

  .page-booking-home .yz-home-search-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr) !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-booking-home .booking-field,
  .page-booking-home .booking-field-start,
  .page-booking-home .booking-field-end,
  .page-booking-home .booking-field-date-hero {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-home .booking-field-select {
    position: relative !important;
    overflow: hidden !important;
  }

  .page-booking-home .booking-field-display {
    display: block !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    color: #050505 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 30px !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  .page-booking-home .booking-field-select select,
  .page-booking-home .booking-field-date-hero input[type="date"] {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    color: transparent !important;
    border: 0 !important;
    background: transparent !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
  }

  .page-booking-home .booking-field-select select option {
    color: #111 !important;
    font-size: 16px !important;
    text-indent: 0 !important;
  }

  .page-booking-home .yz-booking-swap {
    align-self: center !important;
    justify-self: center !important;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !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-home .yz-booking-swap::before {
    content: "⇄" !important;
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    height: 100% !important;
    color: #0b66c2 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-indent: 0 !important;
  }

  .page-booking-home .yz-booking-swap::after {
    content: none !important;
  }

  .page-booking-home .booking-field-date-hero {
    grid-column: 1 / -1 !important;
    position: relative !important;
    margin-top: 4px !important;
    padding-top: 6px !important;
    border-top: 1px solid #d4d4d4 !important;
    background: #fff !important;
  }

  .page-booking-home .booking-date-display {
    display: flex !important;
    width: 100% !important;
    min-height: 30px !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;
    text-align: left !important;
    box-shadow: none !important;
  }

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

  .page-booking-home .booking-date-display small {
    color: #333 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .page-booking-home .booking-field-ship {
    display: none !important;
    grid-column: 1 / -1 !important;
    margin-top: 9px !important;
    position: relative !important;
  }

  .page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship {
    display: block !important;
  }

  .page-booking-home #bookingSearchForm:not(.is-ship-mode) .booking-field-ship {
    display: none !important;
  }

  .page-booking-home .booking-field-ship input {
    width: 100% !important;
    height: 40px !important;
    padding: 0 10px !important;
    border: 1px solid #d6dce5 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px !important;
  }

  .page-booking-home .yz-home-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-home .yz-home-ship-suggest-panel[hidden] {
    display: none !important;
  }

  .page-booking-home .yz-home-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-home .yz-home-ship-suggest-panel button:active {
    background: rgba(31, 119, 210, 0.1) !important;
  }

  .page-booking-home .yz-booking-submit {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #2379d4 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 36px !important;
    letter-spacing: 8px !important;
    text-indent: 8px !important;
    box-shadow: 0 5px 10px rgba(35, 121, 212, 0.24) !important;
  }

  .page-booking-home .yz-booking-routes {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 6px 14px 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    background: #fff !important;
    color: #4a4a4a !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    max-width: calc(100vw - 36px) !important;
  }

  .page-booking-home .yz-booking-routes::-webkit-scrollbar {
    display: none !important;
  }

  .page-booking-home .yz-booking-routes span {
    flex: 0 0 auto !important;
    color: #4a4a4a !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .page-booking-home .yz-booking-routes button,
  .page-booking-home .yz-booking-routes a {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    height: 22px !important;
    min-height: 22px !important;
    padding: 0 7px !important;
    border: 1px solid #e2e6ea !important;
    border-radius: 3px !important;
    background: #eef2f5 !important;
    color: #46596b !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 23px !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 8px 8px 8px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-announcement-strip {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 31px !important;
    padding: 0 9px !important;
    border: 1px solid #ffe0a3 !important;
    border-radius: 6px !important;
    background: #fff8e8 !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-announcement-strip span {
    flex: 0 0 auto !important;
    color: #c87900 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .page-booking-home .yz-booking-announcement-scroll {
    min-width: 0 !important;
    overflow: hidden !important;
    color: #d71920 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 7px 8px 4px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px 6px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a {
    min-height: 58px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 38px !important;
    height: 38px !important;
    margin: 0 auto 5px !important;
    border-radius: 9px !important;
    font-size: 17px !important;
    color: #fff !important;
    box-shadow: 0 5px 8px rgba(31, 103, 177, 0.14) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(1) span,
  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(4) span {
    background: #ff8271 !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(2) span {
    background: #2d7cdf !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(3) span {
    background: #42bfe1 !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(5) span {
    background: #f7bb3c !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(6) span {
    background: #19c282 !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(7) span {
    background: #ff9faf !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(8) span {
    background: #bfdeda !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a strong {
    color: #222 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .page-booking-home .yz-booking-section {
    margin: 0 !important;
    padding: 5px 10px 0 !important;
    background: #fff !important;
  }

  .page-booking-home .yz-section-head,
  .page-booking-home .yz-ref-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 7px !important;
    padding: 0 0 6px !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  .page-booking-home .yz-section-head h2,
  .page-booking-home .yz-ref-head h2 {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
    color: #063a73 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .page-booking-home .yz-ref-head-icon {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 3px !important;
    background: #166ed0 !important;
    color: transparent !important;
    font-size: 0 !important;
    transform: rotate(45deg) !important;
  }

  .page-booking-home .yz-booking-series-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px 8px !important;
    padding: 5px 0 10px !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .page-booking-home .yz-booking-series-card {
    min-height: 60px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-home .yz-booking-series-icon {
    width: 40px !important;
    height: 40px !important;
    margin: 0 auto 5px !important;
    border-radius: 999px !important;
    background: #f7fbff !important;
  }

  .page-booking-home .yz-booking-series-icon img {
    width: 35px !important;
    height: 35px !important;
    object-fit: contain !important;
  }

  .page-booking-home .yz-booking-series-label {
    color: #222 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
  }

  .page-booking-home .yz-booking-mobile-nav {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .page-booking-home .yz-booking-featured-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow-x: visible !important;
    padding: 0 0 8px !important;
  }

  .page-booking-home .yz-booking-featured-card {
    width: auto !important;
    min-width: 0 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 3px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .page-booking-home .yz-booking-featured-card img {
    width: 100% !important;
    height: 92px !important;
    object-fit: cover !important;
  }

  .page-booking-home .yz-booking-featured-body {
    padding: 6px !important;
  }

  .page-booking-home .yz-booking-route-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding-bottom: 82px !important;
  }

  .page-booking-home .yz-booking-mobile-nav {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 50 !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #07599e !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.14) !important;
  }

  .page-booking-home .yz-booking-mobile-nav a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.92 !important;
  }

  .page-booking-home .yz-booking-mobile-nav a.is-active {
    opacity: 1 !important;
    font-weight: 800 !important;
  }

  .page-booking-home .yz-booking-mobile-nav a i {
    display: block !important;
    color: #fff !important;
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .page-booking-home .yz-booking-mobile-nav a span {
    display: block !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

@media (min-width: 768px) {
  /* 2026-06-18 reference lock: mobile home first screen follows m.sanxia-china.com. */
  .page-booking-home .yz-booking-header {
    background: #2d6fda !important;
  }

  .page-booking-home .yz-booking-brand-ref::before {
    width: 54px !important;
    height: 32px !important;
    border-radius: 0 !important;
    background: #fff !important;
    clip-path: polygon(0 70%, 30% 48%, 55% 18%, 70% 37%, 100% 25%, 82% 64%, 48% 84%, 16% 82%) !important;
  }

  .page-booking-home .yz-booking-brand-ref strong {
    font-size: 18px !important;
    letter-spacing: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref small {
    font-size: 7px !important;
    letter-spacing: 0.2px !important;
  }

  .page-booking-home .yz-booking-swap::before {
    content: "\21c4" !important;
    color: #0b66c2 !important;
    font-size: 21px !important;
    font-weight: 800 !important;
  }

  .page-booking-home .yz-booking-announcement-strip {
    position: relative !important;
    border-color: #ffd68a !important;
    background: #fff6df !important;
  }

  .page-booking-home .yz-booking-announcement-strip span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    color: #111 !important;
    font-weight: 800 !important;
  }

  .page-booking-home .yz-booking-announcement-strip span::before {
    content: "\1f50a" !important;
    color: #ff8a00 !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  .page-booking-home .yz-section-head h2,
  .page-booking-home .yz-ref-head h2 {
    color: #083f7b !important;
  }

  .page-booking-home .yz-ref-head-icon {
    width: 18px !important;
    height: 18px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: transparent !important;
    transform: none !important;
    position: relative !important;
  }

  .page-booking-home .yz-ref-head-icon::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 5px !important;
    width: 18px !important;
    height: 8px !important;
    border-radius: 0 0 9px 9px !important;
    background: #0e67c3 !important;
  }

  .page-booking-home .yz-ref-head-icon::after {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    top: 1px !important;
    width: 12px !important;
    height: 7px !important;
    border: 2px solid #0e67c3 !important;
    border-bottom: 0 !important;
    border-radius: 8px 8px 0 0 !important;
  }

  .page-booking-home .yz-booking-pk-float {
    position: fixed !important;
    right: 6px !important;
    bottom: 132px !important;
    z-index: 45 !important;
    display: grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #7a7a7a !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.16) !important;
  }

  .page-booking-home .yz-booking-mobile-nav {
    background: #07599e !important;
  }

  .page-booking-home .yz-booking-mobile-nav a {
    gap: 3px !important;
    opacity: 1 !important;
  }

  .page-booking-home .yz-booking-mobile-nav a i {
    display: grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 22px !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .page-booking-home .yz-booking-mobile-nav a span {
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
  }
}

@media (min-width: 768px) {
  /* Absolute final home lock: keep this block at EOF so older patches cannot override it. */
  .page-booking-home .yz-booking-header {
    height: 26px !important;
    min-height: 26px !important;
    padding: 0 !important;
    background: #1f66cb !important;
  }

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

  .page-booking-home .yz-booking-brand-ref {
    min-height: 26px !important;
    grid-template-columns: 30px auto !important;
    column-gap: 4px !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .page-booking-home .yz-booking-brand-ref::before {
    position: static !important;
    grid-row: 1 / 3 !important;
    width: 28px !important;
    height: 16px !important;
    border-radius: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref strong {
    font-size: 13px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref small {
    margin-top: 1px !important;
    font-size: 5px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    transform: scaleX(.9) !important;
    transform-origin: left center !important;
  }

  .page-booking-home .yz-booking-hero-banner-ref,
  .page-booking-home .yz-booking-hero-banner-ref img,
  .page-booking-home .yz-booking-hero-banner img {
    height: 132px !important;
    object-fit: cover !important;
  }

  .page-booking-home .yz-booking-search {
    padding: 0 8px 8px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-search-card {
    margin-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 2px 8px rgba(20, 70, 125, .12) !important;
  }

  .page-booking-home .yz-booking-tabs,
  .page-booking-home .yz-booking-tabs button {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  .page-booking-home .yz-home-search-grid {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) !important;
    padding: 8px 40px 0 !important;
  }

  .page-booking-home .booking-field-display {
    min-height: 34px !important;
    font-size: 20px !important;
    line-height: 34px !important;
  }

  .page-booking-home .yz-booking-swap {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin-top: 2px !important;
    color: transparent !important;
    font-size: 0 !important;
    text-indent: 0 !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .page-booking-home .yz-booking-swap::before {
    content: "\21c4" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    color: #1e79df !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 29px !important;
    text-align: center !important;
    text-indent: 0 !important;
    transform: translate(-50%, -56%) !important;
  }

  .page-booking-home .booking-field-date-hero {
    margin-top: 2px !important;
    padding-top: 6px !important;
  }

  .page-booking-home .booking-date-display {
    min-height: 28px !important;
    gap: 8px !important;
  }

  .page-booking-home .booking-date-display strong {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .page-booking-home .booking-date-display small {
    font-size: 10px !important;
  }

  .page-booking-home .yz-booking-submit {
    height: 38px !important;
    min-height: 38px !important;
    margin-top: 5px !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    line-height: 38px !important;
    letter-spacing: 7px !important;
  }

  .page-booking-home .yz-booking-routes {
    margin: 6px 40px 6px !important;
    gap: 5px !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 7px 8px 7px !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 8px 8px 5px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    gap: 8px 6px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 5px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a strong {
    font-size: 12px !important;
  }

  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    border-top: 1px solid #d9e3ef !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 -2px 8px rgba(0, 69, 139, .12) !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a {
    height: 58px !important;
    padding: 6px 0 5px !important;
    color: #075ea5 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a::before {
    height: 23px !important;
    color: #075ea5 !important;
    font-size: 20px !important;
    line-height: 23px !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a span {
    color: #075ea5 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a.is-active,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active,
  body.page-booking-home .yz-booking-mobile-nav a.is-active::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active::before,
  body.page-booking-home .yz-booking-mobile-nav a.is-active span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active span {
    color: #004b95 !important;
  }

  .page-booking-home .yz-booking-pk-float {
    right: 8px !important;
    bottom: 128px !important;
    width: 40px !important;
    height: 40px !important;
    color: #777 !important;
    font-size: 11px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .14) !important;
  }
}

@media (min-width: 768px) {
  /* 2026-06-18 reference lock: home first screen must stay close to m.sanxia-china.com. */
  .page-booking-home .yz-booking-header {
    height: 26px !important;
    min-height: 26px !important;
    background: #1f66cb !important;
  }

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

  .page-booking-home .yz-booking-brand-ref {
    min-height: 26px !important;
    grid-template-columns: 30px auto !important;
    column-gap: 4px !important;
    padding: 0 !important;
    align-items: center !important;
  }

  .page-booking-home .yz-booking-brand-ref::before {
    width: 28px !important;
    height: 16px !important;
    position: static !important;
    grid-row: 1 / 3 !important;
    border-radius: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref strong {
    font-size: 13px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref small {
    margin-top: 1px !important;
    font-size: 5px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    transform: scaleX(.9) !important;
    transform-origin: left center !important;
  }

  .page-booking-home .yz-booking-hero-banner-ref,
  .page-booking-home .yz-booking-hero-banner-ref img,
  .page-booking-home .yz-booking-hero-banner img {
    height: 132px !important;
    object-fit: cover !important;
  }

  .page-booking-home .yz-booking-search {
    padding: 0 8px 8px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-search-card {
    margin-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 2px 8px rgba(20, 70, 125, .12) !important;
  }

  .page-booking-home .yz-booking-tabs,
  .page-booking-home .yz-booking-tabs button {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  .page-booking-home .yz-home-search-grid {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) !important;
    padding: 8px 40px 0 !important;
  }

  .page-booking-home .booking-field-display {
    min-height: 34px !important;
    font-size: 20px !important;
    line-height: 34px !important;
  }

  .page-booking-home .yz-booking-swap {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin-top: 2px !important;
    font-size: 0 !important;
    color: transparent !important;
    text-indent: 0 !important;
  }

  .page-booking-home .yz-booking-swap::before {
    content: "\21c4" !important;
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    height: 100% !important;
    color: #1e79df !important;
    font-size: 19px !important;
    font-weight: 700 !important;
  }

  .page-booking-home .booking-field-date-hero {
    margin-top: 2px !important;
    padding-top: 6px !important;
  }

  .page-booking-home .booking-date-display {
    min-height: 28px !important;
    gap: 8px !important;
  }

  .page-booking-home .booking-date-display strong {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .page-booking-home .booking-date-display small {
    font-size: 10px !important;
  }

  .page-booking-home .yz-booking-submit {
    height: 38px !important;
    min-height: 38px !important;
    margin-top: 5px !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    line-height: 38px !important;
    letter-spacing: 7px !important;
  }

  .page-booking-home .yz-booking-routes {
    margin: 6px 40px 6px !important;
    gap: 5px !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 7px 8px 7px !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 8px 8px 5px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    gap: 8px 6px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 5px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a strong {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) {
  /* TRUE EOF home bottom navigation override. */
  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    border-top: 1px solid #d9e3ef !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 -2px 8px rgba(0, 69, 139, .12) !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a {
    height: 58px !important;
    padding: 6px 0 5px !important;
    color: #075ea5 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a::before {
    height: 23px !important;
    color: #075ea5 !important;
    font-size: 20px !important;
    line-height: 23px !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a span {
    color: #075ea5 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  .page-booking-home .yz-booking-pk-float {
    right: 8px !important;
    bottom: 128px !important;
    width: 40px !important;
    height: 40px !important;
    color: #777 !important;
    font-size: 11px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .14) !important;
  }
}

@media (min-width: 768px) {
  /* EOF home bottom navigation: match the reference site's light fixed footer. */
  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    border-top: 1px solid #d9e3ef !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 -2px 8px rgba(0, 69, 139, .12) !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a {
    height: 58px !important;
    padding: 6px 0 5px !important;
    color: #075ea5 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a::before {
    height: 23px !important;
    color: #075ea5 !important;
    font-size: 20px !important;
    line-height: 23px !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a span {
    color: #075ea5 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a.is-active,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active,
  body.page-booking-home .yz-booking-mobile-nav a.is-active::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active::before,
  body.page-booking-home .yz-booking-mobile-nav a.is-active span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active span {
    color: #004b95 !important;
  }

  .page-booking-home .yz-booking-pk-float {
    right: 8px !important;
    bottom: 128px !important;
    width: 40px !important;
    height: 40px !important;
    color: #777 !important;
    font-size: 11px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .14) !important;
  }
}

@media (min-width: 768px) {
  .page-booking-home .yz-series-ref-title {
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 10px 4px !important;
    border: 0 !important;
    background: transparent !important;
  }

  .page-booking-home .yz-series-ref-title h2 {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #0d4e9b !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .page-booking-home .yz-series-ref-title h2::before,
  .page-booking-home .yz-series-ref-title h2::after {
    content: none !important;
    display: none !important;
  }

  .page-booking-home .yz-series-ref-title span {
    color: #0f67c3 !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }
}

@media (min-width: 768px) {
  /* Final home-page parity guardrail: keep the reference-style plain section title.
     The source page uses a blue icon + title, not a long red underline. */
  .page-booking-home #series.yz-booking-section {
    padding-top: 6px !important;
  }

  .page-booking-home #series .yz-section-head,
  .page-booking-home #series .yz-ref-head {
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 10px 4px !important;
    border-bottom: 0 !important;
  }

  .page-booking-home #series .yz-section-head::after,
  .page-booking-home #series .yz-ref-head::after {
    content: none !important;
    display: none !important;
  }

  .page-booking-home #series .yz-section-head h2,
  .page-booking-home #series .yz-ref-head h2 {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    color: #0d4e9b !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .page-booking-home #series .yz-ref-head-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    color: #0f67c3 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    transform: none !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    margin: 8px 0 12px !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding-top: 4px !important;
  }
}

@media (min-width: 768px) {
  .page-booking-home .yz-booking-search {
    padding: 10px 8px 11px !important;
  }

  .page-booking-home .yz-booking-search-card {
    border-radius: 8px !important;
    padding-bottom: 14px !important;
    box-shadow: 0 2px 10px rgba(23, 71, 123, 0.12) !important;
  }

  .page-booking-home .yz-home-search-grid {
    padding: 14px 45px 0 !important;
  }

  .page-booking-home .booking-field-date-hero {
    margin-top: 7px !important;
    padding-top: 11px !important;
  }

  .page-booking-home .booking-date-display {
    min-height: 37px !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
  }

  .page-booking-home .booking-date-display strong {
    display: inline-block !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .page-booking-home .booking-date-display small {
    display: inline-block !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .page-booking-home .yz-booking-submit {
    height: 43px !important;
    min-height: 43px !important;
    margin-top: 18px !important;
    border-radius: 8px !important;
    line-height: 43px !important;
  }

  .page-booking-home .yz-booking-routes {
    margin: 8px 45px 0 !important;
    gap: 6px !important;
    max-width: none !important;
  }

  .page-booking-home .yz-booking-routes span,
  .page-booking-home .yz-booking-routes a {
    display: none !important;
  }

  .page-booking-home .yz-booking-routes button {
    height: 21px !important;
    min-height: 21px !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #eef2f5 !important;
    color: #526578 !important;
    font-size: 11px !important;
    line-height: 21px !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 10px 8px 10px !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 10px 8px 8px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    gap: 16px 14px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 7px !important;
  }

  .page-booking-home #series.yz-booking-section {
    padding-top: 11px !important;
  }

  .page-booking-home #series .yz-section-head,
  .page-booking-home #series .yz-ref-head {
    padding-bottom: 8px !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  .page-booking-home .booking-field-date-hero .booking-date-display,
  .page-booking-home .yz-home-search-grid .booking-date-display {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 9px !important;
  }

  .page-booking-home .booking-field-date-hero .booking-date-display strong,
  .page-booking-home .booking-field-date-hero .booking-date-display small {
    display: inline !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 768px) {
  /* Home reference tightening: keep first screen rhythm close to m.sanxia-china.com. */
  .page-booking-home .yz-booking-search {
    padding: 10px 9px 9px !important;
  }

  .page-booking-home .yz-booking-search-card {
    border-radius: 9px !important;
    box-shadow: 0 2px 11px rgba(24, 67, 118, 0.13) !important;
  }

  .page-booking-home .yz-home-search-grid {
    padding: 17px 40px 0 !important;
  }

  .page-booking-home .booking-field-display {
    min-height: 36px !important;
    line-height: 36px !important;
  }

  .page-booking-home .booking-field-date-hero {
    margin-top: 7px !important;
    padding-top: 9px !important;
  }

  .page-booking-home .booking-date-display {
    min-height: 36px !important;
  }

  .page-booking-home .yz-booking-submit {
    height: 40px !important;
    min-height: 40px !important;
    margin-top: 9px !important;
  }

  .page-booking-home .yz-booking-routes {
    margin: 8px 40px 0 !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 10px 9px 8px !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 13px 8px 7px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    gap: 15px 14px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span::before,
  .page-booking-home .yz-booking-mobile-icon-grid a span::after {
    box-sizing: border-box !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span::before,
  .page-booking-home .yz-booking-mobile-icon-grid a span::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    border: 2px solid #fff !important;
    transform: translate(-50%, -50%) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(1) span::before {
    width: 18px !important;
    height: 22px !important;
    border-radius: 2px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(1) span::after {
    width: 9px !important;
    height: 2px !important;
    background: #fff !important;
    box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(2) span::before {
    width: 25px !important;
    height: 17px !important;
    margin-top: 1px !important;
    border-radius: 50% 50% 8px 8px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(3) span::before {
    width: 18px !important;
    height: 22px !important;
    border-radius: 999px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(3) span::after {
    width: 2px !important;
    height: 29px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(4) span::before {
    width: 19px !important;
    height: 19px !important;
    border-radius: 999px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(5) span::before {
    width: 20px !important;
    height: 20px !important;
    border-radius: 999px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(5) span::after {
    content: "?" !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transform: translate(-50%, -54%) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(6) span::before {
    width: 23px !important;
    height: 23px !important;
    border-radius: 999px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(6) span::after {
    width: 17px !important;
    height: 2px !important;
    background: #fff !important;
    transform: translate(-50%, -50%) rotate(-38deg) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(7) span::before {
    width: 21px !important;
    height: 21px !important;
    border-radius: 999px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(7) span::after {
    width: 21px !important;
    height: 2px !important;
    background: #fff !important;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff !important;
    transform: translate(-50%, -50%) rotate(35deg) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(8) span::before {
    width: 23px !important;
    height: 15px !important;
    border-width: 0 0 2px 2px !important;
    border-radius: 0 0 0 8px !important;
    transform: translate(-50%, -45%) rotate(-25deg) !important;
  }

  .page-booking-home .yz-booking-mobile-nav {
    background: #07599e !important;
  }

  .page-booking-home .yz-booking-mobile-nav a i {
    width: 24px !important;
    height: 22px !important;
    font-size: 21px !important;
    line-height: 22px !important;
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* Final pass: match the reference mobile home more closely and remove excess weight. */
  .page-booking-home .yz-booking-search {
    padding: 8px 8px 9px !important;
  }

  .page-booking-home .yz-booking-search-card {
    width: 100% !important;
    max-width: none !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(24, 67, 118, 0.12) !important;
    overflow: hidden !important;
  }

  .page-booking-home .yz-booking-tabs {
    height: 44px !important;
    background: #ececec !important;
  }

  .page-booking-home .yz-booking-tabs button {
    height: 44px !important;
    min-height: 44px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: #ececec !important;
  }

  .page-booking-home .yz-booking-tabs button.is-active {
    color: #005db9 !important;
    background: #fff !important;
  }

  .page-booking-home .yz-home-search-grid {
    padding: 14px 18px 0 !important;
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr) !important;
  }

  .page-booking-home .booking-field-display {
    min-height: 34px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
  }

  .page-booking-home .yz-booking-swap {
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-color: #91bfe8 !important;
    background: #eef6ff !important;
  }

  .page-booking-home .booking-field-date-hero {
    margin-top: 6px !important;
    padding-top: 8px !important;
  }

  .page-booking-home .booking-date-display {
    gap: 8px !important;
    min-height: 34px !important;
  }

  .page-booking-home .booking-date-display strong {
    font-size: 19px !important;
    font-weight: 900 !important;
  }

  .page-booking-home .booking-date-display small {
    font-size: 10px !important;
    color: #3d3d3d !important;
  }

  .page-booking-home .yz-booking-submit {
    height: 40px !important;
    min-height: 40px !important;
    margin-top: 8px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    letter-spacing: 8px !important;
    box-shadow: 0 6px 12px rgba(35, 121, 212, 0.26) !important;
  }

  .page-booking-home .yz-booking-routes {
    margin: 7px 18px 0 !important;
    gap: 4px !important;
    color: #55697c !important;
  }

  .page-booking-home .yz-booking-routes button,
  .page-booking-home .yz-booking-routes a {
    height: 22px !important;
    min-height: 22px !important;
    padding: 0 7px !important;
    border-color: #e2e6ea !important;
    background: #eef2f5 !important;
    color: #586e83 !important;
    font-size: 11px !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 8px 8px 8px !important;
  }

  .page-booking-home .yz-booking-announcement-strip {
    min-height: 29px !important;
    padding: 0 9px !important;
    border-radius: 5px !important;
    background: #fff8e7 !important;
  }

  .page-booking-home .yz-booking-announcement-strip span {
    color: #c88400 !important;
    font-size: 12px !important;
  }

  .page-booking-home .yz-booking-announcement-scroll {
    color: #d71e1f !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 9px 8px 5px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    gap: 8px 6px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 5px !important;
    border-radius: 9px !important;
    position: relative !important;
    font-size: 0 !important;
    color: transparent !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span::before,
  .page-booking-home .yz-booking-mobile-icon-grid a span::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    transform: translate(-50%, -50%) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span::before {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #fff !important;
    border-radius: 5px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(2) span::before {
    width: 20px !important;
    height: 12px !important;
    border-radius: 50% 50% 7px 7px !important;
    border-top-width: 2px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(2) span::after {
    width: 22px !important;
    height: 2px !important;
    margin-top: 6px !important;
    border-radius: 999px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(3) span::before {
    width: 16px !important;
    height: 16px !important;
    border-radius: 999px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(3) span::after {
    width: 2px !important;
    height: 22px !important;
    background: #fff !important;
    box-shadow: 0 0 0 0 #fff !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(4) span::before,
  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(5) span::before,
  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(6) span::before,
  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(7) span::before {
    border-radius: 999px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a:nth-child(8) span::before {
    width: 22px !important;
    height: 14px !important;
    border-width: 0 0 2px 2px !important;
    border-radius: 0 0 0 8px !important;
    transform: translate(-50%, -50%) rotate(-25deg) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a strong {
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .page-booking-home .yz-booking-section {
    padding: 10px 8px 0 !important;
  }

  .page-booking-home .yz-section-head,
  .page-booking-home .yz-ref-head {
    margin: 0 0 8px !important;
    padding: 0 0 6px !important;
  }

  .page-booking-home .yz-section-head h2,
  .page-booking-home .yz-ref-head h2 {
    gap: 6px !important;
    font-size: 18px !important;
  }

  .page-booking-home .yz-ref-head-icon {
    width: 12px !important;
    height: 12px !important;
    border-radius: 2px !important;
  }

  .page-booking-home .yz-booking-mobile-nav {
    height: 56px !important;
    background: #08599e !important;
  }

  .page-booking-home .yz-booking-mobile-nav a i {
    font-size: 17px !important;
  }

  .page-booking-home .yz-booking-mobile-nav a span {
    font-size: 11px !important;
  }
}

@media (min-width: 768px) {
  .page-booking-home .yz-booking-search {
    padding: 10px 8px 11px !important;
  }

  .page-booking-home .yz-booking-search-card {
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(23, 71, 123, 0.12) !important;
  }

  .page-booking-home .yz-home-search-grid {
    padding: 14px 45px 0 !important;
  }

  .page-booking-home .booking-field-date-hero {
    margin-top: 7px !important;
    padding-top: 11px !important;
  }

  .page-booking-home .booking-date-display {
    min-height: 37px !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
  }

  .page-booking-home .booking-date-display strong {
    display: inline-block !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .page-booking-home .booking-date-display small {
    display: inline-block !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .page-booking-home .yz-booking-submit {
    height: 43px !important;
    min-height: 43px !important;
    margin-top: 10px !important;
    border-radius: 8px !important;
    line-height: 43px !important;
  }

  .page-booking-home .yz-booking-routes {
    margin: 8px 45px 0 !important;
    gap: 6px !important;
    max-width: none !important;
  }

  .page-booking-home .yz-booking-routes span,
  .page-booking-home .yz-booking-routes a {
    display: none !important;
  }

  .page-booking-home .yz-booking-routes button {
    height: 21px !important;
    min-height: 21px !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #eef2f5 !important;
    color: #526578 !important;
    font-size: 11px !important;
    line-height: 21px !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 10px 8px 10px !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 10px 8px 8px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    gap: 16px 14px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 7px !important;
  }

  .page-booking-home #series.yz-booking-section {
    padding-top: 11px !important;
  }

  .page-booking-home #series .yz-section-head,
  .page-booking-home #series .yz-ref-head {
    padding-bottom: 8px !important;
    border-bottom: 1px solid #e5e7eb !important;
  }
}

@media (min-width: 768px) {
  /* Final override: reference home title has no long red underline. */
  .page-booking-home #series.yz-booking-section {
    padding-top: 6px !important;
  }

  .page-booking-home #series .yz-section-head,
  .page-booking-home #series .yz-ref-head {
    margin: 0 0 8px !important;
    padding: 0 10px 4px !important;
    border-bottom: 0 !important;
  }

  .page-booking-home #series .yz-section-head::after,
  .page-booking-home #series .yz-ref-head::after,
  .page-booking-home #series h2::after,
  .page-booking-home #series h2 span::after,
  .page-booking-home #series .yz-ref-head-icon::before,
  .page-booking-home #series .yz-ref-head-icon::after {
    content: none !important;
    display: none !important;
  }

  .page-booking-home #series .yz-section-head h2,
  .page-booking-home #series .yz-ref-head h2,
  .page-booking-home #series .yz-section-head h2 *,
  .page-booking-home #series .yz-ref-head h2 * {
    background-image: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }
}

@media (min-width: 768px) {
  /* Home mobile final pass: align first screen to the reference booking site. */
  body.page-booking-home {
    background: #fff !important;
  }

  .page-booking-home .yz-booking-header {
    height: 50px !important;
    background: #246fdd !important;
  }

  .page-booking-home .yz-booking-header-inner {
    height: 50px !important;
    display: grid !important;
    place-items: center !important;
  }

  .page-booking-home .yz-booking-brand-ref {
    min-height: 50px !important;
    padding: 6px 0 5px 54px !important;
    justify-content: center !important;
  }

  .page-booking-home .yz-booking-brand-ref::before {
    width: 42px !important;
    height: 22px !important;
    left: 0 !important;
    top: 13px !important;
  }

  .page-booking-home .yz-booking-brand-ref strong {
    font-size: 20px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref small {
    margin-top: 2px !important;
    font-size: 7px !important;
    letter-spacing: .3px !important;
  }

  .page-booking-home .yz-booking-hero-banner-ref,
  .page-booking-home .yz-booking-hero-banner-ref img {
    height: 150px !important;
  }

  .page-booking-home .yz-booking-search {
    padding: 10px 9px 9px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-search-card {
    overflow: hidden !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 2px 13px rgba(25, 54, 93, .12) !important;
  }

  .page-booking-home .yz-booking-tabs {
    height: 42px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    background: transparent !important;
  }

  .page-booking-home .yz-booking-tabs button {
    height: 42px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #e9e9e9 !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 42px !important;
  }

  .page-booking-home .yz-booking-tabs button.is-active {
    background: #fff !important;
    color: #0065cf !important;
  }

  .page-booking-home .yz-booking-tabs button:nth-child(2) {
    border-bottom-left-radius: 8px !important;
  }

  .page-booking-home .yz-home-search-grid {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) !important;
    padding: 16px 38px 0 !important;
  }

  .page-booking-home .booking-field-display {
    min-height: 42px !important;
    border: 0 !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 42px !important;
  }

  .page-booking-home .booking-field-select select {
    font-size: 16px !important;
  }

  .page-booking-home .yz-booking-swap {
    display: grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    margin: 4px auto 0 !important;
    border: 1px solid #2f8bf2 !important;
    border-radius: 50% !important;
    background: #eef7ff !important;
    color: #1e79df !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #1e79df !important;
  }

  .page-booking-home .yz-booking-swap::before {
    display: none !important;
    content: none !important;
  }

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

  .page-booking-home .booking-field-date-hero {
    grid-column: 1 / -1 !important;
    margin-top: 7px !important;
    padding-top: 12px !important;
    border-top: 1px solid #d7d7d7 !important;
  }

  .page-booking-home .booking-date-display {
    min-height: 38px !important;
    justify-content: flex-start !important;
    align-items: baseline !important;
    gap: 10px !important;
    border: 0 !important;
    background: transparent !important;
  }

  .page-booking-home .booking-date-display strong {
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .page-booking-home .booking-date-display small {
    color: #222 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .page-booking-home .yz-booking-submit {
    grid-column: 1 / -1 !important;
    height: 43px !important;
    margin: 10px 0 0 !important;
    border-radius: 7px !important;
    background: #287fe2 !important;
    box-shadow: 0 7px 13px rgba(31, 111, 210, .26) !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: 7px !important;
  }

  .page-booking-home .yz-booking-routes {
    margin: 8px 38px 10px !important;
    gap: 7px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  .page-booking-home .yz-booking-routes button {
    height: 22px !important;
    min-width: 72px !important;
    padding: 0 8px !important;
    border-radius: 3px !important;
    background: #eef1f4 !important;
    color: #56677b !important;
    font-size: 11px !important;
    line-height: 22px !important;
    white-space: nowrap !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 10px 20px 10px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-announcement-strip {
    height: 30px !important;
    padding: 0 8px !important;
    border: 1px solid #ffc936 !important;
    border-radius: 6px !important;
    background: #fff7dc !important;
  }

  .page-booking-home .yz-booking-announcement-strip span {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  .page-booking-home .yz-booking-announcement-scroll {
    color: #f00 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 10px 19px 8px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px 24px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a {
    min-width: 0 !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 8px !important;
    border-radius: 9px !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.12) !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a strong {
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
  }

  .page-booking-home #series.yz-booking-section {
    padding-top: 7px !important;
  }

  .page-booking-home .yz-booking-featured-card,
  .page-booking-home .yz-booking-route-card {
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .page-booking-home .yz-booking-featured-price,
  .page-booking-home .yz-booking-featured-price b,
  .page-booking-home .yz-booking-featured-price em,
  .page-booking-home .yz-booking-route-card .prc,
  .page-booking-home .yz-booking-route-card .num {
    max-width: 100% !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 768px) {
  /* EOF reference lock: this must remain the last home block. */
  .page-booking-home .yz-booking-header {
    height: 26px !important;
    min-height: 26px !important;
    padding: 0 !important;
    background: #1f66cb !important;
  }

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

  .page-booking-home .yz-booking-brand-ref {
    min-height: 26px !important;
    grid-template-columns: 30px auto !important;
    column-gap: 4px !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .page-booking-home .yz-booking-brand-ref::before {
    position: static !important;
    grid-row: 1 / 3 !important;
    width: 28px !important;
    height: 16px !important;
    border-radius: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref strong {
    font-size: 13px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .page-booking-home .yz-booking-brand-ref small {
    margin-top: 1px !important;
    font-size: 5px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    transform: scaleX(.9) !important;
    transform-origin: left center !important;
  }

  .page-booking-home .yz-booking-hero-banner-ref,
  .page-booking-home .yz-booking-hero-banner-ref img,
  .page-booking-home .yz-booking-hero-banner img {
    height: 132px !important;
    object-fit: cover !important;
  }

  .page-booking-home .yz-booking-search {
    padding: 0 8px 8px !important;
    background: #fff !important;
  }

  .page-booking-home .yz-booking-search-card {
    margin-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 2px 8px rgba(20, 70, 125, .12) !important;
  }

  .page-booking-home .yz-booking-tabs,
  .page-booking-home .yz-booking-tabs button {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  .page-booking-home .yz-home-search-grid {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) !important;
    padding: 13px 40px 0 !important;
  }

  .page-booking-home .booking-field-display {
    min-height: 34px !important;
    font-size: 20px !important;
    line-height: 34px !important;
  }

  .page-booking-home .yz-booking-swap {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin-top: 2px !important;
    color: transparent !important;
    font-size: 0 !important;
    text-indent: 0 !important;
  }

  .page-booking-home .yz-booking-swap::before {
    content: "\21c4" !important;
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    height: 100% !important;
    color: #1e79df !important;
    font-size: 19px !important;
    font-weight: 700 !important;
  }

  .page-booking-home .booking-field-date-hero {
    margin-top: 5px !important;
    padding-top: 9px !important;
    position: relative !important;
    cursor: pointer !important;
  }

  .page-booking-home .booking-date-display {
    min-height: 32px !important;
    gap: 8px !important;
  }

  .page-booking-home .booking-date-display strong {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .page-booking-home .booking-date-display small {
    font-size: 10px !important;
  }

  .page-booking-home .booking-field-date-hero input[type="date"] {
    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  .page-booking-home .yz-booking-submit {
    height: 39px !important;
    min-height: 39px !important;
    margin-top: 7px !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    line-height: 39px !important;
    letter-spacing: 7px !important;
  }

  .page-booking-home .yz-booking-routes {
    margin: 7px 40px 8px !important;
    gap: 5px !important;
  }

  .page-booking-home .yz-booking-announcement-bar {
    padding: 7px 8px 7px !important;
  }

  .page-booking-home .yz-booking-mobile-icons {
    padding: 8px 8px 5px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid {
    gap: 8px 6px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 5px !important;
  }

  .page-booking-home .yz-booking-mobile-icon-grid a strong {
    font-size: 12px !important;
  }
}


/* Source: mobile-nav-unified.css */
@media (min-width: 768px) {
  html,
  body.yz-booking-site {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.yz-booking-site {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }

  body.yz-booking-site *,
  body.yz-booking-site *::before,
  body.yz-booking-site *::after {
    box-sizing: border-box !important;
  }

  body.yz-booking-site .container {
    width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.yz-booking-site table {
    max-width: 100% !important;
  }

  body.yz-booking-site .yz-compare-table-wrap,
  body.yz-booking-site .yz-table-scroll,
  body.yz-booking-site .yz-route-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.yz-booking-site::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav,
  body.yz-booking-site[class] .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 0 !important;
    background: #075ea5 !important;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16) !important;
    transform: none !important;
    overflow: hidden !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a,
  body.yz-booking-site .yz-booking-mobile-nav a.is-active,
  body.yz-booking-site[class] .yz-booking-mobile-nav a,
  body.yz-booking-site[class] .yz-booking-mobile-nav a.is-active {
    position: relative !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 5px 0 4px !important;
    flex: none !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a i,
  body.yz-booking-site[class] .yz-booking-mobile-nav a i {
    display: none !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a::before {
    display: block !important;
    width: 100% !important;
    height: 20px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-align: center !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(1)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(1)::before {
    content: "⌂" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(2)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(2)::before {
    content: "船" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(3)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(3)::before {
    content: "☏" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(4)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(4)::before {
    content: "订" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(5)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(5)::before {
    content: "≡" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a span,
  body.yz-booking-site .yz-booking-mobile-nav a.is-active span,
  body.yz-booking-site[class] .yz-booking-mobile-nav a span,
  body.yz-booking-site[class] .yz-booking-mobile-nav a.is-active span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }
}

@media (min-width: 768px) {
  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(1)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(1)::before {
    content: "\2302" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(2)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(2)::before {
    content: "\2630" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(3)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(3)::before {
    content: "\00A5" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(4)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(4)::before {
    content: "\260E" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav a:nth-child(5)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav a:nth-child(5)::before {
    content: "\2706" !important;
  }
}


/* Source: mobile-home-lock.css */
@media (min-width: 768px) {
  body.page-booking-home .yz-booking-header,
  body.yz-booking-site.page-booking-home .yz-booking-header {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #0b63b6 !important;
  }

  body.page-booking-home .yz-booking-header-inner,
  body.yz-booking-site.page-booking-home .yz-booking-header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-brand-ref,
  body.yz-booking-site.page-booking-home .yz-booking-brand-ref {
    position: static !important;
    display: grid !important;
    place-items: center !important;
    width: auto !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: center !important;
  }

  body.page-booking-home .yz-booking-brand-ref strong,
  body.yz-booking-site.page-booking-home .yz-booking-brand-ref strong {
    display: block !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 20px !important;
  }

  body.page-booking-home .yz-booking-brand-ref small,
  body.yz-booking-site.page-booking-home .yz-booking-brand-ref small {
    display: block !important;
    margin-top: 1px !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 6px !important;
    font-weight: 800 !important;
    letter-spacing: .55px !important;
    line-height: 8px !important;
  }

  body.page-booking-home .yz-booking-hero,
  body.yz-booking-site.page-booking-home .yz-booking-hero {
    margin-top: 0 !important;
  }

  body.page-booking-home .yz-booking-search,
  body.yz-booking-site.page-booking-home .yz-booking-search {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
  }

  body.page-booking-home .yz-booking-hero-banner,
  body.page-booking-home .yz-booking-hero-banner-ref,
  body.yz-booking-site.page-booking-home .yz-booking-hero-banner,
  body.yz-booking-site.page-booking-home .yz-booking-hero-banner-ref {
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-hero-banner img,
  body.page-booking-home .yz-booking-hero-banner-ref img,
  body.yz-booking-site.page-booking-home .yz-booking-hero-banner img,
  body.yz-booking-site.page-booking-home .yz-booking-hero-banner-ref img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
  }

  body.page-booking-home .yz-booking-search-card,
  body.yz-booking-site.page-booking-home .yz-booking-search-card {
    min-height: 0 !important;
    height: 222px !important;
    width: calc(100% - 18px) !important;
    max-width: none !important;
    margin: 8px auto 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 12px rgba(20, 70, 125, .16) !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-tabs,
  body.yz-booking-site.page-booking-home .yz-booking-tabs {
    height: 40px !important;
  }

  body.page-booking-home .yz-home-search-grid,
  body.yz-booking-site.page-booking-home .yz-home-search-grid {
    width: 100% !important;
    height: 138px !important;
    padding-top: 8px !important;
    row-gap: 0 !important;
  }

  body.page-booking-home .booking-field-display,
  body.yz-booking-site.page-booking-home .booking-field-display {
    font-size: 20px !important;
    line-height: 32px !important;
  }

  body.page-booking-home .booking-date-display,
  body.yz-booking-site.page-booking-home .booking-date-display {
    position: relative !important;
    z-index: 2 !important;
    height: 34px !important;
  }

  body.page-booking-home .booking-field-date-hero,
  body.yz-booking-site.page-booking-home .booking-field-date-hero {
    margin-top: 13px !important;
    padding-top: 9px !important;
  }

  body.page-booking-home #bookingDate,
  body.yz-booking-site.page-booking-home #bookingDate {
    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    opacity: 0 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  body.page-booking-home .booking-date-display strong,
  body.yz-booking-site.page-booking-home .booking-date-display strong {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  body.page-booking-home .yz-booking-submit,
  body.yz-booking-site.page-booking-home .yz-booking-submit {
    height: 38px !important;
    margin-top: 7px !important;
    border-radius: 7px !important;
  }

  body.page-booking-home .yz-booking-routes,
  body.yz-booking-site.page-booking-home .yz-booking-routes {
    height: 28px !important;
    padding-top: 5px !important;
  }

  body.page-booking-home .yz-booking-announcement-bar,
  body.yz-booking-site.page-booking-home .yz-booking-announcement-bar {
    padding-top: 8px !important;
  }

  body.page-booking-home .yz-booking-mobile-icons,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid {
    row-gap: 8px !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 8px !important;
  }

  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    border-top: 0 !important;
    background: #075ea5 !important;
    box-shadow: 0 -2px 8px rgba(0, 69, 139, .18) !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a {
    height: 58px !important;
    padding: 6px 0 5px !important;
    color: #fff !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a::before {
    height: 23px !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 23px !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a span,
  body.page-booking-home .yz-booking-mobile-nav a.is-active span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active span {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  .page-booking-home .yz-booking-pk-float {
    right: 8px !important;
    bottom: 128px !important;
    width: 40px !important;
    height: 40px !important;
    color: #777 !important;
    font-size: 11px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .14) !important;
  }
}

@media (min-width: 768px) {
  /* Homepage viewport lock: keep the cloned mobile page inside the phone width. */
  html,
  body.page-booking-home,
  body.yz-booking-site.page-booking-home {
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.page-booking-home *,
  body.page-booking-home *::before,
  body.page-booking-home *::after {
    box-sizing: border-box !important;
  }

  body.page-booking-home .container,
  body.yz-booking-site.page-booking-home .container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-booking-home .yz-booking-announcement-bar .container,
  body.page-booking-home .yz-booking-mobile-icons .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.page-booking-home .yz-booking-announcement-strip,
  body.yz-booking-site.page-booking-home .yz-booking-announcement-strip {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-announcement-scroll,
  body.yz-booking-site.page-booking-home .yz-booking-announcement-scroll {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid a {
    min-width: 0 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  /* Final home bottom-nav lock: match the reference height and keep every icon white. */
  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: auto !important;
    max-width: 100vw !important;
    height: calc(71px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(71px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    overflow: hidden !important;
    background: #075ea5 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 71px !important;
    min-height: 71px !important;
    padding: 7px 0 8px !important;
    color: #fff !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a::before,
  body.page-booking-home .yz-booking-mobile-nav a.is-active::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active::before {
    display: block !important;
    height: 30px !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    opacity: 1 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a span,
  body.page-booking-home .yz-booking-mobile-nav a.is-active span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active span {
    display: block !important;
    height: 16px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    opacity: 1 !important;
  }
}

@media (min-width: 768px) {
  /* Home middle modules: tighten toward the reference list density. */
  body.page-booking-home .yz-booking-section {
    padding: 8px 8px 0 !important;
    background: #fff !important;
  }

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

  body.page-booking-home .yz-section-head,
  body.page-booking-home .yz-ref-head,
  body.page-booking-home .yz-series-ref-title {
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid #e6edf5 !important;
  }

  body.page-booking-home .yz-section-head h2,
  body.page-booking-home .yz-ref-head h2,
  body.page-booking-home .yz-series-ref-title h2 {
    margin: 0 !important;
    color: #075ea5 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 30px !important;
  }

  body.page-booking-home .yz-section-head p,
  body.page-booking-home .yz-ref-head p {
    margin-left: auto !important;
    color: #777 !important;
    font-size: 12px !important;
    line-height: 30px !important;
  }

  body.page-booking-home .yz-booking-featured-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  body.page-booking-home .yz-booking-featured-card {
    display: block !important;
    min-width: 0 !important;
    height: 108px !important;
    padding: 0 !important;
    border: 1px solid #d8e0ea !important;
    border-radius: 3px !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  body.page-booking-home .yz-booking-featured-card img {
    display: block !important;
    width: 100% !important;
    height: 72px !important;
    object-fit: cover !important;
    background: #eef5fb !important;
  }

  body.page-booking-home .yz-booking-featured-body {
    display: block !important;
    padding: 4px 5px 0 !important;
  }

  body.page-booking-home .yz-booking-featured-body strong {
    display: block !important;
    height: 15px !important;
    color: #333 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 15px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-home .yz-booking-featured-price {
    display: block !important;
    color: #f00 !important;
    font-size: 11px !important;
    line-height: 15px !important;
  }

  body.page-booking-home .yz-booking-featured-price b {
    color: #f00 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  body.page-booking-home .yz-booking-route-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 !important;
  }

  body.page-booking-home .yz-booking-route-card {
    height: 72px !important;
    padding: 8px 10px !important;
    border: 1px solid #e1e6ee !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body.page-booking-home .yz-booking-route-card .piao {
    display: grid !important;
    grid-template-columns: 1fr 20px 1fr !important;
    align-items: center !important;
    height: 24px !important;
    color: #001d3d !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  body.page-booking-home .yz-booking-route-card .piao i {
    color: #ff6a00 !important;
    font-style: normal !important;
    text-align: center !important;
  }

  body.page-booking-home .yz-booking-route-card .ad_r {
    text-align: right !important;
  }

  body.page-booking-home .yz-booking-route-card .prc {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    margin-top: 8px !important;
  }

  body.page-booking-home .yz-booking-route-card .num {
    color: #f00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  body.page-booking-home .yz-booking-route-card .num span {
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  body.page-booking-home .yz-booking-route-card .tim {
    color: #4d5d70 !important;
    font-size: 12px !important;
  }
}

@media (min-width: 768px) {
  /* Match the reference first-screen rhythm: let the series title peek above the fixed bottom nav. */
  body.page-booking-home #series {
    margin-top: 126px !important;
    padding-top: 8px !important;
  }

  body.page-booking-home #series .yz-series-ref-title {
    height: 28px !important;
    min-height: 28px !important;
    margin-bottom: 6px !important;
  }

  body.page-booking-home #series .yz-series-ref-title h2 {
    font-size: 15px !important;
    line-height: 28px !important;
  }

  body.page-booking-home .yz-booking-series-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px 4px !important;
    padding: 0 4px 8px !important;
  }

  body.page-booking-home .yz-booking-series-card {
    min-width: 0 !important;
    height: 66px !important;
    padding: 4px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.page-booking-home .yz-booking-series-icon {
    width: 34px !important;
    height: 34px !important;
    margin: 0 auto 4px !important;
    border-radius: 50% !important;
    background: #f3f8fe !important;
  }

  body.page-booking-home .yz-booking-series-icon img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
  }

  body.page-booking-home .yz-booking-series-label {
    display: block !important;
    color: #334155 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-home .yz-booking-recommend-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 8px !important;
    padding: 0 2px 8px !important;
  }

  body.page-booking-home .yz-booking-recommend-card {
    display: block !important;
    min-width: 0 !important;
    padding: 0 0 6px !important;
    border: 1px solid #e1e7ef !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #243447 !important;
    text-decoration: none !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  body.page-booking-home .yz-booking-recommend-card img {
    display: block !important;
    width: 100% !important;
    height: 82px !important;
    object-fit: cover !important;
    background: #eef5fb !important;
  }

  body.page-booking-home .yz-booking-recommend-card strong {
    display: block !important;
    height: 18px !important;
    margin: 5px 6px 0 !important;
    color: #1f2937 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-home .yz-booking-recommend-card span {
    display: block !important;
    height: 16px !important;
    margin: 0 6px !important;
    color: #64748b !important;
    font-size: 10px !important;
    line-height: 16px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-home .yz-booking-recommend-card em {
    display: block !important;
    margin: 0 6px !important;
    color: #f00 !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 16px !important;
  }

  body.page-booking-home .yz-booking-news-section {
    padding-top: 8px !important;
    border-top: 1px solid #eef2f7 !important;
  }

  body.page-booking-home .yz-booking-news-tags {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    padding: 0 2px 6px !important;
  }

  body.page-booking-home .yz-booking-news-tags a {
    display: block !important;
    height: 24px !important;
    border: 1px solid #d9e2ec !important;
    border-radius: 2px !important;
    color: #475569 !important;
    font-size: 10px !important;
    line-height: 22px !important;
    text-align: center !important;
    text-decoration: none !important;
    background: #fff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-home .yz-booking-latest-list {
    display: grid !important;
    gap: 0 !important;
    padding: 0 2px 4px !important;
    border-top: 1px solid #eef2f7 !important;
    background: #fff !important;
  }

  body.page-booking-home .yz-booking-latest-list a {
    position: relative !important;
    display: block !important;
    min-height: 62px !important;
    padding: 8px 34px 8px 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
    color: #334155 !important;
    text-decoration: none !important;
  }

  body.page-booking-home .yz-booking-latest-list strong {
    display: block !important;
    color: #243447 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-home .yz-booking-latest-list p {
    display: -webkit-box !important;
    margin: 2px 0 0 !important;
    color: #64748b !important;
    font-size: 10px !important;
    line-height: 16px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  body.page-booking-home .yz-booking-latest-list span {
    position: absolute !important;
    right: 2px !important;
    top: 10px !important;
    color: #94a3b8 !important;
    font-size: 12px !important;
  }

  body.page-booking-home .yz-booking-footer {
    display: block !important;
    padding: 10px 8px calc(68px + env(safe-area-inset-bottom, 0px)) !important;
    border-top: 1px solid #eef2f7 !important;
    background: #fff !important;
  }

  body.page-booking-home .yz-booking-footer .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.page-booking-home .yz-booking-footer-hero {
    display: flex !important;
    justify-content: center !important;
    padding: 12px 0 8px !important;
  }

  body.page-booking-home .yz-booking-footer-hero img {
    width: 170px !important;
    height: 120px !important;
    object-fit: cover !important;
    border-radius: 3px !important;
    background: #eef5fb !important;
  }

  body.page-booking-home .yz-booking-footer-links {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 4px 0 10px !important;
  }

  body.page-booking-home .yz-booking-footer-links a {
    height: 24px !important;
    border: 1px solid #d9e2ec !important;
    border-radius: 2px !important;
    color: #475569 !important;
    font-size: 10px !important;
    line-height: 22px !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  body.page-booking-home .yz-booking-mobile-pay {
    margin: 0 !important;
    padding: 6px 0 8px !important;
    border-top: 1px solid #eef2f7 !important;
    background: #fff !important;
  }

  body.page-booking-home .yz-booking-mobile-pay-title {
    margin: 0 0 6px !important;
    color: #64748b !important;
    font-size: 11px !important;
    line-height: 18px !important;
    text-align: center !important;
  }

  body.page-booking-home .yz-booking-mobile-pay-grid {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  body.page-booking-home .yz-booking-mobile-pay-grid img {
    width: 28px !important;
    height: 18px !important;
    object-fit: contain !important;
  }

  body.page-booking-home .yz-booking-mobile-tel {
    display: block !important;
    margin: 0 !important;
    color: #64748b !important;
    font-size: 10px !important;
    line-height: 18px !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  body.page-booking-home .yz-booking-mobile-copy {
    color: #94a3b8 !important;
    font-size: 10px !important;
    line-height: 16px !important;
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* Absolute final home bottom-nav lock: must stay after every home override. */
  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: auto !important;
    max-width: 100vw !important;
    height: calc(71px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(71px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    overflow: hidden !important;
    background: #075ea5 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 71px !important;
    min-height: 71px !important;
    padding: 7px 0 8px !important;
    color: #fff !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a::before,
  body.page-booking-home .yz-booking-mobile-nav a.is-active::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active::before {
    display: block !important;
    height: 30px !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    opacity: 1 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a span,
  body.page-booking-home .yz-booking-mobile-nav a.is-active span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active span {
    display: block !important;
    height: 16px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    opacity: 1 !important;
  }
}

@media (min-width: 768px) {
  /* EOF home title/search lock: tighten the top block to the reference rhythm. */
  body.page-booking-home .yz-booking-hero-banner,
  body.page-booking-home .yz-booking-hero-banner-ref,
  body.yz-booking-site.page-booking-home .yz-booking-hero-banner,
  body.yz-booking-site.page-booking-home .yz-booking-hero-banner-ref {
    height: 140px !important;
    min-height: 140px !important;
    max-height: 140px !important;
  }

  body.page-booking-home .yz-booking-hero-banner img,
  body.page-booking-home .yz-booking-hero-banner-ref img,
  body.yz-booking-site.page-booking-home .yz-booking-hero-banner img,
  body.yz-booking-site.page-booking-home .yz-booking-hero-banner-ref img {
    height: 140px !important;
  }

  body.page-booking-home .yz-booking-search-card,
  body.yz-booking-site.page-booking-home .yz-booking-search-card {
    height: 202px !important;
    margin-top: 3px !important;
  }

  body.page-booking-home .yz-home-search-grid,
  body.yz-booking-site.page-booking-home .yz-home-search-grid {
    height: 120px !important;
    padding-top: 3px !important;
  }

  body.page-booking-home .booking-field-date-hero,
  body.yz-booking-site.page-booking-home .booking-field-date-hero {
    margin-top: 6px !important;
    padding-top: 4px !important;
  }

  body.page-booking-home .yz-booking-submit,
  body.yz-booking-site.page-booking-home .yz-booking-submit {
    height: 34px !important;
    margin-top: 4px !important;
  }
}

@media (min-width: 768px) {
  /* EOF home middle-section lock: title line and card density follow the reference home. */
  body.page-booking-home .yz-booking-section {
    padding: 7px 8px 0 !important;
    background: #fff !important;
  }

  body.page-booking-home .yz-section-head,
  body.page-booking-home .yz-ref-head,
  body.page-booking-home .yz-series-ref-title {
    position: relative !important;
    height: 26px !important;
    min-height: 26px !important;
    margin: 0 0 6px !important;
    border-bottom: 0 !important;
  }

  body.page-booking-home .yz-section-head::after,
  body.page-booking-home .yz-ref-head::after,
  body.page-booking-home .yz-series-ref-title::after {
    content: "" !important;
    position: absolute !important;
    left: 88px !important;
    right: 0 !important;
    top: 15px !important;
    height: 2px !important;
    background: #e60012 !important;
  }

  body.page-booking-home .yz-section-head h2,
  body.page-booking-home .yz-ref-head h2,
  body.page-booking-home .yz-series-ref-title h2 {
    position: relative !important;
    z-index: 1 !important;
    padding-right: 8px !important;
    background: #fff !important;
    color: #075ea5 !important;
    font-size: 16px !important;
    line-height: 26px !important;
  }

  body.page-booking-home .yz-section-head p,
  body.page-booking-home .yz-ref-head p {
    position: relative !important;
    z-index: 2 !important;
    padding-left: 8px !important;
    background: #fff !important;
    font-size: 11px !important;
    line-height: 26px !important;
  }

  body.page-booking-home .yz-booking-featured-grid {
    gap: 6px !important;
  }

  body.page-booking-home .yz-booking-featured-card {
    height: 102px !important;
  }

  body.page-booking-home .yz-booking-featured-card img {
    height: 68px !important;
  }

  body.page-booking-home .yz-booking-route-grid {
    gap: 5px !important;
  }

  body.page-booking-home .yz-booking-route-card {
    height: 68px !important;
    padding: 7px 9px !important;
  }

  body.page-booking-home .yz-booking-recommend-grid {
    gap: 8px 7px !important;
  }

  body.page-booking-home .yz-booking-recommend-card img {
    height: 78px !important;
  }
}

@media (min-width: 768px) {
  /* EOF home section-flow lock: no artificial gap before the cruise series section. */
  body.page-booking-home #series {
    margin-top: 0 !important;
    padding-top: 7px !important;
  }

  body.page-booking-home .yz-booking-mobile-icons {
    padding-bottom: 8px !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  /* EOF home heading lock: reference-style blue title with a red rule extending right. */
  body.page-booking-home .yz-section-head,
  body.page-booking-home .yz-ref-head,
  body.page-booking-home .yz-series-ref-title {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    height: 28px !important;
    min-height: 28px !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
  }

  body.page-booking-home .yz-section-head::after,
  body.page-booking-home .yz-ref-head::after,
  body.page-booking-home .yz-series-ref-title::after {
    content: "" !important;
    position: absolute !important;
    left: 112px !important;
    right: 0 !important;
    top: 15px !important;
    height: 2px !important;
    background: #e60012 !important;
  }

  body.page-booking-home .yz-section-head h2,
  body.page-booking-home .yz-ref-head h2,
  body.page-booking-home .yz-series-ref-title h2 {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: 76% !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 9px 0 0 !important;
    background: #fff !important;
    color: #075ea5 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 28px !important;
    white-space: nowrap !important;
  }

  body.page-booking-home .yz-section-head h2 span,
  body.page-booking-home .yz-ref-head-icon,
  body.page-booking-home .yz-series-ref-title h2 span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    margin-right: 2px !important;
    color: #075ea5 !important;
    font-size: 15px !important;
  }

  body.page-booking-home .yz-section-head p,
  body.page-booking-home .yz-ref-head p {
    position: relative !important;
    z-index: 3 !important;
    margin-left: auto !important;
    padding-left: 8px !important;
    background: #fff !important;
    color: #777 !important;
    font-size: 11px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 768px) {
  /* EOF home bottom-nav compact lock: reference uses a compact fixed bottom bar. */
  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    background: #075ea5 !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a {
    height: 56px !important;
    min-height: 56px !important;
    padding: 5px 0 4px !important;
    gap: 3px !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a::before,
  body.page-booking-home .yz-booking-mobile-nav a.is-active::before,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active::before {
    height: 20px !important;
    font-size: 18px !important;
    line-height: 20px !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a span,
  body.page-booking-home .yz-booking-mobile-nav a.is-active span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a.is-active span {
    height: 13px !important;
    font-size: 10px !important;
    line-height: 13px !important;
  }

  body.page-booking-home .yz-booking-pk-float {
    right: 8px !important;
    bottom: calc(66px + env(safe-area-inset-bottom, 0px)) !important;
    width: 40px !important;
    height: 40px !important;
  }
}

@media (min-width: 768px) {
  /* EOF home footer lock: compact footer layout like the reference home. */
  body.page-booking-home .yz-booking-footer {
    padding: 8px 8px calc(62px + env(safe-area-inset-bottom, 0px)) !important;
    background: #fff !important;
  }

  body.page-booking-home .yz-booking-footer-hero {
    padding: 8px 0 6px !important;
  }

  body.page-booking-home .yz-booking-footer-hero img {
    width: 150px !important;
    height: 106px !important;
    border-radius: 2px !important;
  }

  body.page-booking-home .yz-booking-footer-links {
    gap: 5px !important;
    margin: 4px 0 8px !important;
  }

  body.page-booking-home .yz-booking-footer-links a {
    height: 23px !important;
    font-size: 10px !important;
    line-height: 21px !important;
  }

  body.page-booking-home .yz-booking-mobile-pay {
    padding: 5px 0 6px !important;
  }

  body.page-booking-home .yz-booking-mobile-pay-title {
    margin-bottom: 5px !important;
    font-size: 10px !important;
    line-height: 16px !important;
  }

  body.page-booking-home .yz-booking-mobile-pay-grid {
    gap: 7px !important;
  }

  body.page-booking-home .yz-booking-mobile-pay-grid img {
    width: 26px !important;
    height: 17px !important;
  }

  body.page-booking-home .yz-booking-mobile-tel {
    font-size: 10px !important;
    line-height: 17px !important;
  }

  body.page-booking-home .yz-booking-mobile-copy {
    font-size: 10px !important;
    line-height: 15px !important;
  }
}

@media (min-width: 768px) {
  /* EOF home icons/news lock: compact quick icons and news blocks like the reference home. */
  body.page-booking-home .yz-booking-mobile-icons,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons {
    padding-top: 8px !important;
    padding-bottom: 7px !important;
    background: #fff !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    row-gap: 9px !important;
    column-gap: 0 !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid a {
    min-height: 58px !important;
    padding: 0 !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid a span {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 7px !important;
    border-radius: 8px !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid a strong,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid a strong {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  body.page-booking-home .yz-booking-news-section {
    padding-top: 7px !important;
  }

  body.page-booking-home .yz-booking-news-tags {
    gap: 5px !important;
    padding: 0 1px 5px !important;
  }

  body.page-booking-home .yz-booking-news-tags a {
    height: 23px !important;
    font-size: 10px !important;
    line-height: 21px !important;
  }

  body.page-booking-home .yz-booking-latest-list a {
    min-height: 56px !important;
    padding: 7px 32px 7px 0 !important;
  }

  body.page-booking-home .yz-booking-latest-list strong {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  body.page-booking-home .yz-booking-latest-list p {
    font-size: 10px !important;
    line-height: 15px !important;
  }
}

@media (min-width: 768px) {
  /* True final homepage width lock. Keep this at EOF so older overrides cannot re-expand the page. */
  html,
  body.page-booking-home,
  body.yz-booking-site.page-booking-home {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-booking-home *,
  body.page-booking-home *::before,
  body.page-booking-home *::after {
    box-sizing: border-box !important;
  }

  body.page-booking-home .container,
  body.yz-booking-site.page-booking-home .container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-booking-home .yz-booking-header,
  body.page-booking-home .yz-booking-home,
  body.page-booking-home .yz-booking-hero,
  body.page-booking-home .yz-booking-search,
  body.page-booking-home .yz-booking-announcement-bar,
  body.page-booking-home .yz-booking-mobile-icons,
  body.page-booking-home .yz-booking-section,
  body.page-booking-home .yz-booking-footer {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-booking-home .yz-booking-search-card,
  body.yz-booking-site.page-booking-home .yz-booking-search-card {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  body.page-booking-home .yz-booking-announcement-bar .container,
  body.page-booking-home .yz-booking-mobile-icons .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.page-booking-home .yz-booking-announcement-strip,
  body.yz-booking-site.page-booking-home .yz-booking-announcement-strip {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-announcement-strip span,
  body.yz-booking-site.page-booking-home .yz-booking-announcement-strip span {
    flex: 0 0 auto !important;
  }

  body.page-booking-home .yz-booking-announcement-scroll,
  body.yz-booking-site.page-booking-home .yz-booking-announcement-scroll {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 22%) !important;
    gap: 8px 0 !important;
    justify-items: center !important;
    justify-content: space-between !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-mobile-icon-grid a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

  body.page-booking-home .yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav {
    position: fixed !important;
    display: grid !important;
    grid-template-columns: repeat(5, 19%) !important;
    justify-content: space-between !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    transform: none !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-mobile-nav a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav a {
    display: flex !important;
    flex: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock,
  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock > a,
  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock,
  body.yz-booking-site.page-booking-home .yz-home-bottom-nav-lock {
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    margin: 0 !important;
    transform: none !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a,
  body.yz-booking-site.page-booking-home .yz-home-bottom-nav-lock > a {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }
}


/* Source: mobile-home-clean.css */
@media screen {
  body.page-booking-home {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

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

  body.page-booking-home .yz-booking-mobile-icons {
    padding: 8px 12px 7px !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 0 !important;
    row-gap: 9px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock > a {
    display: flex !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock > a span {
    flex: 0 0 auto !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 0 7px !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock > a strong {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #111 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    background: #075ea5 !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a {
    display: flex !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 5px 0 4px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a i {
    display: block !important;
    height: 20px !important;
    margin: 0 0 3px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-style: normal !important;
    line-height: 20px !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a span {
    display: block !important;
    width: 100% !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 13px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 767px) {
  /* TRUE EOF bottom nav hard fix: equal five columns inside the visual viewport. */
  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock,
  body.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #075ea5 !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a,
  body.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a {
    flex: 0 0 20% !important;
    width: 20% !important;
    min-width: 0 !important;
    max-width: 20% !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 6px 0 6px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a i,
  body.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a i {
    flex: 0 0 auto !important;
    height: 23px !important;
    margin: 0 0 3px !important;
    font-size: 19px !important;
    line-height: 23px !important;
  }

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

  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons,
  body.page-booking-home .yz-booking-mobile-icons,
  body.yz-booking-site.page-booking-home .yz-booking-section,
  body.page-booking-home .yz-booking-section {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons > .container,
  body.page-booking-home .yz-booking-mobile-icons > .container,
  body.yz-booking-site.page-booking-home .yz-booking-section > .container,
  body.page-booking-home .yz-booking-section > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  /* Absolute final correction: fixed bars should use inset width, not 100vw, to avoid right clipping. */
  html,
  body.page-booking-home,
  body.yz-booking-site.page-booking-home {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  body.page-booking-home .yz-booking-header,
  body.page-booking-home .yz-booking-home,
  body.page-booking-home .yz-booking-hero,
  body.page-booking-home .yz-booking-hero-panel,
  body.page-booking-home .yz-booking-hero-banner,
  body.page-booking-home .yz-booking-search,
  body.page-booking-home .yz-booking-announcement-bar,
  body.page-booking-home .yz-booking-mobile-icons,
  body.page-booking-home .yz-booking-section,
  body.page-booking-home .yz-booking-footer,
  body.page-booking-home .container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  body.page-booking-home .yz-booking-hero-banner img {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.page-booking-home .yz-booking-search-card {
    width: auto !important;
    max-width: none !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  body.page-booking-home .yz-booking-announcement-bar .container,
  body.page-booking-home .yz-booking-mobile-icons .container,
  body.page-booking-home .yz-booking-section .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.page-booking-home .yz-booking-series-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-series-card {
    width: 100% !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock,
  body.yz-booking-site.page-booking-home .yz-home-bottom-nav-lock {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 767px) {
  /* Homepage overflow hard lock: no module may make the mobile clone wider than the viewport. */
  html,
  body.page-booking-home,
  body.yz-booking-site.page-booking-home {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.page-booking-home .yz-booking-header,
  body.page-booking-home .yz-booking-home,
  body.page-booking-home .yz-booking-hero,
  body.page-booking-home .yz-booking-hero-panel,
  body.page-booking-home .yz-booking-hero-banner,
  body.page-booking-home .yz-booking-search,
  body.page-booking-home .yz-booking-announcement-bar,
  body.page-booking-home .yz-booking-mobile-icons,
  body.page-booking-home .yz-booking-section,
  body.page-booking-home .yz-booking-footer,
  body.page-booking-home .container {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-booking-home .yz-booking-search-card {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  body.page-booking-home .yz-booking-mobile-icons {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock,
  body.page-booking-home .yz-booking-series-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-booking-series-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock > a,
  body.page-booking-home .yz-booking-series-card {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock,
  body.yz-booking-site.page-booking-home .yz-home-bottom-nav-lock {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a,
  body.yz-booking-site.page-booking-home .yz-home-bottom-nav-lock > a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  /* REAL LAST RULE: equal visible columns for home quick icons and bottom nav. */
  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock,
  body.page-booking-home .yz-home-quick-grid-lock {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    justify-items: center !important;
    column-gap: 0 !important;
    row-gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a,
  body.page-booking-home .yz-home-quick-grid-lock > a {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock,
  body.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a,
  body.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
    min-width: 0 !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 6px 0 6px !important;
  }
}

@media screen and (max-width: 767px) {
  /* Homepage final mobile lock: keep only the first-screen spacing and footer visible. */
  body.page-booking-home .yz-booking-brand-ref {
    display: grid !important;
    grid-template-columns: 30px auto !important;
    grid-template-rows: 20px 8px !important;
    column-gap: 5px !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
  }

  body.page-booking-home .yz-booking-brand-ref::before {
    grid-row: 1 / 3 !important;
    align-self: center !important;
  }

  body.page-booking-home .yz-booking-brand-ref strong {
    align-self: end !important;
    font-size: 18px !important;
    line-height: 20px !important;
  }

  body.page-booking-home .yz-booking-brand-ref small {
    display: block !important;
    align-self: start !important;
    margin-top: 0 !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 5px !important;
    font-weight: 800 !important;
    letter-spacing: .45px !important;
    line-height: 8px !important;
    white-space: nowrap !important;
  }

  body.page-booking-home .yz-booking-search-card {
    height: 212px !important;
    margin-top: 3px !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-search-grid {
    height: 130px !important;
    padding-top: 9px !important;
  }

  body.page-booking-home .booking-field-display {
    min-height: 34px !important;
    line-height: 34px !important;
  }

  body.page-booking-home .yz-booking-swap {
    margin-top: 1px !important;
  }

  body.page-booking-home .booking-field-date-hero {
    margin-top: 10px !important;
    padding-top: 8px !important;
  }

  body.page-booking-home .booking-date-display {
    height: 34px !important;
    min-height: 34px !important;
  }

  body.page-booking-home .yz-booking-submit {
    height: 36px !important;
    min-height: 36px !important;
    margin-top: 7px !important;
    line-height: 36px !important;
  }

  body.page-booking-home .yz-booking-routes {
    height: 25px !important;
    padding-top: 3px !important;
    margin-top: 2px !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock {
    height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a {
    height: 60px !important;
    min-height: 60px !important;
    padding: 6px 0 6px !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a i {
    height: 23px !important;
    margin-bottom: 3px !important;
    font-size: 19px !important;
    line-height: 23px !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a span {
    height: 14px !important;
    font-size: 10px !important;
    line-height: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  /* TRUE EOF width fix: this must stay last for the home page. */
  html,
  body.page-booking-home,
  body.yz-booking-site.page-booking-home {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.page-booking-home .container,
  body.page-booking-home .yz-booking-header,
  body.page-booking-home .yz-booking-home,
  body.page-booking-home .yz-booking-hero,
  body.page-booking-home .yz-booking-hero-panel,
  body.page-booking-home .yz-booking-search,
  body.page-booking-home .yz-booking-announcement-bar,
  body.page-booking-home .yz-booking-mobile-icons,
  body.page-booking-home .yz-booking-section,
  body.page-booking-home .yz-booking-footer {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-booking-home .yz-booking-search-card {
    width: auto !important;
    max-width: none !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  body.page-booking-home .yz-booking-mobile-icons,
  body.page-booking-home .yz-booking-section {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.page-booking-home .yz-booking-section .container,
  body.page-booking-home .yz-booking-mobile-icons .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-booking-home .yz-home-quick-grid-lock,
  body.page-booking-home .yz-booking-series-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock,
  body.yz-booking-site.page-booking-home .yz-home-bottom-nav-lock {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-booking-home .yz-home-bottom-nav-lock > a,
  body.yz-booking-site.page-booking-home .yz-home-bottom-nav-lock > a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}


/* Source: mobile-home-last-fix.css */
@media screen and (max-width: 767px) {
  html,
  body.yz-booking-site.page-booking-home {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons {
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-announcement-bar,
  body.yz-booking-site.page-booking-home .yz-booking-section {
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons > .container,
  body.yz-booking-site.page-booking-home .yz-booking-section > .container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px 2px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a strong {
    max-width: 68px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock {
    position: fixed !important;
    inset: auto 0 0 0 !important;
    z-index: 99999 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    width: min(100%, 412px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #075ea5 !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a::before {
    content: none !important;
    display: none !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 6px 0 6px !important;
    margin: 0 !important;
    color: #fff !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a i {
    display: block !important;
    width: 100% !important;
    height: 23px !important;
    margin: 0 0 3px !important;
    color: #fff !important;
    font-size: 19px !important;
    font-style: normal !important;
    line-height: 23px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a span {
    display: block !important;
    width: 100% !important;
    height: 14px !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 14px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 767px) {
  /* Match the reference home search rhythm: less cramped, clear route/date/button bands. */
  body.yz-booking-site.page-booking-home .yz-booking-search-card {
    margin: -12px 10px 0 !important;
    padding-bottom: 8px !important;
    border-radius: 8px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-tabs {
    height: 40px !important;
    min-height: 40px !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-tabs button {
    height: 40px !important;
    min-height: 40px !important;
    font-size: 14px !important;
    line-height: 40px !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-search-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
    padding: 8px 30px 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home .booking-field-start,
  body.yz-booking-site.page-booking-home .booking-field-end {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
  }

  body.yz-booking-site.page-booking-home .booking-field-display {
    height: 42px !important;
    min-height: 42px !important;
    font-size: 22px !important;
    line-height: 42px !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-swap {
    align-self: center !important;
    justify-self: center !important;
    width: 31px !important;
    height: 31px !important;
    margin: 5px auto 0 !important;
    font-size: 0 !important;
    line-height: 31px !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-swap::before {
    top: 5px !important;
    font-size: 20px !important;
    line-height: 20px !important;
  }

  body.yz-booking-site.page-booking-home .booking-field-date-hero {
    grid-column: 1 / 4 !important;
    height: 45px !important;
    min-height: 45px !important;
    border-top: 1px solid #d8d8d8 !important;
  }

  body.yz-booking-site.page-booking-home .booking-date-display {
    height: 45px !important;
    min-height: 45px !important;
    justify-content: flex-start !important;
    padding: 0 !important;
  }

  body.yz-booking-site.page-booking-home .booking-date-display strong {
    display: inline-block !important;
    font-size: 20px !important;
    line-height: 45px !important;
  }

  body.yz-booking-site.page-booking-home .booking-date-display small {
    display: inline-block !important;
    margin-left: 12px !important;
    font-size: 11px !important;
    line-height: 45px !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-submit {
    grid-column: 1 / 4 !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 6px 10px 0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    line-height: 44px !important;
    letter-spacing: 8px !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-routes {
    display: flex !important;
    position: relative !important;
    grid-template-columns: repeat(4, max-content) !important;
    justify-content: start !important;
    align-items: center !important;
    gap: 8px !important;
    clear: both !important;
    width: auto !important;
    max-width: none !important;
    min-height: 22px !important;
    margin: 0 !important;
    padding: 9px 30px 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    inset: auto !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-routes button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: 21px !important;
    min-height: 21px !important;
    padding: 0 7px !important;
    border-radius: 2px !important;
    font-size: 11px !important;
    line-height: 21px !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-announcement-bar {
    padding-top: 10px !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons {
    padding-top: 18px !important;
  }
}


/* Source: mobile-home-absolute-final.css */
@media (min-width: 768px) {
  html,
  body.yz-booking-site.page-booking-home {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-home,
  body.yz-booking-site.page-booking-home .yz-booking-hero,
  body.yz-booking-site.page-booking-home .yz-booking-search-section,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons,
  body.yz-booking-site.page-booking-home .yz-booking-section,
  body.yz-booking-site.page-booking-home .yz-booking-announcement-bar,
  body.yz-booking-site.page-booking-home .container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons {
    padding: 10px 12px 6px !important;
    background: #fff !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid > a {
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 64px !important;
    padding: 4px 0 2px !important;
    overflow: hidden !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a span,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid > a span {
    width: 36px !important;
    height: 36px !important;
    margin: 0 auto 4px !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a strong,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid > a strong {
    display: block !important;
    width: 100% !important;
    max-width: 76px !important;
    color: #222 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-mobile-nav.yz-home-bottom-nav-lock {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* Source: mobile-critical-final-20260619.css */
@media (min-width: 768px) {
  body.yz-booking-site {
    overflow-x: hidden !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav,
  body.yz-booking-site[class] .yz-booking-mobile-nav {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 412px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    background: #075ea5 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav > a,
  body.yz-booking-site[class] .yz-booking-mobile-nav > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav > a::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav > a::before {
    display: block !important;
    height: 21px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    text-align: center !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav > a:nth-child(1)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav > a:nth-child(1)::before {
    content: "\2302" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav > a:nth-child(2)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav > a:nth-child(2)::before {
    content: "\2630" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav > a:nth-child(3)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav > a:nth-child(3)::before {
    content: "\00A5" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav > a:nth-child(4)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav > a:nth-child(4)::before {
    content: "\260E" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav > a:nth-child(5)::before,
  body.yz-booking-site[class] .yz-booking-mobile-nav > a:nth-child(5)::before {
    content: "\2706" !important;
  }

  body.yz-booking-site .yz-booking-mobile-nav > a span,
  body.yz-booking-site[class] .yz-booking-mobile-nav > a span {
    display: block !important;
    max-width: 100% !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.page-booking-schedule .yz-schedule-ref-title {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    height: 44px !important;
    padding: 0 !important;
  }

  body.page-booking-schedule .yz-schedule-ref-title strong {
    grid-column: 1 / -1 !important;
    display: block !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 44px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 44px !important;
    text-align: center !important;
    white-space: nowrap !important;
    transform: none !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  body.page-booking-schedule .yz-schedule-ref-title .yz-schedule-ref-back {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 44px !important;
    text-decoration: none !important;
  }

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

  body.page-booking-order .yz-order-top-back::before {
    content: "\2039" !important;
  }

  body.page-booking-order .yz-order-top-home::before,
  body.page-booking-guides .yz-guide-top-home::before,
  body.page-booking-guide-detail .yz-guide-top-home::before,
  body.page-booking-series .yz-series-real-home::before,
  body.page-booking-detail .yz-detail-home::before,
  body.page-booking-confirm .yz-order-success-bar a:last-child::before,
  body.page-booking-login .yz-login-bar a:last-child::before,
  body.page-booking-help .yz-mobile-page-bar a:last-child::before {
    content: "\2302" !important;
  }

  body.page-booking-guides .yz-guide-hero h1,
  body.page-booking-guide-detail .yz-guide-detail-hero h1,
  body.page-booking-series .yz-series-top-title,
  body.page-booking-detail #detailTopTitle {
    display: block !important;
    position: static !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 52px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-guides .yz-guide-hero,
  body.page-booking-guide-detail .yz-guide-detail-hero {
    height: 50px !important;
    min-height: 50px !important;
  }

  body.page-booking-guides .yz-guide-hero .container,
  body.page-booking-guide-detail .yz-guide-detail-hero .container {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
  }

  body.page-booking-guides .yz-guide-hero h1 {
    display: none !important;
  }

  body.page-booking-guides .yz-guide-hero h1::before,
  body.page-booking-guide-detail .yz-guide-detail-hero h1::before {
    display: none !important;
    visibility: hidden !important;
    content: none !important;
    font-size: 0 !important;
  }

  body.page-booking-guides .yz-guide-hero h1::after {
    content: "\653B\7565\95EE\7B54" !important;
    display: block !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 50px !important;
  }

  body.page-booking-guide-detail .yz-guide-detail-hero h1 {
    display: none !important;
  }

  body.page-booking-guide-detail .yz-guide-detail-hero h1::after {
    content: "\653B\7565\8BE6\60C5" !important;
    display: block !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 50px !important;
  }

  body.page-booking-guides .yz-guide-hero .container::after,
  body.page-booking-guides .yz-guide-hero .container::before,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::after,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::before {
    position: absolute !important;
    left: 52px !important;
    right: 52px !important;
    top: 0 !important;
    z-index: 1 !important;
    display: block !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-guides .yz-guide-hero .container::before,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::before {
    display: none !important;
    content: none !important;
  }

  body.page-booking-guides .yz-guide-hero .container::after {
    content: "\653B\7565\95EE\7B54" !important;
  }

  body.page-booking-guide-detail .yz-guide-detail-hero .container::after {
    content: "\653B\7565\8BE6\60C5" !important;
  }

  body.page-booking-guides .yz-guide-top-back,
  body.page-booking-guides .yz-guide-top-home,
  body.page-booking-guide-detail .yz-guide-top-back,
  body.page-booking-guide-detail .yz-guide-top-home,
  body.page-booking-series .yz-series-top-back,
  body.page-booking-series .yz-series-real-home,
  body.page-booking-detail .yz-detail-back,
  body.page-booking-detail .yz-detail-home {
    position: absolute !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 50px !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: transparent !important;
    text-decoration: none !important;
    line-height: 50px !important;
  }

  body.page-booking-guides .yz-guide-top-back,
  body.page-booking-guide-detail .yz-guide-top-back {
    left: 0 !important;
    right: auto !important;
    z-index: 3 !important;
    color: #fff !important;
  }

  body.page-booking-guides .yz-guide-top-home,
  body.page-booking-guide-detail .yz-guide-top-home {
    left: auto !important;
    right: 0 !important;
    z-index: 3 !important;
    color: transparent !important;
  }

  body.page-booking-confirm .yz-order-success-bar,
  body.page-booking-login .yz-login-bar,
  body.page-booking-help .yz-mobile-page-bar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 412px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #2f7bd7 !important;
    overflow: hidden !important;
  }

  body.page-booking-confirm .yz-order-success-bar a,
  body.page-booking-login .yz-login-bar a,
  body.page-booking-help .yz-mobile-page-bar a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 50px !important;
    text-decoration: none !important;
  }

  body.page-booking-confirm .yz-order-success-bar a:last-child,
  body.page-booking-login .yz-login-bar a:last-child,
  body.page-booking-help .yz-mobile-page-bar a:last-child {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 0 !important;
    text-shadow: none !important;
    overflow: hidden !important;
  }

  body.page-booking-confirm .yz-order-success-bar a:last-child::before,
  body.page-booking-login .yz-login-bar a:last-child::before,
  body.page-booking-help .yz-mobile-page-bar a:last-child::before {
    display: block !important;
    width: 44px !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 50px !important;
    text-align: center !important;
  }

  body.page-booking-confirm .yz-order-success-bar strong,
  body.page-booking-login .yz-login-bar strong,
  body.page-booking-help .yz-mobile-page-bar strong {
    display: block !important;
    min-width: 0 !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.yz-booking-site.page-booking-login .yz-login-bar > a:last-child {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 0 !important;
    text-shadow: none !important;
  }

  body.yz-booking-site.page-booking-login .yz-login-bar > a:last-child::before {
    content: "\2302" !important;
    display: block !important;
    width: 44px !important;
    height: 50px !important;
    background: transparent !important;
    -webkit-mask: none !important;
    mask: none !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 20px !important;
    line-height: 50px !important;
    text-align: center !important;
  }

  body.page-booking-detail .yz-detail-back {
    left: 0 !important;
    right: auto !important;
  }

  body.page-booking-detail .yz-detail-home {
    left: auto !important;
    right: 0 !important;
  }

  body.page-booking-detail .yz-detail-home::before {
    display: block !important;
    width: 44px !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 50px !important;
    text-align: center !important;
  }

  body.page-booking-detail .yz-detail-home::after,
  body.page-booking-detail .yz-detail-home .yz-detail-home-text,
  body.page-booking-detail .yz-detail-home-fixed {
    display: none !important;
    content: none !important;
  }

  body.page-booking-detail #detailRoomRows,
  body.page-booking-detail .yz-detail-room-list {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.page-booking-detail .yz-detail-room-pro {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 132px !important;
    padding: 10px 12px !important;
    overflow: hidden !important;
  }

  body.page-booking-detail .yz-detail-room-pro > .yz-room-single-image,
  body.page-booking-detail .yz-detail-room-pro > img {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
  }

  body.page-booking-detail .yz-detail-room-pro .yz-booking-room-card-main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page-booking-detail .yz-detail-room-pro .yz-booking-room-card-main strong {
    display: block !important;
    width: 100% !important;
    margin: 0 0 5px !important;
    color: #1f2937 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.22 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-detail .yz-detail-room-pro .yz-detail-room-meta {
    display: grid !important;
    gap: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.page-booking-detail .yz-detail-room-pro .yz-detail-room-meta li {
    display: block !important;
    width: 100% !important;
    color: #667085 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-detail .yz-detail-room-pro .yz-detail-room-specs,
  body.page-booking-detail .yz-detail-room-pro .yz-detail-room-flags,
  body.page-booking-detail .yz-detail-room-pro .yz-detail-room-expand,
  body.page-booking-detail .yz-detail-room-pro .yz-detail-room-price-line {
    display: none !important;
  }

  body.page-booking-detail .yz-detail-room-pro > .yz-booking-room-price {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.page-booking-detail .yz-detail-room-pro > .yz-booking-room-price em {
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    color: #ff4b16 !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 34px !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: visible !important;
    letter-spacing: 0 !important;
  }

  body.page-booking-detail .yz-detail-room-pro > .yz-booking-room-price button {
    flex: 0 0 68px !important;
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: #ff6b2a !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.page-booking-detail .yz-detail-room-pro > .yz-booking-room-price button::before,
  body.page-booking-detail .yz-detail-room-pro > .yz-booking-room-price button::after {
    display: none !important;
    content: none !important;
  }
}

/* Final home search card size lock: this must stay at EOF so older home CSS cannot shrink the card again. */
@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home .yz-booking-search {
    padding: 0 10px 12px !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-search > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.yz-booking-search-card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 0 12px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(19, 72, 130, .13) !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(15, 76, 130, .08) !important;
    background: linear-gradient(90deg, #fff 0%, #fff 48%, #f8f3ea 100%) !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button {
    position: relative !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #6f6a61 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    letter-spacing: .2px !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button.is-active {
    color: #102d5f !important;
    background: #fff !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button.is-active::after {
    position: absolute !important;
    left: 28px !important;
    right: 28px !important;
    bottom: 0 !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #c88b28 !important;
    content: "" !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr) !important;
    gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 16px 26px 0 !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-end {
    height: 44px !important;
    min-height: 44px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    height: 44px !important;
    min-height: 44px !important;
    font-size: 23px !important;
    line-height: 44px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap {
    align-self: center !important;
    justify-self: center !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 4px auto 0 !important;
    line-height: 34px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-date-hero {
    margin-top: 9px !important;
    padding-top: 11px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display {
    min-height: 42px !important;
    gap: 10px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display strong {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display small {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-submit {
    height: 44px !important;
    min-height: 44px !important;
    margin-top: 10px !important;
    border-radius: 9px !important;
    font-size: 16px !important;
    line-height: 44px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    box-sizing: border-box !important;
    width: calc(100% - 52px) !important;
    max-width: calc(100% - 52px) !important;
    margin: 10px 26px 0 !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button {
    height: 27px !important;
    min-height: 27px !important;
    min-width: 76px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    line-height: 27px !important;
  }
}

@media (max-width: 370px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    width: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

/* Final home search card comfort pass: restore the main card height, only the tab visuals stay redesigned. */
@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home .yz-booking-search {
    padding: 0 10px 16px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.yz-booking-search-card {
    padding-bottom: 16px !important;
    border-radius: 18px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs {
    height: 58px !important;
    min-height: 58px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button {
    height: 58px !important;
    min-height: 58px !important;
    font-size: 18px !important;
    line-height: 58px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) !important;
    padding: 22px 28px 0 !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-end,
  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    height: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    font-size: 24px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin-top: 6px !important;
    line-height: 38px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-date-hero {
    margin-top: 13px !important;
    padding-top: 15px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display {
    min-height: 52px !important;
    gap: 12px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display strong {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display small {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-submit {
    height: 50px !important;
    min-height: 50px !important;
    margin-top: 14px !important;
    border-radius: 10px !important;
    font-size: 17px !important;
    line-height: 50px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    width: calc(100% - 56px) !important;
    max-width: calc(100% - 56px) !important;
    margin: 14px 28px 0 !important;
    gap: 9px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button {
    height: 32px !important;
    min-height: 32px !important;
    min-width: 82px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
    line-height: 32px !important;
  }
}

@media (max-width: 370px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

/* Final large-card restore: the homepage query card should feel like the original full module, not a compact widget. */
@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home .yz-booking-search {
    padding: 0 12px 20px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.yz-booking-search-card {
    min-height: 420px !important;
    padding-bottom: 22px !important;
    border-radius: 20px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs {
    height: 64px !important;
    min-height: 64px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button {
    height: 64px !important;
    min-height: 64px !important;
    font-size: 19px !important;
    line-height: 64px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr) !important;
    padding: 28px 30px 0 !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-end,
  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    height: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    font-size: 26px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap {
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin-top: 8px !important;
    line-height: 42px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-date-hero {
    margin-top: 24px !important;
    padding-top: 22px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display {
    min-height: 78px !important;
    gap: 14px !important;
    align-items: center !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display strong {
    font-size: 24px !important;
    line-height: 36px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display small {
    font-size: 13px !important;
    line-height: 24px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-submit {
    height: 56px !important;
    min-height: 56px !important;
    margin-top: 24px !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    line-height: 56px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    width: calc(100% - 60px) !important;
    max-width: calc(100% - 60px) !important;
    margin: 18px 30px 0 !important;
    gap: 10px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button {
    height: 36px !important;
    min-height: 36px !important;
    min-width: 88px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    line-height: 36px !important;
  }
}

@media (max-width: 370px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm.yz-booking-search-card {
    min-height: 340px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
}

/* Ship-search mode comfort: keep the same large card, but give the ship input its own breathing room. */
@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode.yz-booking-search-card {
    min-height: 330px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-search-grid {
    padding-top: 26px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-end,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-swap,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-date-hero {
    display: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship {
    display: block !important;
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship input {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(21, 91, 165, .18) !important;
    border-radius: 14px !important;
    background: #f7fbff !important;
    color: #102d5f !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 58px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-submit {
    margin-top: 18px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-ship-suggest-panel {
    top: calc(100% + 10px) !important;
    padding: 8px !important;
    border-radius: 16px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-ship-suggest-panel button {
    min-height: 44px !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

/* Home search card restore: keep the full-size card while allowing only the top two tabs to change visually. */
@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home .yz-booking-search {
    padding: 0 10px 12px !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-search > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.yz-booking-search-card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 0 12px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(19, 72, 130, .13) !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(15, 76, 130, .08) !important;
    background: linear-gradient(90deg, #fff 0%, #fff 48%, #f8f3ea 100%) !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button {
    position: relative !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #6f6a61 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    letter-spacing: .2px !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button.is-active {
    color: #102d5f !important;
    background: #fff !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button.is-active::after {
    position: absolute !important;
    left: 28px !important;
    right: 28px !important;
    bottom: 0 !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #c88b28 !important;
    content: "" !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr) !important;
    gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 16px 26px 0 !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-end {
    height: 44px !important;
    min-height: 44px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    height: 44px !important;
    min-height: 44px !important;
    font-size: 23px !important;
    line-height: 44px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap {
    align-self: center !important;
    justify-self: center !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 4px auto 0 !important;
    line-height: 34px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-date-hero {
    margin-top: 9px !important;
    padding-top: 11px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display {
    min-height: 42px !important;
    gap: 10px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display strong {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display small {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-submit {
    height: 44px !important;
    min-height: 44px !important;
    margin-top: 10px !important;
    border-radius: 9px !important;
    font-size: 16px !important;
    line-height: 44px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    box-sizing: border-box !important;
    width: calc(100% - 52px) !important;
    max-width: calc(100% - 52px) !important;
    margin: 10px 26px 0 !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button {
    height: 27px !important;
    min-height: 27px !important;
    min-width: 76px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    line-height: 27px !important;
  }
}

@media (max-width: 370px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    width: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

@media (min-width: 768px) {
  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 3000 !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    align-items: center !important;
    width: 100vw !important;
    max-width: none !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #1f6fd0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-back,
  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 50px !important;
    min-width: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 28px !important;
    line-height: 50px !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > #detailTopTitle {
    position: static !important;
    display: block !important;
    grid-column: 2 !important;
    justify-self: stretch !important;
    min-width: 0 !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home {
    font-size: 0 !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home::before {
    content: "\2302" !important;
    display: block !important;
    width: 48px !important;
    height: 50px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 21px !important;
    line-height: 50px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home::after,
  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home .yz-detail-home-text,
  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home-fixed {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-detail .yz-detail-big-price {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
    height: 62px !important;
    margin: 8px 0 0 0 !important;
    padding: 0 22px 0 14px !important;
    background: #ff641f !important;
    color: #fff !important;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%) !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-detail .yz-detail-big-price small {
    flex: 0 0 auto !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  body.yz-booking-site.page-booking-detail .yz-detail-big-price strong {
    flex: 0 0 auto !important;
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.8px !important;
  }

  body.yz-booking-site.page-booking-detail .yz-detail-big-price em {
    flex: 0 0 auto !important;
    margin-left: 3px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-style: normal !important;
    line-height: 1 !important;
  }
}

@media (min-width: 768px) {
  body.page-booking-detail #detailRoomRows,
  body.page-booking-detail .yz-detail-room-list {
    box-sizing: border-box !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 10px 12px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 142px !important;
    padding: 12px !important;
    overflow: hidden !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-room-single-image,
  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > img {
    box-sizing: border-box !important;
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 118px !important;
    border-radius: 9px !important;
    object-fit: cover !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro .yz-booking-room-card-main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro .yz-booking-room-card-main strong {
    margin-bottom: 7px !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro .yz-detail-room-meta {
    gap: 5px !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro .yz-detail-room-meta li {
    font-size: 15px !important;
    line-height: 1.28 !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 58px !important;
    column-gap: 8px !important;
    align-items: center !important;
    justify-content: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    z-index: 1 !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price em {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    color: #ff4b16 !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 34px !important;
    letter-spacing: -0.3px !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price button {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    position: static !important;
    transform: none !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 17px !important;
    font-size: 15px !important;
    line-height: 34px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 374px) {
  body.page-booking-detail #detailRoomRows .yz-detail-room-pro {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    padding: 10px !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-room-single-image,
  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > img {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 112px !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro .yz-booking-room-card-main strong,
  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price em {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) {
  body.page-booking-schedule .yz-schedule-query-hero {
    display: none !important;
  }

  html,
  body.yz-booking-site.page-booking-schedule,
  body.page-booking-schedule .yz-schedule-main {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    overflow-x: hidden !important;
  }

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

  body.page-booking-schedule .yz-booking-section {
    padding: 20px 15px 78px !important;
  }

  body.yz-booking-site.page-booking-schedule .yz-schedule-results-shell.container,
  body.yz-booking-site.page-booking-schedule .yz-schedule-results-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

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

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

  body.page-booking-schedule .yz-schedule-ticket-card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 265px !important;
    margin: 0 !important;
    padding: 14px 15px 12px !important;
    border-radius: 15px !important;
    box-shadow: 0 7px 18px rgba(29, 54, 85, 0.08) !important;
  }

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

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

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

  body.page-booking-schedule .yz-schedule-day-cta {
    width: 96px !important;
    height: 41px !important;
    border-radius: 21px !important;
    font-size: 14px !important;
    box-shadow: 0 8px 16px rgba(255, 95, 45, 0.26) !important;
  }

  body.page-booking-schedule .yz-schedule-ticket-scenic {
    margin-top: 12px !important;
    padding: 9px 10px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
  }

  body.page-booking-schedule nav.yz-booking-mobile-nav,
  body.yz-booking-site.page-booking-schedule nav.yz-booking-mobile-nav {
    height: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    background: #075ea5 !important;
  }

  body.page-booking-schedule nav.yz-booking-mobile-nav > a,
  body.yz-booking-site.page-booking-schedule nav.yz-booking-mobile-nav > a {
    height: 70px !important;
    min-height: 70px !important;
    padding: 7px 0 6px !important;
  }

  body.page-booking-schedule nav.yz-booking-mobile-nav > a span,
  body.yz-booking-site.page-booking-schedule nav.yz-booking-mobile-nav > a span {
    font-size: 10px !important;
    line-height: 16px !important;
  }
}

@media (min-width: 768px) {
  body.page-booking-home .yz-booking-search {
    position: relative !important;
    z-index: 20 !important;
    overflow: visible !important;
  }

  body.page-booking-home .yz-booking-search-card,
  body.yz-booking-site.page-booking-home .yz-booking-search-card {
    position: relative !important;
    z-index: 21 !important;
    margin-top: 2px !important;
    overflow: visible !important;
  }

  body.page-booking-home .yz-booking-tabs {
    position: relative !important;
    z-index: 22 !important;
    height: 48px !important;
    min-height: 48px !important;
    overflow: visible !important;
  }

  body.page-booking-home .yz-booking-tabs button {
    height: 48px !important;
    min-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 48px !important;
    overflow: visible !important;
  }

  body.page-booking-detail .yz-detail-promo-box {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    align-items: start !important;
  }

  body.page-booking-detail .yz-detail-promo-box b {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    height: 28px !important;
    padding: 0 8px !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    line-height: 28px !important;
  }

  body.page-booking-detail .yz-detail-promo-box p {
    grid-column: 2 !important;
    min-width: 0 !important;
  }

  body.page-booking-detail .yz-detail-summary-tags {
    display: none !important;
  }

  body.page-booking-detail .yz-detail-hero-overlay .yz-detail-intro-link,
  body.page-booking-detail .yz-detail-intro-link {
    right: 12px !important;
    bottom: -35px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    z-index: 4 !important;
  }

  body.page-booking-detail .yz-detail-photo-tabs {
    display: none !important;
  }

  body.page-booking-detail .yz-detail-photo-tabs::-webkit-scrollbar {
    display: none !important;
  }

  body.page-booking-detail .yz-detail-photo-tabs a {
    box-sizing: border-box !important;
    flex: 0 0 78px !important;
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 6px !important;
    font-size: 12px !important;
    line-height: 38px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }
}

@media (min-width: 768px) {
  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 3000 !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    align-items: center !important;
    width: 100vw !important;
    max-width: none !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #1f6fd0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-back,
  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 28px !important;
    line-height: 50px !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > #detailTopTitle {
    position: static !important;
    display: block !important;
    grid-column: 2 !important;
    min-width: 0 !important;
    width: auto !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home {
    font-size: 0 !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home::before {
    content: "\2302" !important;
    display: block !important;
    width: 48px !important;
    height: 50px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 21px !important;
    line-height: 50px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home::after,
  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home .yz-detail-home-text,
  body.yz-booking-site.page-booking-detail header.yz-detail-mobile-topbar > .yz-detail-home-fixed {
    display: none !important;
    content: none !important;
  }
}

@media (min-width: 768px) {
  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price,
  body.yz-booking-site.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 64px !important;
    column-gap: 8px !important;
    align-items: center !important;
    justify-content: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    z-index: 2 !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price em,
  body.yz-booking-site.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price em {
    grid-column: 1 !important;
    justify-self: start !important;
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 36px !important;
    color: #ff4b16 !important;
    -webkit-text-fill-color: #ff4b16 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 36px !important;
    letter-spacing: -0.3px !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price button,
  body.yz-booking-site.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price button {
    position: static !important;
    grid-column: 2 !important;
    justify-self: end !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: #ff6b2a !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-indent: 0 !important;
  }

  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price button::before,
  body.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price button::after,
  body.yz-booking-site.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price button::before,
  body.yz-booking-site.page-booking-detail #detailRoomRows .yz-detail-room-pro > .yz-booking-room-price button::after {
    display: none !important;
    content: none !important;
  }
}

@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home .yz-booking-header {
    height: 40px !important;
    background: #0b68bd !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-brand-ref {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    gap: 0 !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-brand-ref::before,
  body.yz-booking-site.page-booking-home .yz-booking-brand-ref::after {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-brand-ref strong {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 18px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-brand-ref small {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 5px !important;
    font-weight: 700 !important;
    line-height: 8px !important;
    letter-spacing: 0.2px !important;
    text-align: center !important;
    transform: scale(0.82) !important;
    transform-origin: center top !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    background: #075ea5 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 10px 12px 8px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-mobile-icons > .container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    justify-items: center !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a,
  body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid > a {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    overflow: hidden !important;
  }
}

@media (min-width: 768px) {
  body.yz-booking-site.page-booking-detail .yz-detail-photo {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-detail .yz-detail-photo > img,
  body.yz-booking-site.page-booking-detail .yz-detail-photo #detailShipImage {
    width: 100% !important;
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (min-width: 768px) {
  body.yz-booking-site.page-booking-submit,
  body.yz-booking-site.page-booking-submit .yz-submit-main,
  body.yz-booking-site.page-booking-submit .yz-submit-order-board,
  body.yz-booking-site.page-booking-submit .yz-submit-price-board,
  body.yz-booking-site.page-booking-submit .yz-submit-price-list,
  body.yz-booking-site.page-booking-submit .yz-submit-insurance {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.yz-booking-site.page-booking-submit .yz-submit-price-head {
    display: none !important;
  }

  body.yz-booking-site.page-booking-submit .yz-submit-price-row,
  body.yz-booking-site.page-booking-submit .yz-submit-insurance-row {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 70px !important;
    grid-template-rows: auto !important;
    column-gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-submit .yz-submit-price-row > div:first-child,
  body.yz-booking-site.page-booking-submit .yz-submit-insurance-row > div:first-child {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-submit .yz-submit-price-row > span,
  body.yz-booking-site.page-booking-submit .yz-submit-insurance-row > span {
    display: none !important;
  }

  body.yz-booking-site.page-booking-submit .yz-submit-inline-price {
    display: block !important;
    margin-top: 4px !important;
    color: #ff5a16 !important;
    -webkit-text-fill-color: #ff5a16 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-submit .yz-submit-qty {
    box-sizing: border-box !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: grid !important;
    grid-template-columns: 20px 26px 20px !important;
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-submit .yz-submit-qty button,
  body.yz-booking-site.page-booking-submit .yz-submit-qty input {
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 0 !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  body.yz-booking-site.page-booking-login .yz-login-bottom-nav {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-login .yz-login-bottom-nav > a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 0 !important;
    height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    background: #075ea5 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 5px 0 4px !important;
    color: #fff !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a i {
    display: block !important;
    height: 22px !important;
    margin: 0 0 3px !important;
    color: #fff !important;
    font-size: 19px !important;
    font-style: normal !important;
    line-height: 22px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-home nav.yz-booking-mobile-nav.yz-home-bottom-nav-lock > a span {
    display: block !important;
    width: 100% !important;
    height: 15px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 15px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-login nav.yz-booking-mobile-nav.yz-login-bottom-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 0 !important;
    height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    background: #075ea5 !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-login nav.yz-booking-mobile-nav.yz-login-bottom-nav > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 5px 0 4px !important;
    color: #fff !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-login nav.yz-booking-mobile-nav.yz-login-bottom-nav > a::before {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-login nav.yz-booking-mobile-nav.yz-login-bottom-nav > a i {
    display: block !important;
    height: 22px !important;
    margin: 0 0 3px !important;
    color: #fff !important;
    font-size: 19px !important;
    font-style: normal !important;
    line-height: 22px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-login nav.yz-booking-mobile-nav.yz-login-bottom-nav > a span {
    display: block !important;
    width: 100% !important;
    height: 15px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 15px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }
}

/* Final home search card size lock: keep this at EOF. */
@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home .yz-booking-search {
    padding: 0 12px 20px !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home .yz-booking-search > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.yz-booking-search-card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    min-height: 500px !important;
    padding: 0 0 34px !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(19, 72, 130, .13) !important;
    overflow: hidden !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(15, 76, 130, .08) !important;
    background: linear-gradient(90deg, #fff 0%, #fff 48%, #f8f3ea 100%) !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button {
    position: relative !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #6f6a61 !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 64px !important;
    letter-spacing: .2px !important;
    overflow: visible !important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button:focus,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button:focus-visible,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button:active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button.is-active {
    color: #102d5f !important;
    background: #fff !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button.is-active::after {
    position: absolute !important;
    left: 28px !important;
    right: 28px !important;
    bottom: 0 !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #c88b28 !important;
    content: "" !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr) !important;
    gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 28px 30px 0 !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-end {
    height: 58px !important;
    min-height: 58px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    height: 58px !important;
    min-height: 58px !important;
    font-size: 26px !important;
    line-height: 58px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap {
    align-self: center !important;
    justify-self: center !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 8px auto 0 !important;
    line-height: 42px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-date-hero {
    margin-top: 28px !important;
    padding-top: 24px !important;
    height: 112px !important;
    min-height: 112px !important;
    border-top: 1px solid rgba(15, 76, 130, .12) !important;
    border-bottom: 1px solid rgba(15, 76, 130, .12) !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display {
    min-height: 82px !important;
    gap: 18px !important;
    align-items: center !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display strong {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display small {
    color: #3f5168 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-submit {
    height: 56px !important;
    min-height: 56px !important;
    margin-top: 34px !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    line-height: 56px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: calc(100% - 52px) !important;
    max-width: calc(100% - 52px) !important;
    margin: 28px 26px 0 !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 4px !important;
    border: 1px solid rgba(27, 101, 178, .14) !important;
    border-radius: 10px !important;
    background: #f5f9ff !important;
    color: #53677f !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 34px !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode.yz-booking-search-card {
    min-height: 360px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-end,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-swap,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-date-hero {
    display: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship {
    display: block !important;
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship input {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(21, 91, 165, .18) !important;
    border-radius: 15px !important;
    background: #f7fbff !important;
    color: #102d5f !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 62px !important;
    text-align: center !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-ship-suggest-panel {
    top: calc(100% + 10px) !important;
    padding: 8px !important;
    border-radius: 16px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-ship-suggest-panel button {
    min-height: 44px !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 370px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
}

/* Product Design correction: keep the route row clean and balanced, not boxed like form inputs. */
@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-home-search-grid {
    position: relative !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-end {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 70px !important;
    min-height: 70px !important;
    padding-top: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-start::before {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-end::before {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    color: #071f45 !important;
    font-size: 31px !important;
    font-weight: 900 !important;
    line-height: 58px !important;
    letter-spacing: 1px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap {
    position: relative !important;
    z-index: 2 !important;
    align-self: center !important;
    display: grid !important;
    place-items: center !important;
    width: 60px !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #116fc8 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 58px !important;
    outline: 0 !important;
    overflow: visible !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    transform: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap::before {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap::after {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap:focus,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-swap:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
  }
}

/* Final Product Design pass: shortcut area uses premium text links, not boxed buttons. */
@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: calc(100% - 52px) !important;
    max-width: calc(100% - 52px) !important;
    height: auto !important;
    min-height: 44px !important;
    margin: 30px 26px 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    border-top: 1px solid rgba(14, 61, 116, .10) !important;
    border-bottom: 1px solid rgba(14, 61, 116, .10) !important;
    background: linear-gradient(90deg, transparent 0%, rgba(244, 249, 255, .72) 12%, rgba(244, 249, 255, .72) 88%, transparent 100%) !important;
    overflow: visible !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes a {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #465c76 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 44px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    letter-spacing: .1px !important;
    position: relative !important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button:focus,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button:focus-visible,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button:active,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes a:focus,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes a:focus-visible,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes a:active {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes button + button::before,
  body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-routes a + a::before {
    position: absolute !important;
    left: 0 !important;
    top: 13px !important;
    width: 1px !important;
    height: 18px !important;
    background: rgba(14, 61, 116, .12) !important;
    content: "" !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 104px !important;
    gap: 0 !important;
    margin-top: 32px !important;
    padding: 4px 0 !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes button,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes a {
    height: 48px !important;
    min-height: 48px !important;
    color: #123762 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 48px !important;
    letter-spacing: .2px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes .yz-hot-ship-fire {
    display: inline-block !important;
    flex: 0 0 auto !important;
    margin: 0 4px 0 0 !important;
    color: #ff7a1a !important;
    font-size: 13px !important;
    line-height: 1 !important;
    vertical-align: -1px !important;
    filter: drop-shadow(0 1px 2px rgba(255, 111, 45, .22)) !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes button::before,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes a::before {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes button:nth-child(2n)::before {
    position: absolute !important;
    left: 0 !important;
    top: 14px !important;
    display: block !important;
    width: 1px !important;
    height: 20px !important;
    background: rgba(14, 61, 116, .12) !important;
    content: "" !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes button:nth-child(n+3)::after {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    top: 0 !important;
    height: 1px !important;
    background: rgba(14, 61, 116, .10) !important;
    content: "" !important;
  }
}


/* Source: mobile-home-ship-search-final.css */
@charset "UTF-8";

@media (min-width: 768px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode.yz-booking-search-card {
    min-height: 360px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-search-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 32px 30px 0 !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-start,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-end,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-swap,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-date-hero {
    display: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship {
    position: relative !important;
    display: block !important;
    grid-column: 1 / -1 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 auto !important;
    padding: 14px 18px 12px !important;
    overflow: visible !important;
    background: linear-gradient(135deg, rgba(248, 252, 255, .98), rgba(239, 247, 255, .92)) !important;
    border: 0 !important;
    border-radius: 22px !important;
    box-shadow:
      inset 0 0 0 1px rgba(20, 99, 178, .10),
      0 12px 28px rgba(22, 89, 157, .08) !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship::before,
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship::after {
    display: none !important;
    content: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship input {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 2px 8px !important;
    color: #071f45 !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    line-height: 36px !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 93, 158, .18) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship input::placeholder {
    color: rgba(43, 72, 103, .42) !important;
    font-size: 16px !important;
    font-weight: 850 !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship input:focus {
    border-bottom-color: rgba(24, 126, 224, .56) !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-submit {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    border-radius: 16px !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    letter-spacing: .32em !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-ship-suggest-panel {
    position: fixed !important;
    z-index: 9999 !important;
    padding: 8px !important;
    background: rgba(255, 255, 255, .98) !important;
    border: 1px solid rgba(26, 109, 190, .12) !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 34px rgba(20, 73, 129, .16) !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-ship-suggest-panel[hidden] {
    display: none !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-ship-suggest-panel button {
    display: block !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 11px 13px !important;
    color: #123762 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 12px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-ship-suggest-panel button:active {
    background: rgba(232, 244, 255, .82) !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-booking-routes {
    margin-top: 24px !important;
  }
}

@media (max-width: 370px) {
  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .yz-home-search-grid {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  body.yz-booking-site.page-booking-home #bookingSearchForm.is-ship-mode .booking-field-ship {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}


/* Source: mobile-home-hot-title-final.css */
@media (min-width: 768px) {
  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head::before {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head::after {
    display: block !important;
    content: "" !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 2px !important;
    margin: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #e3322a 0%, #e3322a 72%, rgba(227, 50, 42, 0) 100%) !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head h2 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head h2::before,
  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head h2::after {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head #bookingResultCount {
    display: none !important;
  }
}


/* Source: mobile-home-below-final.css */
@media (min-width: 768px) {
  html body.yz-booking-site.page-booking-home {
    background: #eef5fb !important;
  }

  html body.yz-booking-site.page-booking-home main.yz-booking-home,
  html body.yz-booking-site.page-booking-home .yz-booking-home {
    background: transparent !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-announcement-bar,
  html body.yz-booking-site.page-booking-home .yz-booking-section {
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: transparent !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icons {
    width: calc(100% - 24px) !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: transparent !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-announcement-bar > .container,
  html body.yz-booking-site.page-booking-home .yz-booking-section > .container {
    width: calc(100% - 28px) !important;
    max-width: 430px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icons > .container {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-announcement-strip {
    min-height: 34px !important;
    margin: 18px 0 14px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(232, 155, 42, .45) !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, rgba(255, 250, 237, .96), rgba(255, 255, 255, .92)) !important;
    box-shadow: 0 8px 22px rgba(157, 100, 25, .06) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-announcement-strip span {
    color: #0b3768 !important;
    font-size: 14px !important;
    font-weight: 950 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-announcement-scroll {
    display: block !important;
    min-width: 0 !important;
    color: #e0251b !important;
    font-size: 13.5px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.yz-booking-site.page-booking-home a.yz-booking-announcement-scroll::after {
    content: "  >" !important;
    color: rgba(224, 37, 27, .72) !important;
    font-weight: 950 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer {
    background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer .container {
    width: calc(100% - 28px) !important;
    max-width: 430px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance {
    margin: 0 auto 16px !important;
    padding: 18px 2px 14px !important;
    border-top: 1px solid rgba(15, 60, 104, .12) !important;
    border-bottom: 1px solid rgba(15, 60, 104, .10) !important;
    background:
      radial-gradient(circle at 16% 0%, rgba(17, 115, 201, .10), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .28)) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance-head {
    text-align: center !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance-head strong {
    display: block !important;
    color: #0b3768 !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    letter-spacing: .04em !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance-head small {
    display: block !important;
    margin-top: 6px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 16px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance-grid span {
    position: relative !important;
    display: block !important;
    min-width: 0 !important;
    padding: 0 8px !important;
    text-align: center !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance-grid span + span::before {
    content: "" !important;
    position: absolute !important;
    top: 4px !important;
    bottom: 4px !important;
    left: 0 !important;
    width: 1px !important;
    background: linear-gradient(180deg, transparent, rgba(15, 60, 104, .16), transparent) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance-grid b {
    display: block !important;
    color: #0f2f57 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-footer-assurance-grid em {
    display: block !important;
    margin-top: 5px !important;
    color: #6b7b8f !important;
    font-size: 10.5px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 auto 18px !important;
    padding: 8px 4px 6px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: max-content !important;
    place-items: center !important;
    justify-items: center !important;
    justify-content: stretch !important;
    align-content: start !important;
    gap: 7px !important;
    min-height: 74px !important;
    padding: 4px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a > span,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a > span {
    display: block !important;
    justify-self: center !important;
    align-self: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 20px rgba(20, 85, 150, .12) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a > strong,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a > strong {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    justify-self: stretch !important;
    color: #1b3c60 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  html body.yz-booking-site.page-booking-home .yz-series-ref-title,
  html body.yz-booking-site.page-booking-home .yz-section-head.yz-ref-head {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 18px 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-series-ref-title::after,
  html body.yz-booking-site.page-booking-home .yz-section-head.yz-ref-head::after {
    display: block !important;
    content: "" !important;
    width: 100% !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #e3322a 0%, rgba(227, 50, 42, .85) 42%, rgba(227, 50, 42, 0) 100%) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-series-ref-title h2,
  html body.yz-booking-site.page-booking-home .yz-section-head.yz-ref-head h2 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    width: max-content !important;
    min-width: max-content !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0a3769 !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  html body.yz-booking-site.page-booking-home .yz-series-ref-title h2::before,
  html body.yz-booking-site.page-booking-home .yz-series-ref-title h2::after,
  html body.yz-booking-site.page-booking-home .yz-section-head.yz-ref-head h2::before,
  html body.yz-booking-site.page-booking-home .yz-section-head.yz-ref-head h2::after,
  html body.yz-booking-site.page-booking-home .yz-section-head.yz-ref-head::before {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-home #bookingFleetGroups.yz-booking-series-grid,
  html body.yz-booking-site.page-booking-home .yz-booking-series-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px 10px !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 8px 4px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-series-card {
    display: grid !important;
    grid-template-rows: 46px minmax(24px, auto) !important;
    justify-items: center !important;
    align-items: start !important;
    gap: 7px !important;
    min-height: 78px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-series-icon {
    position: relative !important;
    display: grid !important;
    width: 48px !important;
    height: 48px !important;
    place-items: center !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ffffff, #eaf5ff) !important;
    box-shadow: 0 12px 24px rgba(26, 91, 155, .12) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-series-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 6px !important;
    border-radius: inherit !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-series-icon b {
    display: none !important;
    color: #0f63b7 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -0.5px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-series-icon.is-fallback {
    background: radial-gradient(circle at 32% 24%, #ffffff 0%, #e7f5ff 42%, #d9ecff 100%) !important;
    border: 1px solid rgba(31, 111, 199, .12) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-series-icon.is-fallback b {
    display: block !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-series-label,
  html body.yz-booking-site.page-booking-home .yz-booking-series-card span:last-child {
    display: block !important;
    max-width: 100% !important;
    min-height: 20px !important;
    color: #2d547a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-featured-grid,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-featured-card,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card {
    display: block !important;
    min-width: 0 !important;
    padding: 0 0 10px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(17, 69, 124, .10) !important;
    text-decoration: none !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 0 0 4px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-grid::-webkit-scrollbar {
    display: none !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card {
    display: flex !important;
    flex-direction: column !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(214, 225, 237, .92) !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: 0 14px 30px rgba(18, 59, 104, .10) !important;
    height: 100% !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card::after {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card img {
    display: block !important;
    width: 100% !important;
    height: 112px !important;
    min-height: 112px !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card .yz-booking-featured-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    min-width: 0 !important;
    min-height: 112px !important;
    padding: 11px 12px 13px !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-featured-route {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: #0f3b6d !important;
    font-size: 12.5px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-featured-route b,
  html body.yz-booking-site.page-booking-home #featured .yz-featured-route i {
    display: inline-block !important;
    white-space: nowrap !important;
    font-style: normal !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-featured-route i {
    color: #d84f28 !important;
    font-weight: 900 !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card .yz-booking-featured-body strong {
    margin: 0 !important;
    padding: 0 !important;
    color: #0f2340 !important;
    font-size: 14.5px !important;
    font-weight: 900 !important;
    line-height: 1.32 !important;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card .yz-booking-featured-body small {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #6f8094 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card .yz-booking-featured-price {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    min-height: 28px !important;
    margin-top: auto !important;
    padding: 0 !important;
    color: #ee5932 !important;
    overflow: visible !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card .yz-booking-featured-price b {
    font-size: 23px !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card .yz-booking-featured-price dfn,
  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card .yz-booking-featured-price em {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-style: normal !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-featured-card img,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card img {
    display: block !important;
    width: 100% !important;
    height: 96px !important;
    object-fit: cover !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-featured-body,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card strong,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card span,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card em {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-featured-body strong,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card strong {
    display: block !important;
    margin-top: 8px !important;
    color: #092f60 !important;
    font-size: 13.5px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-featured-price,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card em {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    margin-top: 5px !important;
    color: #f0522b !important;
    font-style: normal !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    min-height: 26px !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-featured-price b {
    font-size: 22px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-route-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-route-card {
    min-width: 0 !important;
    min-height: 88px !important;
    padding: 13px 12px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 10px 24px rgba(17, 69, 124, .08) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-route-card .piao {
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-route-card .prc {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 6px !important;
    min-height: 30px !important;
    margin-top: 8px !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-route-card .num {
    display: inline-flex !important;
    align-items: baseline !important;
    color: #f0522b !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-route-card .num span {
    font-size: 21px !important;
    line-height: 1 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-route-card .tim {
    min-width: 0 !important;
    color: #5d7289 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-align: right !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto minmax(0, 1fr) auto !important;
    column-gap: 10px !important;
    align-items: start !important;
    min-height: 112px !important;
    padding: 0 12px 0 0 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card img {
    grid-row: 1 / 5 !important;
    grid-column: 1 / 2 !important;
    align-self: stretch !important;
    width: 118px !important;
    height: 112px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card strong,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card .yz-recommend-tier,
  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card span {
    grid-column: 2 / 3 !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card strong {
    margin: 12px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card .yz-recommend-tier {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    min-height: 22px !important;
    margin-top: 6px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    background: rgba(22, 112, 207, .10) !important;
    color: #1769bd !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card span {
    display: -webkit-box !important;
    margin-top: 7px !important;
    color: #5b7188 !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card em {
    grid-column: 3 / 4 !important;
    grid-row: 1 / 5 !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    min-height: 30px !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-recommend-card em::first-letter {
    font-size: 14px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-news-tags {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px 9px !important;
    width: 100% !important;
    margin: 0 0 22px !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-news-tags a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(21, 83, 142, .10) !important;
    border-radius: 17px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 252, 255, .94)) !important;
    color: #254f78 !important;
    font-size: 12.5px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 7px 18px rgba(18, 67, 116, .06) !important;
    white-space: nowrap !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-latest-list {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    margin-bottom: 22px !important;
    overflow: hidden !important;
    border: 1px solid rgba(21, 83, 142, .08) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .86) !important;
    box-shadow: 0 12px 28px rgba(18, 67, 116, .07) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-latest-list a {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 24px !important;
    gap: 5px 12px !important;
    align-items: center !important;
    padding: 15px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(16, 70, 124, .08) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-latest-list a:last-child {
    border-bottom: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-latest-list a strong {
    display: block !important;
    color: #0f3158 !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-latest-list a p {
    grid-column: 1 / 2 !important;
    margin: 0 !important;
    color: #6b7f96 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-latest-list a span {
    grid-row: 1 / 3 !important;
    grid-column: 2 / 3 !important;
    display: grid !important;
    width: 24px !important;
    height: 24px !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: rgba(240, 100, 45, .10) !important;
    color: transparent !important;
    font-size: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-latest-list a span::before {
    content: "›" !important;
    color: #f0642d !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a > span,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a > span {
    position: relative !important;
    display: grid !important;
    width: 42px !important;
    height: 42px !important;
    place-items: center !important;
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a > span::before,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a > span::before {
    content: "" !important;
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    background: var(--yz-quick-icon) center / contain no-repeat !important;
    filter: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a > span::after,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a > span::after {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a:nth-child(1) > span,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a:nth-child(1) > span {
    background: linear-gradient(145deg, #ff8b78 0%, #f76462 100%) !important;
    --yz-quick-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Crect x='7.2' y='5' width='13.6' height='18' rx='2.4' stroke='white' stroke-width='2.4'/%3E%3Cpath d='M10.8 10.7h6.4M10.8 14.2h6.4M10.8 17.7h4.6' stroke='white' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a:nth-child(2) > span,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a:nth-child(2) > span {
    background: linear-gradient(145deg, #4fa6ff 0%, #2178df 100%) !important;
    --yz-quick-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M9 10.5a6.9 6.9 0 0 1 10.8-2.1' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M20.2 6.4v4.4h-4.4' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 17.5a6.9 6.9 0 0 1-10.8 2.1' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M7.8 21.6v-4.4h4.4' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a:nth-child(3) > span,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a:nth-child(3) > span {
    background: linear-gradient(145deg, #55d6ee 0%, #20b7d5 100%) !important;
    --yz-quick-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Ccircle cx='14' cy='14' r='8.2' stroke='white' stroke-width='2.4'/%3E%3Cpath d='M11.7 11.4c.3-1.3 1.2-2.1 2.6-2.1 1.6 0 2.7 1 2.7 2.4 0 1.9-2.2 2.2-2.5 3.9' stroke='white' stroke-width='2.3' stroke-linecap='round'/%3E%3Cpath d='M14.4 18.7h.1' stroke='white' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  html body.yz-booking-site.page-booking-home .yz-home-quick-grid-lock > a:nth-child(4) > span,
  html body.yz-booking-site.page-booking-home .yz-booking-mobile-icon-grid.yz-home-quick-grid-lock > a:nth-child(4) > span {
    background: linear-gradient(145deg, #ff8c7f 0%, #f2605d 100%) !important;
    --yz-quick-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M14 5.6 23 21H5L14 5.6Z' stroke='white' stroke-width='2.4' stroke-linejoin='round'/%3E%3Cpath d='M14 11.4v4.6M14 18.9h.1' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

@media (min-width: 768px) {
  html body.yz-booking-site.page-booking-home .yz-booking-hero {
    position: relative !important;
    z-index: 1 !important;
    height: 260px !important;
    min-height: 260px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #eef5fb !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-hero .container,
  html body.yz-booking-site.page-booking-home .yz-booking-hero-panel,
  html body.yz-booking-site.page-booking-home .yz-booking-hero-banner,
  html body.yz-booking-site.page-booking-home .yz-booking-hero-banner-ref {
    height: 260px !important;
    min-height: 260px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-hero-banner img,
  html body.yz-booking-site.page-booking-home .yz-booking-hero-banner-ref img {
    display: block !important;
    width: 100% !important;
    height: 260px !important;
    min-height: 260px !important;
    object-fit: cover !important;
    object-position: center 34% !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-search {
    position: relative !important;
    z-index: 8 !important;
    margin-top: -24px !important;
    padding-top: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-search > .container,
  html body.yz-booking-site.page-booking-home #search > .container {
    background: transparent !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-search::before,
  html body.yz-booking-site.page-booking-home .yz-booking-search::after {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-search::before {
    left: 0 !important;
    background: linear-gradient(90deg, rgba(238, 245, 251, .42), rgba(238, 245, 251, 0)) !important;
  }

  html body.yz-booking-site.page-booking-home .yz-booking-search::after {
    right: 0 !important;
    background: linear-gradient(270deg, rgba(238, 245, 251, .42), rgba(238, 245, 251, 0)) !important;
  }

  html body.yz-booking-site.page-booking-home #bookingSearchForm.yz-booking-search-card {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow:
      0 18px 44px rgba(12, 59, 112, .18),
      0 2px 0 rgba(255, 255, 255, .80) inset !important;
  }

  html body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs {
    background: #fff !important;
  }

  html body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button {
    background: #fff !important;
  }

  html body.yz-booking-site.page-booking-home #bookingSearchForm .yz-booking-tabs button.is-active {
    background: #fff !important;
  }

  html body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display,
  html body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-date-hero,
  html body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display {
    background: #fff !important;
  }

  /* 首页近期航次：去掉图片外框感，统一船图版位。 */
  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card {
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(21, 63, 106, .10) !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card img {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    object-fit: cover !important;
    object-position: center center !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: none !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card > img {
    width: calc(100% + 2px) !important;
    max-width: none !important;
    margin: -1px -1px 0 !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-featured-ship-img-sx-384 {
    aspect-ratio: 4 / 3 !important;
    object-position: center center !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card .yz-booking-featured-body {
    min-height: 116px !important;
    padding: 12px 13px 14px !important;
    background: #fff !important;
  }

  html body.yz-booking-site.page-booking-home #bookingSearchForm .booking-field-display {
    font-size: 22px !important;
  }

  html body.yz-booking-site.page-booking-home #bookingSearchForm .booking-date-display strong {
    font-size: 21.5px !important;
  }
}

html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card {
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(21, 63, 106, .10) !important;
}

html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-card img {
  display: block !important;
  width: calc(100% + 2px) !important;
  max-width: none !important;
  height: 132px !important;
  min-height: 132px !important;
  max-height: 132px !important;
  margin: -1px -1px 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  transform: none !important;
}

html body.yz-booking-site.page-booking-home #featured .yz-booking-featured-body {
  background: #fff !important;
  box-shadow: none !important;
}

