@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 400 950;
    font-display: swap;
    src: url("../assets/fonts/nunito-sans/nunito-sans-vietnamese.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 400 950;
    font-display: swap;
    src: url("../assets/fonts/nunito-sans/nunito-sans-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.booking-hub-production .site-main,
.booking-conversion-production .site-main,
.operator-booking-production .site-main,
.route-booking-production .site-main {
    padding: 0;
}

.booking-hub-production .site-main > .container,
.booking-conversion-production .site-main > .container,
.operator-booking-production .site-main > .container,
.route-booking-production .site-main > .container {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.booking-page {
    overflow-x: visible;
}

.booking-production-ui {
    --blue: #0064c8;
    --blue-dark: #004eaa;
    --navy: #06245c;
    --text: #112653;
    --muted: #637494;
    --gold: #ffc20a;
    --blue-soft: #eaf5ff;
    --gold-soft: #fff4c8;
    --line: #d7e5f4;
    --mist: #f5f9ff;
    --card: #ffffff;
    --shadow-sm: 0 12px 30px rgba(8, 36, 95, .055);
    --shadow-md: 0 20px 46px rgba(8, 36, 95, .095);
    --shadow-lg: 0 28px 72px rgba(8, 36, 95, .18);
    --ease: cubic-bezier(.2, .8, .2, 1);
    overflow: visible;
    background:
        radial-gradient(circle at 80% 4%, rgba(255, 194, 10, .13), transparent 26%),
        radial-gradient(circle at 12% 12%, rgba(0, 100, 200, .09), transparent 28%),
        linear-gradient(180deg, #f6fbff 0%, #f2f8ff 44%, #f8fbff 100%);
    color: var(--text);
    font-family: "Nunito Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.62;
    letter-spacing: 0;
}

.booking-production-ui .shell {
    width: min(calc(100% - 40px), clamp(1248px, 80vw, 1536px));
    margin-inline: auto;
}

.booking-production-ui .schedule-hero__grid,
.booking-production-ui .schedule-hero__copy,
.booking-production-ui .schedule-search-card,
.booking-production-ui .schedule-route-card,
.booking-production-ui .schedule-date-field,
.booking-production-ui .booking-passenger-field {
    min-width: 0;
}

.route-production-ui .schedule-swap--one-way {
    cursor: default;
}

.route-production-ui .schedule-swap--one-way:hover {
    transform: none;
}

.booking-production-ui .booking-route-card__media-link,
.booking-production-ui .booking-route-card__title-link {
    display: block;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    padding: 0;
}

.booking-production-ui .booking-route-card__media-link {
    overflow: hidden;
}

.booking-production-ui .booking-route-card__media-link img {
    transition: transform .24s var(--ease);
}

.booking-production-ui .booking-route-card__media-link:hover {
    background: transparent;
    transform: none;
}

.booking-production-ui .booking-route-card__media-link:hover img {
    transform: scale(1.035);
}

.booking-production-ui .booking-route-card__title-link {
    color: var(--navy);
}

.booking-production-ui .booking-route-card__title-link:hover {
    background: transparent;
    color: #0b72e7;
    transform: none;
}

.booking-production-ui .booking-route-card__cta {
    display: inline-flex;
}

.booking-production-ui .schedule-hero {
    background:
        linear-gradient(135deg, rgba(5, 29, 74, .96) 0%, rgba(0, 99, 196, .88) 52%, rgba(0, 159, 213, .62) 100%),
        var(--booking-hero-image) right center / cover no-repeat;
}

.booking-production-ui .schedule-hero h1 {
    overflow-wrap: break-word;
}

.booking-production-ui .schedule-hero .schedule-alert {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 20px 0 0;
    padding: 14px 16px;
    border-color: rgba(255, 194, 10, .35);
    background: rgba(255, 248, 229, .96);
    color: #805300;
    line-height: 1.62;
}

.booking-production-ui .schedule-hero .booking-hero-notice {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    max-width: 720px;
    margin-top: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 194, 10, .26);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .95) 0%, rgba(255, 250, 235, .94) 100%);
    box-shadow: 0 18px 42px rgba(3, 29, 76, .18);
    backdrop-filter: blur(14px);
    color: var(--text);
}

.booking-production-ui .schedule-hero .booking-hero-notice > svg {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 194, 10, .34);
    border-radius: 15px;
    background: #fff8dd;
    color: #b26b00;
    padding: 11px;
    box-shadow: 0 12px 26px rgba(178, 107, 0, .12);
}

.booking-production-ui .schedule-hero .booking-hero-notice strong {
    display: block;
    margin: 0;
    color: var(--navy);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.35;
}

.booking-production-ui .schedule-hero .booking-hero-notice p {
    max-width: none;
    margin: 4px 0 0;
    color: #5d6d89;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.58;
}

.booking-production-ui .booking-success-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    width: 100%;
    max-width: 860px;
    margin: 24px 0 0;
    padding: 20px;
    border: 1px solid rgba(20, 148, 92, .24);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(247, 255, 250, .99) 0%, rgba(255, 255, 255, .99) 58%, rgba(239, 248, 255, .98) 100%);
    box-shadow: 0 22px 48px rgba(5, 31, 78, .16);
    color: var(--text);
}

