@charset "UTF-8";

@media (max-width: 767px) {
  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-day-body {
    display: grid !important;
    gap: 16px !important;
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ticket-card.yz-schedule-ship-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "tag price"
      "main price"
      "dates dates"
      "meta meta"
      "scenic scenic"
      "cta cta" !important;
    column-gap: 14px !important;
    row-gap: 12px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 20px 18px 18px !important;
    overflow: visible !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 34px rgba(18, 72, 130, .10) !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-card .yz-schedule-trip-type {
    grid-area: tag !important;
    position: static !important;
    justify-self: start !important;
    width: auto !important;
    margin: 0 !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-main {
    grid-area: main !important;
    min-width: 0 !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-main b {
    display: block !important;
    margin: 0 0 5px !important;
    overflow: hidden !important;
    color: #082f5f !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-main span {
    display: block !important;
    overflow: hidden !important;
    color: #536a84 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-dates {
    grid-area: dates !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    background: rgba(232, 244, 255, .78) !important;
    border-radius: 12px !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-dates strong {
    color: #0e73c9 !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-dates span {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: #244d78 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-meta {
    grid-area: meta !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    min-width: 0 !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-meta span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    padding: 0 9px !important;
    color: #234a72 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    background: rgba(241, 247, 253, .94) !important;
    border-radius: 999px !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-price {
    grid-area: price !important;
    align-self: start !important;
    justify-self: end !important;
    margin: 0 !important;
    color: #f05a26 !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-card .yz-schedule-day-cta {
    grid-area: cta !important;
    position: static !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 38px !important;
    margin: 2px 0 0 !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    background: linear-gradient(135deg, #ff8a42, #ef6a2d) !important;
    box-shadow: 0 8px 18px rgba(239, 106, 45, .22) !important;
    white-space: nowrap !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-card .yz-schedule-ticket-scenic {
    grid-area: scenic !important;
    position: relative !important;
    display: block !important;
    min-width: 0 !important;
    margin: 2px 0 0 !important;
    padding: 10px 12px 2px 18px !important;
    overflow: hidden !important;
    color: #57708a !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    border-top: 1px solid rgba(19, 78, 140, .10) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-card .yz-schedule-ticket-scenic::before {
    position: absolute !important;
    top: 15px !important;
    left: 2px !important;
    width: 7px !important;
    height: 7px !important;
    content: "" !important;
    background: #f05a26 !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 360px) {
  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ticket-card.yz-schedule-ship-card {
    padding: 18px 15px 16px !important;
    column-gap: 10px !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-main b {
    font-size: 16px !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-price {
    font-size: 15px !important;
  }

  body.yz-booking-site.page-booking-schedule.is-ship-search .yz-schedule-ship-card .yz-schedule-day-cta {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 10px !important;
  }
}

/* Override legacy chrome rules that force the ship-search CTA back into the right corner. */
@media (max-width: 767px) {
  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-ticket-scenic {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    grid-area: scenic !important;
    padding: 10px 12px 2px 18px !important;
    margin: 2px 0 0 !important;
    border-top: 1px solid rgba(19, 78, 140, .10) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-day-cta {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    grid-area: cta !important;
    position: static !important;
    z-index: 2 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 4px 0 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 14px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 40px !important;
    text-align: center !important;
    text-indent: 0 !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    overflow: visible !important;
    background: linear-gradient(135deg, #ff8a42, #ef6a2d) !important;
    box-shadow: 0 8px 18px rgba(239, 106, 45, .22) !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-day-cta::before,
  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-day-cta::after {
    display: none !important;
    content: none !important;
  }
}

@media (max-width: 767px) {
  html body.yz-booking-site.page-booking-schedule a.yz-schedule-ticket-card > .yz-schedule-ticket-scenic {
    grid-area: 3 / 1 / 4 / 4 !important;
    position: relative !important;
    display: -webkit-box !important;
    max-width: 100% !important;
    margin: 3px 0 0 !important;
    padding: 10px 2px 0 16px !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(14, 62, 112, .10) !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, .78), rgba(244, 249, 255, .34)) !important;
    box-shadow: none !important;
    color: #58708a !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 1.5 !important;
    text-align: left !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  html body.yz-booking-site.page-booking-schedule a.yz-schedule-ticket-card > .yz-schedule-ticket-scenic::before {
    position: absolute !important;
    top: 16px !important;
    left: 2px !important;
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    content: "" !important;
    border-radius: 999px !important;
    background: #f05a26 !important;
    box-shadow: 0 0 0 3px rgba(240, 90, 38, .10) !important;
  }

  html body.yz-booking-site.page-booking-schedule a.yz-schedule-ticket-card > .yz-schedule-ticket-scenic span,
  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-ticket-scenic span {
    margin-right: 3px !important;
    color: #0a3769 !important;
    font-weight: 950 !important;
  }

  html body.yz-booking-site.page-booking-schedule a.yz-schedule-ticket-card > .yz-schedule-ticket-scenic span::before,
  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-ticket-scenic span::before {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card {
    grid-template-areas:
      "tag price"
      "main price"
      "dates dates"
      "meta meta"
      "scenic scenic"
      "cta cta" !important;
    row-gap: 10px !important;
    padding-bottom: 18px !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-ship-dates {
    padding: 0 0 9px !important;
    border-bottom: 1px solid rgba(14, 62, 112, .10) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-ship-dates span {
    color: #335b84 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-ship-meta span {
    min-height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #496683 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-ticket-scenic {
    padding: 8px 2px 0 16px !important;
    margin: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
    -webkit-line-clamp: 1 !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-ticket-scenic::before {
    top: 14px !important;
  }

  html body.yz-booking-site.page-booking-schedule.is-ship-search a.yz-schedule-ticket-card.yz-schedule-ship-card > .yz-schedule-day-cta {
    margin-top: 2px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    letter-spacing: .06em !important;
  }
}