.booking-production-ui .booking-success-card__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-width: 0;
}

.booking-production-ui .booking-success-card__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #e6f8ed;
    color: #138a52;
}

.booking-production-ui .booking-success-card__icon svg {
    width: 25px;
    height: 25px;
}

.booking-production-ui .booking-success-card__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
}

.booking-production-ui .booking-success-card__eyebrow {
    color: #147a4d;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.booking-production-ui .booking-success-card__copy strong {
    display: block;
    margin: 2px 0 4px;
    color: var(--navy);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.25;
}

.booking-production-ui .booking-success-card__copy p,
.booking-production-ui .booking-success-card__request {
    margin: 0;
    color: #526889;
    font-size: 14px;
    line-height: 1.55;
}

.booking-production-ui .booking-success-card__summary {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
    gap: 10px;
    width: 100%;
    margin: 0;
}

.booking-production-ui .booking-success-card__summary div {
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #dcebf8;
    border-radius: 12px;
    background: rgba(255, 255, 255, .78);
}

.booking-production-ui .booking-success-card__summary dt {
    margin: 0 0 2px;
    color: #6b7d99;
    font-size: 12px;
    font-weight: 800;
}

.booking-production-ui .booking-success-card__summary dd {
    margin: 0;
    color: var(--navy);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.booking-production-ui .booking-success-card__request {
    grid-column: 1 / -1;
    color: #147a4d;
    font-weight: 850;
}

.booking-production-ui .booking-success-card__actions {
    display: flex;
    flex-wrap: wrap;
    grid-column: 2;
    grid-row: 1;
    gap: 10px;
    align-content: start;
    justify-content: flex-end;
    min-width: 0;
}

.booking-production-ui .booking-success-card__call,
.booking-production-ui .booking-success-card__zalo {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 950;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.booking-production-ui .booking-success-card__call {
    border: 1px solid var(--navy);
    background: var(--navy);
    color: #fff;
    box-shadow: 0 12px 22px rgba(6, 36, 92, .2);
}

.booking-production-ui .booking-success-card__zalo {
    border: 1px solid #bfd9f5;
    background: #fff;
    color: #0b67bd;
}

.booking-production-ui .booking-success-card__call svg,
.booking-production-ui .booking-success-card__zalo svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
}

.booking-success-card--production {
    color: #112653;
}

.booking-success-card--production .booking-success-card__head,
.schedule-hero .booking-success-card--production .booking-success-card__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-width: 0;
}

.booking-success-card--production .booking-success-card__content,
.schedule-hero .booking-success-card--production .booking-success-card__content {
    grid-template-columns: minmax(0, 1fr);
}

.booking-success-card--production .booking-success-card__icon {
    background: #e6f8ed;
    color: #138a52;
}

.booking-success-card--production .booking-success-card__eyebrow,
.schedule-hero .booking-success-card--production .booking-success-card__eyebrow {
    color: #147a4d;
}

.booking-success-card--production .booking-success-card__copy strong,
.schedule-hero .booking-success-card--production .booking-success-card__copy strong {
    color: #06245c;
}

.booking-success-card--production .booking-success-card__copy p,
.booking-success-card--production .booking-success-card__request,
.schedule-hero .booking-success-card--production .booking-success-card__copy p,
.schedule-hero .booking-success-card--production .booking-success-card__request {
    color: #526889;
}

.booking-success-card--production .booking-success-card__summary dt,
.schedule-hero .booking-success-card--production .booking-success-card__summary dt {
    color: #6b7d99;
}

.booking-success-card--production .booking-success-card__summary dd,
.schedule-hero .booking-success-card--production .booking-success-card__summary dd {
    color: #06245c;
}

.booking-success-card--production .booking-success-card__call,
.schedule-hero .booking-success-card--production .booking-success-card__call {
    color: #fff;
}

.booking-success-card--production .booking-success-card__zalo,
.schedule-hero .booking-success-card--production .booking-success-card__zalo {
    color: #0b67bd;
}

.booking-production-ui .schedule-search-card {
    box-shadow: var(--shadow-lg);
}

.booking-production-ui .booking-route-select {
    grid-template-columns: minmax(0, 1fr);
}

.booking-production-ui .booking-route-select select,
.booking-production-ui .schedule-date-field input[type="text"],
.booking-production-ui .schedule-date-field input[type="date"] {
    width: 100%;
    margin-top: 4px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--navy);
    font: inherit;
    font-size: 18px;
    font-weight: 950;
}

.booking-production-ui .schedule-date-field input[type="hidden"] {
    display: none;
}

.booking-production-ui .booking-route-select .schedule-route-card {
    cursor: default;
}

.booking-production-ui .booking-price-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.booking-production-ui .booking-trip-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.booking-production-ui .booking-trip-unavailable {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f2f6fb;
    color: #60728e;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.booking-production-ui .booking-price-link,
.booking-production-ui .booking-price-action {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.booking-production-ui .booking-price-link {
    border: 1px solid #dbe9f8;
    background: #fff;
    color: #0b72e7;
}

.booking-production-ui .booking-price-action {
    background: var(--navy);
    color: #fff;
}

.booking-production-ui .booking-price-footer {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.booking-production-ui .booking-price-footer p {
    max-width: 680px;
    margin: 0;
    color: #5f718e;
    font-size: 14px;
    line-height: 1.6;
}

.booking-production-ui .booking-route-operator-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    padding: 0 20px 24px;
}

.booking-production-ui .booking-route-operator-links a {
    border: 1px solid #dbeafe;
    border-radius: 999px;
    color: #0f3d75;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 12px;
    text-decoration: none;
}

.booking-production-ui .booking-operator-kicker {
    color: #0b72e7;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

.booking-production-ui .booking-process__copy {
    background:
        linear-gradient(135deg, rgba(6, 36, 92, .96), rgba(0, 96, 191, .86)),
        var(--booking-process-image) center / cover no-repeat;
}

.booking-production-ui .schedule-cta-band {
    background:
        linear-gradient(100deg, rgba(6, 36, 92, .98), rgba(0, 95, 194, .92)),
        var(--booking-final-image) center / cover no-repeat;
}

.booking-production-ui .ticket-cta,
.booking-production-ui .faq-card,
.booking-production-ui .booking-side-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.booking-production-ui .ticket-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 0;
    min-height: 148px;
    border-color: rgba(12, 112, 205, .42);
    background:
        linear-gradient(90deg, rgba(0, 91, 195, .98) 0%, rgba(0, 118, 214, .9) 44%, rgba(0, 133, 220, .46) 67%, rgba(0, 103, 190, .08) 100%),
        var(--ticket-ship-image, var(--booking-cta-image, url("../home-images/homepage/boats/ship.webp"))) right center / cover no-repeat;
    color: #fff;
    padding: 24px 18px;
    box-shadow: 0 18px 42px rgba(8, 80, 155, .18);
}

.booking-production-ui .ticket-cta div {
    position: relative;
    z-index: 1;
    width: min(68%, 240px);
    max-width: 100%;
}

.booking-production-ui .ticket-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 950;
    line-height: 1.16;
    overflow-wrap: anywhere;
    text-shadow: 0 8px 20px rgba(0, 34, 78, .28);
}

.booking-production-ui .ticket-cta p {
    margin: 7px 0 18px;
    color: rgba(255, 255, 255, .95);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 8px 18px rgba(0, 34, 78, .24);
}

.booking-production-ui .ticket-cta a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: var(--gold);
    color: var(--navy);
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 12px 22px rgba(255, 183, 3, .32);
}

.booking-production-ui .ticket-cta img {
    display: none;
}

.booking-production-ui .support-icon {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #0b72e7;
    box-shadow: 0 8px 18px rgba(8, 36, 95, .1);
}

.booking-production-ui .faq-card {
    padding: 18px;
}

.booking-production-ui .rail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.booking-production-ui .rail-head h2 {
    min-width: 0;
    margin: 0;
    color: var(--navy);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.28;
}

.booking-production-ui .faq-card details {
    border-top: 1px solid #edf2f8;
    color: var(--navy);
}

.booking-production-ui .faq-card summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 15px 0;
    color: #4e5f7c;
    font-size: 14px;
    font-weight: 800;
    gap: 12px;
    line-height: 1.35;
    cursor: pointer;
}

.booking-production-ui .faq-card summary::-webkit-details-marker {
    display: none;
}

.booking-production-ui .faq-card summary::after {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2308245f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 6 3 3 3-3'/%3E%3C/svg%3E") center/contain no-repeat;
    content: "";
}

.booking-production-ui .faq-panel p {
    margin: -4px 0 16px;
    color: #66758e;
    font-size: 14px;
    line-height: 1.65;
}

.booking-production-ui .booking-side-card a {
    color: #fff;
}

.booking-production-ui .schedule-sidebar svg,
.booking-production-ui .schedule-primary svg,
.booking-production-ui .schedule-secondary svg,
.booking-production-ui .booking-head-link svg,
.booking-production-ui .booking-route-card svg,
.booking-production-ui .booking-price-footer svg,
.booking-production-ui .schedule-cta-band svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.3;
}

.booking-conversion-production #boat-booking-form {
    scroll-margin-top: 132px;
}

.booking-conversion-ui .schedule-hero {
    background:
        linear-gradient(135deg, rgba(5, 29, 74, .97) 0%, rgba(0, 96, 191, .9) 52%, rgba(0, 159, 213, .6) 100%),
        var(--booking-hero-image) right center / cover no-repeat;
}

.booking-conversion-ui .conversion-all-link {
    margin: 14px 0 0;
}

.booking-conversion-ui .conversion-all-link a {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.booking-conversion-ui .conversion-trip-card,
.booking-conversion-ui .conversion-summary-card,
.booking-conversion-ui .conversion-review-links,
.booking-conversion-ui .conversion-form-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.booking-conversion-ui .conversion-trip-card {
    align-self: stretch;
    padding: 22px;
    color: var(--text);
}

.booking-conversion-ui .conversion-trip-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.booking-conversion-ui .conversion-trip-card__head span {
    display: inline-flex;
    border-radius: 999px;
    background: #eef6ff;
    color: #0b72e7;
    padding: 7px 11px;
    font-size: 12px;
    font-weight: 950;
}

.booking-conversion-ui .conversion-trip-card__head strong {
    color: var(--navy);
    font-size: 22px;
    font-weight: 950;
}

.booking-conversion-ui .conversion-trip-card dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.booking-conversion-ui .conversion-trip-card dl div,
.booking-conversion-ui .conversion-summary-grid article {
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #f8fbff;
    padding: 14px;
}

.booking-conversion-ui .conversion-trip-card dt,
.booking-conversion-ui .conversion-summary-grid span {
    color: #667895;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.booking-conversion-ui .conversion-trip-card dd,
.booking-conversion-ui .conversion-summary-grid strong {
    margin: 5px 0 0;
    color: var(--navy);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.2;
}

.booking-conversion-ui .conversion-trip-card__status {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
}

.booking-conversion-ui .conversion-trip-card__status a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 8px;
    background: var(--gold);
    color: var(--navy);
    padding: 0 13px;
    font-size: 14px;
    font-weight: 950;
}

.booking-conversion-ui .conversion-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
    gap: clamp(22px, 3vw, 42px);
    align-items: start;
    padding-top: 32px;
    padding-bottom: 56px;
}

.booking-conversion-ui .conversion-main {
    display: grid;
    gap: 22px;
}

.booking-conversion-ui .conversion-summary-card,
.booking-conversion-ui .conversion-review-links {
    overflow: hidden;
}

.booking-conversion-ui .conversion-summary-card .schedule-card__head {
    border-bottom: 1px solid #e8f1fb;
}

.booking-conversion-ui .conversion-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 20px;
}

.booking-conversion-ui .conversion-summary-grid article {
    display: grid;
    gap: 8px;
}

.booking-conversion-ui .conversion-summary-grid svg,
.booking-conversion-ui .conversion-trip-note svg {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 9px;
}

.booking-conversion-ui .conversion-summary-grid svg {
    background: #eef6ff;
    color: #0b72e7;
}

.booking-conversion-ui .conversion-trip-note {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0 20px 20px;
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: linear-gradient(180deg, #fbfdff 0%, #eef7ff 100%);
    padding: 14px;
}

.booking-conversion-ui .conversion-trip-note svg {
    background: #fff;
    color: #0b72e7;
}

.booking-conversion-ui .conversion-trip-note p {
    margin: 0;
    color: #5f718e;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
}

.booking-conversion-ui .conversion-review-links {
    padding: 20px;
}

.booking-conversion-ui .conversion-form-card {
    position: sticky;
    top: 112px;
    overflow: hidden;
}

.booking-conversion-ui .conversion-form-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #e8f1fb;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    padding: 20px;
}

.booking-conversion-ui .conversion-form-card__head span {
    display: inline-flex;
    border-radius: 999px;
    background: #eef6ff;
    color: #0b72e7;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 950;
}

.booking-conversion-ui .conversion-form-card__head h2 {
    margin: 12px 0 0;
    color: var(--navy);
    font-size: 28px;
    font-weight: 950;
    line-height: 1.15;
}

.booking-conversion-ui .conversion-form-card__head p {
    margin: 8px 0 0;
    color: #5f718e;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}

.booking-conversion-ui .conversion-form-card__head > svg {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    padding: 12px;
}

.booking-conversion-ui .conversion-booking-form {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.booking-conversion-ui .conversion-selected-trip {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
    padding: 14px;
}

.booking-conversion-ui .conversion-selected-trip svg {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #0b72e7;
    padding: 11px;
}

.booking-conversion-ui .conversion-selected-trip span {
    display: block;
    color: #72819b;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.booking-conversion-ui .conversion-selected-trip strong {
    display: block;
    margin-top: 4px;
    color: var(--navy);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.25;
}

.booking-conversion-ui .conversion-count-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-conversion-ui .conversion-advanced {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
}

.booking-conversion-ui .conversion-advanced summary {
    cursor: pointer;
    padding: 14px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 950;
}

.booking-conversion-ui .conversion-advanced__content {
    display: grid;
    gap: 12px;
    border-top: 1px solid #e8f1fb;
    padding: 14px;
}

.booking-conversion-ui .operator-note-field input,
.booking-conversion-ui .operator-note-field textarea {
    width: 100%;
    margin-top: 5px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--navy);
    font: inherit;
    font-size: 16px;
    font-weight: 900;
}

.booking-conversion-ui .operator-note-field textarea {
    resize: vertical;
}

.booking-conversion-ui .conversion-submit {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    padding: 0 18px;
    font-size: 17px;
    font-weight: 950;
    cursor: pointer;
}

.booking-conversion-ui .conversion-submit:hover {
    background: #0b72e7;
    transform: translateY(-1px);
}

.booking-conversion-ui .conversion-submit svg {
    width: 18px;
    height: 18px;
}

.booking-conversion-ui .booking-submit-note {
    color: #667895;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.booking-conversion-ui .conversion-support-note {
    display: grid;
    gap: 2px;
    border-top: 1px solid #edf3fa;
    padding-top: 12px;
}

.booking-conversion-ui .conversion-support-note strong {
    color: var(--navy);
    font-size: 14px;
    font-weight: 950;
}

.booking-conversion-ui .conversion-support-note span {
    color: #667895;
    font-size: 13px;
    font-weight: 800;
}

.booking-conversion-ui .conversion-support-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.booking-conversion-ui .conversion-support-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: #fff;
    color: #0b72e7;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 950;
}

.booking-conversion-ui .conversion-support-actions a:hover {
    border-color: rgba(11, 114, 231, .25);
    background: #eef6ff;
}

.booking-conversion-ui .conversion-support-actions svg {
    width: 17px;
    height: 17px;
}

.operator-booking-production #operator-trips,
.route-booking-production #operator-trips,
.operator-booking-production #boat-booking-form,
.route-booking-production #boat-booking-form,
.operator-booking-production #operator-price,
.operator-booking-production #operator-notes,
.route-booking-production #other-operators,
.operator-booking-production #other-operators {
    scroll-margin-top: 132px;
}

.operator-production-ui .schedule-hero {
    background:
        linear-gradient(135deg, rgba(5, 29, 74, .97) 0%, rgba(0, 92, 184, .88) 48%, rgba(0, 159, 213, .58) 100%),
        var(--booking-hero-image) right center / cover no-repeat;
}

.operator-production-ui .schedule-hero h1 {
    overflow-wrap: break-word;
}

.operator-production-ui .operator-layout {
    padding-top: 32px;
}

.operator-production-ui .operator-search-card .booking-route-select {
    margin-bottom: 14px;
}

.operator-production-ui .operator-trip-section,
.operator-production-ui .operator-hold-card,
.operator-production-ui .operator-price-snapshot,
.operator-production-ui #other-operators {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.operator-production-ui .operator-hold-card .schedule-card__head,
.operator-production-ui .operator-price-snapshot .schedule-card__head {
    border-bottom: 1px solid #e8f1fb;
}

.operator-production-ui .trip-list {
    display: grid;
    gap: 18px;
    padding: 20px;
}

.operator-production-ui .trip-group {
    display: grid;
    gap: 12px;
}

.operator-production-ui .trip-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #f8fbff;
    padding: 14px 16px;
}

.operator-production-ui .trip-group__head span {
    display: block;
    color: #667895;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.operator-production-ui .trip-group__head h3 {
    margin: 4px 0 0;
    color: var(--navy);
    font-size: 21px;
    font-weight: 950;
}

.operator-production-ui .trip-group__head a {
    color: #0b72e7;
    font-size: 14px;
    font-weight: 900;
}

.operator-production-ui .trip-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) minmax(150px, auto);
    gap: 16px;
    align-items: center;
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(8, 36, 95, .045);
}

.operator-production-ui .trip-card.is-featured,
.operator-production-ui .trip-card.boat-trip-card--selected {
    border-color: rgba(255, 194, 10, .8);
    background: linear-gradient(180deg, #fff 0%, #fffaf0 100%);
}

.operator-production-ui .trip-card__time {
    display: grid;
    gap: 4px;
}

.operator-production-ui .trip-card__time span,
.operator-production-ui .trip-card__route span {
    color: #667895;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.operator-production-ui .trip-card__time strong {
    color: var(--navy);
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
}

.operator-production-ui .trip-card__time small,
.operator-production-ui .trip-card__route small {
    color: #667895;
    font-size: 13px;
    font-weight: 800;
}

.operator-production-ui .trip-card__route {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.operator-production-ui .trip-card__route strong {
    color: var(--navy);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.2;
}

.operator-production-ui .trip-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.operator-production-ui .trip-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: #eef6ff;
    color: #0f3d75;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
}

.operator-production-ui .trip-card__meta svg {
    width: 15px;
    height: 15px;
}

.operator-production-ui .trip-card__action {
    display: grid;
    gap: 10px;
    justify-items: end;
}

.operator-production-ui .trip-card__action a,
.operator-production-ui .trip-card__inactive {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 950;
}

.operator-production-ui .trip-card__action a {
    background: var(--navy);
    color: #fff;
}

.operator-production-ui .trip-card__inactive {
    background: #eef2f7;
    color: #667895;
}

.operator-production-ui .operator-hold-form {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.operator-production-ui .operator-selected-trip {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
    padding: 14px;
}

.operator-production-ui .operator-selected-trip svg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #0b72e7;
    padding: 12px;
    box-shadow: 0 12px 28px rgba(8, 36, 95, .08);
}

.operator-production-ui .operator-selected-trip span,
.operator-production-ui .operator-note-field span {
    display: block;
    color: #72819b;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.operator-production-ui .operator-selected-trip strong {
    display: block;
    margin-top: 4px;
    color: var(--navy);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.25;
}

.operator-production-ui .operator-selected-trip small {
    display: block;
    margin-top: 4px;
    color: #667895;
    font-size: 13px;
    font-weight: 800;
}

.operator-production-ui .operator-contact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.operator-production-ui .operator-contact-grid input,
.operator-production-ui .operator-contact-grid select,
.operator-production-ui .operator-note-field textarea {
    width: 100%;
    margin-top: 5px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--navy);
    font: inherit;
    font-size: 18px;
    font-weight: 950;
}

.operator-production-ui .operator-note-field {
    display: block;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
    padding: 13px 14px;
}

.operator-production-ui .operator-note-field textarea {
    min-height: 86px;
    resize: vertical;
    font-size: 15px;
    line-height: 1.5;
}

.operator-production-ui .operator-note-field textarea::placeholder {
    color: #9aa8bc;
    font-weight: 800;
}

.operator-production-ui .operator-form-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(148px, auto);
    gap: 12px;
}

.operator-production-ui .operator-form-actions .schedule-primary,
.operator-production-ui .operator-form-actions .schedule-secondary {
    width: 100%;
    padding: 0 18px;
    white-space: nowrap;
}

.operator-production-ui .operator-form-actions svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.operator-production-ui .operator-price-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 20px;
}

.operator-production-ui .operator-price-grid article {
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #fbfdff;
    padding: 16px;
}

.operator-production-ui .operator-price-grid span {
    display: block;
    color: #667895;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.operator-production-ui .operator-price-grid strong {
    display: block;
    margin-top: 7px;
    color: #06245c;
    font-size: 26px;
    font-weight: 950;
}

.operator-production-ui .operator-price-grid p {
    margin: 8px 0 0;
    color: #5f718e;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .booking-production-ui .shell {
        width: min(calc(100% - 28px), 1536px);
    }

    .booking-production-ui .schedule-hero {
        padding-top: 20px;
        padding-bottom: 28px;
    }

    .booking-production-ui .schedule-hero h1 {
        max-width: 100%;
        font-size: 32px;
        line-height: 1.12;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .booking-production-ui .schedule-hero h1 span {
        display: block;
    }

    .booking-production-ui .schedule-hero__copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .booking-production-ui .booking-trust-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .booking-production-ui .booking-trust-list span {
        width: 100%;
        min-height: 38px;
        justify-content: flex-start;
        border-radius: 10px;
        padding: 8px 10px;
        line-height: 1.35;
    }

    .booking-production-ui .schedule-hero .schedule-alert {
        max-width: none;
        margin-top: 14px;
        padding: 13px 14px;
    }

    .booking-production-ui .schedule-hero .booking-hero-notice {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
    }

    .booking-production-ui .schedule-hero .booking-hero-notice > svg {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        padding: 9px;
    }

    .booking-production-ui .schedule-search-card,
    .booking-production-ui .schedule-route-card,
    .booking-production-ui .booking-passenger-field {
        padding: 16px;
    }

    .booking-production-ui .schedule-search-card h2 {
        font-size: 23px;
        line-height: 1.18;
    }

    .booking-production-ui .booking-price-footer {
        display: grid;
        justify-content: stretch;
    }

    .booking-production-ui .booking-price-footer a {
        width: 100%;
        justify-content: center;
    }

    .booking-production-ui .ticket-cta div {
        width: min(100%, 280px);
    }

    .booking-production-ui .ticket-cta h2 {
        font-size: 21px;
    }
}

@media (max-width: 1180px) {
    .booking-page .desktop-only {
        display: none !important;
    }

    .booking-page .mobile-only {
        display: block !important;
    }

    .booking-page.has-sticky-cta .site-main {
        padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
    }

    .booking-page .booking-mobile-sticky-cta {
        bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    }

    .booking-page .site-header__inner {
        min-height: 68px;
    }

    .booking-page .site-brand__title {
        font-size: 1.35rem;
        letter-spacing: 0;
        line-height: 1.1;
    }

    .booking-page .site-brand__tagline {
        max-width: 190px;
        font-size: .78rem;
        line-height: 1.35;
    }

    .booking-page .site-mobile-nav {
        justify-self: end;
    }

    .booking-production-ui .schedule-hero__grid,
    .booking-production-ui .schedule-layout,
    .booking-conversion-ui .conversion-layout,
    .operator-production-ui .schedule-layout {
        grid-template-columns: 1fr;
    }

    .booking-production-ui .schedule-hero__grid {
        align-items: start;
        gap: 28px;
    }

    .booking-production-ui .schedule-layout,
    .booking-conversion-ui .conversion-layout {
        padding-bottom: 28px;
    }

    .booking-production-ui .schedule-search-card {
        width: 100%;
        max-width: 720px;
        justify-self: start;
    }

    .booking-production-ui .schedule-route-picker,
    .booking-production-ui .schedule-date-row,
    .booking-production-ui .schedule-search-actions,
    .booking-production-ui .booking-contact-grid {
        grid-template-columns: 1fr;
    }

    .booking-production-ui .schedule-swap {
        justify-self: center;
        transform: rotate(90deg);
    }

    .booking-conversion-ui .conversion-form-card {
        position: static;
    }
}

@media (max-width: 767px) {
    .booking-production-ui .booking-success-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 16px;
    }

    .booking-production-ui .booking-success-card__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .booking-production-ui .booking-success-card__summary,
    .booking-production-ui .booking-success-card__actions {
        display: grid;
        grid-column: 1;
        grid-row: auto;
        grid-template-columns: 1fr;
    }

    .booking-production-ui .booking-success-card__call,
    .booking-production-ui .booking-success-card__zalo {
        width: 100%;
        white-space: normal;
    }

    .booking-conversion-ui .conversion-trip-card dl,
    .booking-conversion-ui .conversion-trip-card__status,
    .booking-conversion-ui .conversion-summary-grid,
    .booking-conversion-ui .conversion-count-grid {
        grid-template-columns: 1fr;
    }

    .booking-conversion-ui .conversion-trip-card,
    .booking-conversion-ui .conversion-form-card__head,
    .booking-conversion-ui .conversion-booking-form,
    .booking-conversion-ui .conversion-review-links {
        padding: 16px;
    }

    .booking-conversion-ui .conversion-summary-grid {
        padding: 16px;
    }

    .booking-conversion-ui .conversion-trip-note {
        margin: 0 16px 16px;
    }

    .booking-conversion-ui .conversion-selected-trip {
        grid-template-columns: 1fr;
    }

    .operator-production-ui .trip-group__head,
    .operator-production-ui .trip-card,
    .operator-production-ui .operator-form-actions,
    .operator-production-ui .operator-price-grid,
    .operator-production-ui .operator-contact-grid {
        grid-template-columns: 1fr;
    }

    .operator-production-ui .trip-group__head {
        display: grid;
    }

    .operator-production-ui .trip-card__action {
        justify-items: stretch;
    }

    .operator-production-ui .trip-card__action a,
    .operator-production-ui .trip-card__inactive {
        width: 100%;
    }

    .operator-production-ui .operator-selected-trip {
        grid-template-columns: 1fr;
    }
}

.booking-hub-production .booking-production-ui .schedule-main {
    --booking-hub-strong: #08245f;
    --booking-hub-muted: #697b96;
    --booking-hub-soft-line: #e3edf8;
}

.booking-hub-production .booking-production-ui .booking-overview {
    gap: 12px;
    margin-bottom: 20px;
}

.booking-hub-production .booking-production-ui .booking-overview article {
    padding: 16px;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 10px 26px rgba(8, 36, 95, .045);
}

.booking-hub-production .booking-production-ui .booking-overview span {
    color: var(--booking-hub-muted);
    font-size: 12px;
    font-weight: 800;
}

.booking-hub-production .booking-production-ui .booking-overview strong {
    margin-top: 4px;
    color: var(--booking-hub-strong);
    font-size: clamp(21px, 1.75vw, 28px);
    font-weight: 850;
    line-height: 1.14;
}

.booking-hub-production .booking-production-ui .booking-overview small {
    color: #7b8aa2;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.42;
}

.booking-hub-production .booking-production-ui .booking-live-trips {
    border-color: var(--booking-hub-soft-line);
    box-shadow: 0 14px 34px rgba(8, 36, 95, .055);
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-card__head {
    align-items: center;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-card__head > div {
    max-width: 780px;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-card__head,
.booking-hub-production .booking-production-ui .booking-price-card .schedule-card__head {
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-card__head h2,
.booking-hub-production .booking-production-ui .booking-price-card .schedule-card__head h2,
.booking-hub-production .booking-production-ui .booking-section-head h2,
.booking-hub-production .booking-production-ui .booking-links .schedule-links__head h2 {
    color: var(--booking-hub-strong);
    font-size: clamp(24px, 2vw, 31px);
    font-weight: 900;
    line-height: 1.24;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-card__head p,
.booking-hub-production .booking-production-ui .booking-price-card .schedule-card__head p,
.booking-hub-production .booking-production-ui .booking-section-head p,
.booking-hub-production .booking-production-ui .booking-links .schedule-links__head p {
    color: #64758f;
    font-weight: 550;
    line-height: 1.62;
}

.booking-hub-production .booking-production-ui .booking-route-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    color: #465a78;
    font-weight: 700;
}

.booking-hub-production .booking-production-ui .booking-route-summary span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    border: 1px solid #dbe9f8;
    border-radius: 999px;
    background: #f6fbff;
    color: #274b78;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-live,
.booking-hub-production .booking-production-ui .booking-price-card .schedule-live {
    padding: 7px 11px;
    font-size: 12.5px;
    font-weight: 850;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table-wrap {
    background: #f8fbff;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table {
    border-collapse: separate;
    border-spacing: 0 8px;
    padding: 8px 12px 14px;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table th,
.booking-hub-production .booking-production-ui .booking-price-table th {
    color: #6b7d97;
    font-weight: 800;
    letter-spacing: .015em;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table th {
    border-bottom: 0;
    background: transparent;
    padding: 12px 16px;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td,
.booking-hub-production .booking-production-ui .booking-price-table td {
    color: #425572;
    font-weight: 650;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td {
    border-top: 1px solid #e4eef9;
    border-bottom: 1px solid #e4eef9;
    background: #fff;
    padding: 14px 16px;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:first-child {
    border-left: 1px solid #e4eef9;
    border-radius: 8px 0 0 8px;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:last-child {
    border-right: 1px solid #e4eef9;
    border-radius: 0 8px 8px 0;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table tbody tr {
    transition: background-color .18s var(--ease);
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table tbody tr:hover {
    background: #fbfdff;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table tbody tr:hover td {
    background: #fbfdff;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table strong,
.booking-hub-production .booking-production-ui .booking-price-table strong,
.booking-hub-production .booking-production-ui .booking-price-table b {
    color: var(--booking-hub-strong);
    font-weight: 850;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:first-child strong {
    font-size: 20px;
    font-weight: 900;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(2) strong,
.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(3) strong,
.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(4) strong {
    font-size: 17px;
    line-height: 1.2;
}

.booking-hub-production .booking-production-ui .booking-live-trips .schedule-table small,
.booking-hub-production .booking-production-ui .booking-price-table span {
    color: #78879e;
    font-weight: 650;
}

.booking-hub-production .booking-production-ui .booking-live-trips .status-badge {
    padding: 6px 9px;
    font-weight: 800;
}

.booking-hub-production .booking-production-ui .booking-live-trips .table-action {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 850;
    box-shadow: none;
}

.booking-hub-production .booking-production-ui .booking-price-table td {
    line-height: 1.58;
}

.booking-hub-production .booking-production-ui .booking-price-table strong {
    font-size: 15.5px;
}

.booking-hub-production .booking-production-ui .booking-price-actions a {
    font-weight: 850;
}

.booking-hub-production .booking-production-ui .booking-route-card h3,
.booking-hub-production .booking-production-ui .content-card h2,
.booking-hub-production .booking-production-ui .schedule-link-grid a strong {
    color: var(--booking-hub-strong);
    font-weight: 850;
}

.booking-hub-production .booking-production-ui .content-card h2 {
    font-size: 22px;
}

.booking-hub-production .booking-production-ui .booking-process__steps strong {
    color: var(--booking-hub-strong);
    font-weight: 850;
}

@media (max-width: 767px) {
    .booking-hub-production .booking-production-ui .booking-overview strong {
        font-size: 22px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-card__head {
        display: grid;
        gap: 12px;
        padding: 20px 18px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-card__head h2,
    .booking-hub-production .booking-production-ui .booking-price-card .schedule-card__head h2,
    .booking-hub-production .booking-production-ui .booking-section-head h2,
    .booking-hub-production .booking-production-ui .booking-links .schedule-links__head h2 {
        font-size: 23px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-card__head p {
        font-size: 14px;
        line-height: 1.58;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-live {
        justify-self: start;
    }

    .booking-hub-production .booking-production-ui .booking-route-summary {
        gap: 7px;
        margin-top: 13px;
    }

    .booking-hub-production .booking-production-ui .booking-route-summary span {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12.5px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table-wrap {
        display: block;
        overflow: visible;
        padding: 14px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table {
        display: block;
        min-width: 0;
        border-collapse: collapse;
        border-spacing: 0;
        padding: 0;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table thead {
        display: none;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table tbody {
        display: grid;
        gap: 12px;
        width: 100%;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "time status"
            "route route"
            "operator fare"
            "action action";
        gap: 11px 12px;
        width: 100%;
        border: 1px solid var(--booking-hub-soft-line);
        border-radius: 14px;
        background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
        padding: 14px;
        box-shadow: 0 12px 26px rgba(8, 36, 95, .06);
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td {
        display: block;
        min-width: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        padding: 0;
        font-size: 14px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td + td {
        border-top: 0;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td::before {
        display: none;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(1) {
        grid-area: time;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(2) {
        grid-area: route;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(3) {
        grid-area: operator;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(4) {
        grid-area: fare;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(5) {
        grid-area: status;
        justify-self: end;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(6) {
        grid-area: action;
        padding-top: 2px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(3),
    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(4) {
        border: 1px solid #e3eef9;
        border-radius: 10px;
        background: #f8fbff;
        padding: 10px 11px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(3)::before,
    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(4)::before {
        display: block;
        margin-bottom: 4px;
        color: #74839b;
        content: attr(data-label);
        font-size: 12px;
        font-weight: 800;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:first-child strong {
        font-size: 28px;
        line-height: .95;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:first-child small {
        margin-top: 7px;
        font-size: 12px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(2) strong {
        font-size: 16.5px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(2) small {
        display: none;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(2) strong,
    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(3) strong,
    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(4) strong {
        font-size: 16px;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table td:nth-child(5) .status-badge {
        max-width: 152px;
        justify-content: center;
        padding: 6px 9px;
        text-align: center;
        white-space: normal;
        line-height: 1.16;
    }

    .booking-hub-production .booking-production-ui .booking-live-trips .schedule-table small {
        font-size: 12px;
        line-height: 1.32;
    }

    .booking-hub-production .booking-production-ui .booking-trip-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .booking-hub-production .booking-production-ui .booking-trip-unavailable,
    .booking-hub-production .booking-production-ui .booking-live-trips .table-action,
    .booking-hub-production .booking-production-ui .booking-live-trips .booking-price-link {
        width: 100%;
        min-height: 42px;
    }
}
