.tp-detail-v2 {
    --tp-blue: #2344a8;
    --tp-blue-dark: #001a66;
    --tp-link-hover: #ff6600;
    --tp-blue-soft: #eef5ff;
    --tp-orange: #ff6a00;
    --tp-orange-dark: #e95f00;
    --tp-ink: #000;
    --tp-muted: #666;
    --tp-muted-soft: #777;
    --tp-line: #dde5ef;
    --tp-line-strong: #c9d6e6;
    --tp-border: #dde5ef;
    --tp-border-strong: #c9d6e6;
    --tp-page-bg: #f7f9fc;
    --tp-card-bg: #fff;
    --tp-soft: #f5f7fa;
    --tp-soft-blue: #f3f8ff;
    --tp-panel: #fbfdff;
    --tp-warning: #c62828;
    --tp-success: #0f8a5f;
    --tp-radius-sm: 6px;
    --tp-radius-md: 8px;
    --tp-radius-lg: 12px;
    --tp-radius-xl: 16px;
    --tp-shadow-card: 0 10px 30px rgba(18, 37, 63, .06);
    --tp-shadow-float: 0 18px 46px rgba(18, 37, 63, .12);
    --tp-space-xs: 6px;
    --tp-space-sm: 10px;
    --tp-space-md: 16px;
    --tp-space-lg: 22px;
    --tp-space-xl: 30px;
    --tp-section-nav-height: 56px;
    --tp-package-sticker-height: 0px;
    --tp-booking-sticky-gap: 14px;
    --tp-booking-sticky-top: var(--tp-booking-sticky-gap);
    background: var(--tp-page-bg);
    color: var(--tp-ink);
    font-size: 15px;
    line-height: 1.56;
}

.tp-detail-v2.has-section-nav-visible {
    --tp-booking-sticky-top: calc(var(--tp-section-nav-height) + var(--tp-booking-sticky-gap));
}

.tp-detail-v2 * {
    box-sizing: border-box;
}

.tp-package-detail-page .currency_type {
    display: none;
    margin: 0;
}

.tp-package-detail-page .currency_type.default_currency {
    display: inline;
}

.tp-detail-v2 a {
    color: var(--tp-blue);
    text-decoration: none;
}

.tp-detail-v2 :is(a:hover, a:focus-visible) {
    color: var(--tp-link-hover);
    text-decoration: none;
}

.tp-detail-v2 :is(button, input, select, textarea) {
    font: inherit;
}

.tp-detail-v2 :is(button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible) {
    outline: 2px solid rgba(31, 95, 191, .35);
    outline-offset: 2px;
}

.tp-detail-v2 [hidden], .tp-overlay[hidden] {
    display: none !important;
}

.tp-overlay {
    position: fixed;
    inset: 0;
    display: flex;
}

.tp-dialog {
    position: relative;
}

.tp-container {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.tp-breadcrumb-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.tp-breadcrumb {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
    padding: 14px 0 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.35;
}

.tp-breadcrumb a {
    color: var(--tp-blue);
    text-decoration: none;
}

.tp-admin-links {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    max-width: 320px;
    padding: 14px 0 10px;
    font-size: 14px;
    line-height: 1.35;
    text-align: right;
}

.tp-admin-links[hidden], .tp-admin-links:empty {
    display: none;
}

.tp-admin-link {
    color: var(--tp-blue);
    text-decoration: none;
}

.tp-admin-link:hover, .tp-admin-link:focus-visible {
    color: var(--tp-blue-dark);
    text-decoration: underline;
}

.tp-hero {
    padding: 8px 0 18px;
}

.tp-title-line {
    display: block;
}

.tp-title-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding-top: 0;
}

.tp-meta-actions {
    margin-left: 0;
}

.tp-meta-reviews .fa {
    color: var(--tp-orange) !important;
}

.tp-mobile-title-review {
    display: none;
}

.tp-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(25px, 2.2vw, 28px);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0;
}

.tp-action-btn {
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--tp-blue);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tp-action-btn:hover, .tp-action-btn:focus-visible {
    color: var(--tp-blue-dark);
    text-decoration: none;
}

.tp-action-btn i {
    font-size: 18px;
    line-height: 1;
}

.tp-action-favorite.is-saved {
    color: var(--tp-orange);
}

.tp-action-favorite.is-saved .icon-heart-empty::before {
    content: "\e845";
}

.tp-wishlist-action {
    display: inline-flex;
    align-items: center;
}

.tp-compare-control {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--tp-muted);
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.tp-compare-control:hover, .tp-compare-control:focus-visible {
    color: var(--tp-blue-dark);
    text-decoration: none;
}

.tp-compare-control i {
    color: var(--tp-blue);
    font-size: 16px;
    line-height: 1;
}

.tp-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 17px;
    align-items: center;
    color: var(--tp-muted);
    line-height: 1.35;
    font-size: 14px;
}

.tp-meta-divider {
    color: var(--tp-border-strong);
    margin-left: -8px;
    margin-right: -8px;
}

.tp-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: var(--tp-blue);
    font-size: 16px;
    line-height: 1;
}

.tp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 360px);
    gap: 28px;
    align-items: start;
}

.tp-main {
    min-width: 0;
}

.tp-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 30% minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: 440px;
    margin-bottom: 20px;
    overflow: visible;
    background: transparent;
}

.tp-gallery-single, .tp-gallery-no-side {
    display: block;
    height: auto;
}

:is(.tp-gallery-single, .tp-gallery-no-side) .tp-gallery-side {
    display: none;
}

:is(.tp-gallery-single, .tp-gallery-no-side) .tp-gallery-main {
    display: block;
    height: 440px;
}

:is(.tp-gallery-single.tp-gallery-has-video, .tp-gallery-no-side.tp-gallery-has-video) .tp-gallery-main {
    width: min(300px, 100%);
    height: auto;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
}

.tp-gallery-main {
    grid-row: 1 / 3;
}

.tp-gallery-side {
    display: contents;
}

@media (min-width: 981px) {
    .tp-gallery-count-2 {
        grid-template-columns: 30% minmax(0, 1fr);
    }

    .tp-gallery-count-2 .tp-gallery-side .tp-gallery-card:nth-child(1) {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .tp-gallery-count-3 .tp-gallery-side .tp-gallery-card:nth-child(1) {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .tp-gallery-count-3 .tp-gallery-side .tp-gallery-card:nth-child(2) {
        grid-column: 3 / 4;
        grid-row: 1 / 3;
    }

    .tp-gallery-count-4 .tp-gallery-side .tp-gallery-card:nth-child(1) {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .tp-gallery-count-4 .tp-gallery-side .tp-gallery-card:nth-child(2) {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .tp-gallery-count-4 .tp-gallery-side .tp-gallery-card:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
}

.tp-gallery-card,
.tp-photo-grid button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background: #e7edf5;
    background-image: var(--tp-gallery-poster);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(16, 24, 40, .14);
    contain: paint;
}

.tp-gallery-card:focus, .tp-gallery-preview-toggle:focus, .tp-gallery-expand:focus, .tp-lightbox-volume:focus, .tp-lightbox-thumb:focus {
    outline: none;
}

.tp-gallery-card:focus-visible,
.tp-gallery-preview-toggle:focus-visible,
.tp-gallery-expand:focus-visible,
.tp-lightbox-volume:focus-visible,
.tp-lightbox-thumb:focus-visible {
    outline: 2px solid rgba(27, 117, 187, .55);
    outline-offset: 2px;
}

.tp-gallery-main {
    box-shadow: 0 10px 28px rgba(16, 24, 40, .16);
}

.tp-gallery-count-0 {
    height: auto;
    min-height: 0;
}

.tp-gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .24));
    pointer-events: none;
}

.tp-gallery-card img, .tp-gallery-card video, .tp-photo-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease, filter .22s ease;
}

.tp-gallery-card video {
    background: #111;
}

.tp-gallery-card-video.is-preview-restoring > video, .tp-gallery-card-video.is-preview-error > video, .tp-gallery-card.is-image-error img {
    opacity: 0;
}

.tp-gallery-card:hover img,
.tp-gallery-card:hover video,
.tp-gallery-card:focus-visible img,
.tp-gallery-card:focus-visible video,
.tp-photo-grid button:hover img,
.tp-photo-grid button:focus-visible img {
    transform: scale(1.025);
    filter: saturate(1.04);
}

.tp-gallery .tp-coming-soon-ribbon,
.tp-gallery .tp-promotion-ribbon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: auto;
    max-width: min(45%, 130px);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    transition: none;
}

:is(.tp-gallery-card:hover, .tp-gallery-card:focus-visible) :is(.tp-coming-soon-ribbon, .tp-promotion-ribbon) {
    transform: none;
    filter: none;
}

.tp-gallery-author {
    position: absolute;
    left: 12px;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.tp-gallery-avatar {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #344054;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.tp-gallery-preview-toggle,
.tp-lightbox-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 36% 28%, rgba(255, 255, 255, .16), rgba(46, 48, 51, .54) 46%, rgba(17, 19, 23, .68) 100%);
    box-shadow: 0 11px 28px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: transform .18s ease, opacity .16s ease, background .18s ease, box-shadow .18s ease;
    cursor: pointer;
}

.tp-gallery-preview-toggle:hover,
.tp-lightbox-play:hover,
.tp-lightbox-play:focus-visible {
    transform: translate(-50%, -50%) scale(1.04);
    background: radial-gradient(circle at 36% 28%, rgba(255, 255, 255, .2), rgba(46, 48, 51, .62) 46%, rgba(17, 19, 23, .76) 100%);
    box-shadow: 0 13px 30px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.tp-gallery-card-video.is-preview-playing .tp-gallery-preview-toggle {
    opacity: 0;
    pointer-events: none;
}

.tp-lightbox.is-playing .tp-lightbox-play {
    opacity: 0;
    pointer-events: none;
}

:is(.tp-gallery-card-video.is-preview-playing:hover, .tp-gallery-card-video.is-preview-playing:focus-within) .tp-gallery-preview-toggle {
    opacity: .94;
    pointer-events: auto;
}

.tp-lightbox.is-playing .tp-lightbox-video-card:hover .tp-lightbox-play,
.tp-lightbox.is-playing .tp-lightbox-video-card:focus-within .tp-lightbox-play,
.tp-lightbox.is-playing .tp-lightbox-play:focus-visible {
    opacity: .94;
    pointer-events: auto;
}

.tp-gallery-card-video.is-preview-playing.is-control-idle .tp-gallery-preview-toggle,
.tp-gallery-card-video.is-preview-playing.is-control-idle:hover .tp-gallery-preview-toggle,
.tp-gallery-card-video.is-preview-playing.is-control-idle:focus-within .tp-gallery-preview-toggle {
    opacity: 0;
    pointer-events: none;
}

.tp-gallery-control-icon {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .3));
}

.tp-gallery-control-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    fill: none;
    stroke: rgba(255, 255, 255, .96);
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translate(-50%, -50%);
}

.tp-gallery-control-play {
    transform: translate(calc(-50% + 1px), -50%);
}

.tp-gallery-control-pause {
    display: none;
    stroke-width: 2.55;
}

:is(.tp-gallery-card-video.is-preview-playing, .tp-lightbox.is-playing) .tp-gallery-control-play {
    display: none;
}

:is(.tp-gallery-card-video.is-preview-playing, .tp-lightbox.is-playing) .tp-gallery-control-pause {
    display: block;
}

.tp-gallery-expand {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(16, 24, 40, .42);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .24);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: .88;
    transform: translate(0, 0) scale(.96);
    transition: transform .18s ease, opacity .18s ease, background .18s ease;
    cursor: pointer;
}

.tp-gallery-expand:hover, .tp-gallery-card:hover .tp-gallery-expand, .tp-gallery-card:focus-visible .tp-gallery-expand {
    transform: translate(2px, -2px) scale(1.06);
    opacity: 1;
    background: rgba(16, 24, 40, .6);
}

.tp-gallery-expand-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    border-color: #fff;
    border-style: solid;
}

.tp-gallery-expand-arrow-a {
    right: 8px;
    top: 8px;
    border-width: 2px 2px 0 0;
}

.tp-gallery-expand-arrow-b {
    left: 8px;
    bottom: 8px;
    border-width: 0 0 2px 2px;
}

.tp-gallery-view-all {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: calc(100% - 24px);
    padding: 8px 10px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .58);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.tp-gallery-mobile-view-all {
    display: none;
}

@media (hover: hover) {
    .tp-gallery-expand {
        opacity: .62;
        transform: translate(7px, 7px) scale(.82);
    }

    :is(.tp-gallery-card:hover, .tp-gallery-card:focus-visible) .tp-gallery-expand {
        opacity: 1;
        transform: translate(2px, -2px) scale(1.06);
    }
}

@media (hover: none) {
    .tp-gallery-card-video.is-preview-playing .tp-gallery-preview-toggle {
        opacity: .9;
        pointer-events: auto;
    }
}

.tp-gallery-empty {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 260px;
    overflow: hidden;
    min-height: 220px;
    border: 1px dashed #c8d6ea;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5fc 100%);
    color: var(--tp-muted);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 10px 22px rgba(16, 24, 40, .06);
}

.tp-gallery-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #d7e2f1;
    border-radius: 50%;
    background: #fff;
    color: var(--tp-blue);
    font-size: 20px;
    box-shadow: 0 8px 18px rgba(16, 24, 40, .08);
}

.tp-gallery-empty-text {
    color: #50627a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.tp-gallery.tp-gallery-count-0 .tp-gallery-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 260px;
    text-align: center;
}

.tp-booking-card {
    position: relative;
    z-index: 80;
    align-self: stretch;
    min-width: 0;
}

.tp-booking-sticky {
    position: sticky;
    top: var(--tp-booking-sticky-top);
    display: grid;
    gap: 12px;
    min-width: 0;
    max-width: 100%;
    transition: top .18s ease;
}

.tp-booking-panel {
    border: 1px solid #d6e1ef;
    border-radius: var(--tp-radius-lg);
    background: var(--tp-card-bg);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 22px 24px;
    box-shadow: var(--tp-shadow-float);
}

.tp-booking-price-line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
    margin-bottom: 13px;
}

.tp-price-from {
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1;
    flex: 0 0 auto;
}

.tp-price-from i {
    color: #718096;
    font-size: 12px;
    cursor: help;
}

.tp-booking-price-line > strong {
    color: var(--tp-orange);
    font-size: 31px;
    line-height: 1;
    flex: 0 0 auto;
}

.tp-price-adjustment {
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
    color: var(--tp-orange);
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.tp-price-adjustment del {
    color: #475569;
}

.tp-promo-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 14px;
}

.tp-promo-badge {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    border-radius: 5px;
    padding: 5px 8px;
    background: var(--tp-blue);
    color: #fff;
    font-size: 12px;
    line-height: 1.15;
    cursor: help;
}

.tp-promo-badge:focus-visible {
    outline: 2px solid rgba(42, 115, 223, .55);
    outline-offset: 2px;
}

.tp-promo-tooltip-popover {
    position: fixed;
    z-index: 3200;
    max-width: min(340px, calc(100vw - 24px));
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
    padding: 10px 12px;
    background: rgba(18, 32, 53, .96);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.42;
    box-shadow: 0 14px 34px rgba(8, 25, 54, .22);
    pointer-events: none;
}

.tp-promo-tooltip-popover::before {
    content: "";
    position: absolute;
    left: var(--tp-promo-tooltip-arrow-left, 50%);
    top: -6px;
    width: 12px;
    height: 12px;
    background: rgba(18, 32, 53, .96);
    transform: translateX(-50%) rotate(45deg);
}

.tp-promo-tooltip-popover.is-above::before {
    top: auto;
    bottom: -6px;
}

.tp-promo-tooltip-popover[hidden] {
    display: none;
}

.tp-promo-badge.color-red {
    background: #e24949;
}

.tp-promo-badge.color-orange {
    background: #ff6a00;
}

.tp-promo-badge.color-yellow {
    background: #d88a00;
}

.tp-promo-badge.color-green {
    background: #0f8a5f;
}

.tp-promo-badge.color-cyan {
    background: #1990bd;
}

.tp-promo-badge.color-blue, .tp-promo-badge.color-sky-blue {
    background: #4e80df;
}

.tp-promo-badge.color-purple, .tp-promo-badge.color-violet {
    background: #7a54c6;
}

.tp-promo-badge.color-black {
    background: #334155;
}

.tp-promo-badge.color-brown-red, .tp-promo-badge.color-brown, .tp-promo-badge.color-brown-pink {
    background: #9b4b4b;
}

.tp-promo-badge.color-pink, .tp-promo-badge.color-deep-pink {
    background: #d94886;
}

.tp-offer-ends {
    margin-bottom: 14px;
    color: var(--tp-ink);
    font-size: 14px;
}

.tp-offer-ends p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    line-height: 1.35;
}

.tp-offer-clock {
    color: var(--tp-blue);
    font-size: 14px;
    line-height: 1;
}

.tp-offer-ends .clock_dms {
    color: var(--tp-orange);
    font-weight: 700;
}

.tp-booking-sticky :is(.tp-promo-badges + .tp-offer-ends, .tp-offer-ends + .tp-sticky-date) {
    margin-top: 2px;
}

.tp-sticky-social-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
    font-size: 14px;
}

.tp-sticky-social-proof a + a::before {
    content: "|";
    margin-right: 6px;
    color: var(--tp-muted);
}

.tp-booking-sticky label, .tp-field {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
    font-weight: 700;
}

.tp-booking-sticky select,
.tp-booking-sticky input,
.tp-field input,
.tp-field select,
.tp-field textarea,
.tp-qa-search {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cbd6e3;
    border-radius: var(--tp-radius-sm);
    padding: 8px 10px;
    color: var(--tp-ink);
}

.tp-booking-sticky select:focus,
.tp-booking-sticky input:focus,
.tp-field input:focus,
.tp-field select:focus,
.tp-field textarea:focus,
.tp-qa-search:focus {
    border-color: var(--tp-blue);
    box-shadow: 0 0 0 3px rgba(31, 95, 191, .12);
    outline: 0;
}

.tp-field span, .tp-sticky-label {
    line-height: 1.25;
}

.tp-sticky-date {
    position: relative;
    margin-bottom: 16px;
}

.tp-sticky-label {
    margin-bottom: 6px;
    color: var(--tp-ink);
    font-weight: 800;
}

.tp-date-trigger {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    border: 1px solid #dbe5f1;
    border-radius: var(--tp-radius-lg);
    padding: 10px 14px;
    background: #f4f7fb;
    color: var(--tp-ink);
    text-align: left;
    cursor: pointer;
}

.tp-date-trigger:hover, .tp-date-trigger.is-open {
    border-color: var(--tp-blue);
    background: var(--tp-blue-soft);
}

.tp-date-trigger.is-invalid {
    border-color: #f97316;
    background: #fff7ed;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, .14);
}

.tp-booking-form :is(select.is-invalid, input.is-invalid, button.is-invalid) {
    border-color: #f97316 !important;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, .14) !important;
}

.tp-date-trigger:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.tp-date-trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: var(--tp-blue-dark);
    font-size: 22px;
    line-height: 1;
}

.tp-date-trigger-text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.tp-date-trigger-text :is(strong, small) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-date-trigger-text strong {
    font-size: 15px;
    line-height: 1.25;
}

.tp-date-trigger-text small {
    color: var(--tp-muted);
    font-size: 12px;
    font-weight: 700;
}

.tp-date-trigger-text small:empty {
    display: none;
}

.tp-date-trigger-arrow {
    justify-self: center;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--tp-blue-dark);
    border-bottom: 2px solid var(--tp-blue-dark);
    transform: rotate(45deg);
    transition: transform .18s ease;
}

.tp-date-trigger.is-open .tp-date-trigger-arrow {
    transform: rotate(225deg);
}

.tp-date-picker-popover {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1200;
    width: min(500px, calc(100vw - 32px));
    padding: 20px 24px 22px;
    border: 1px solid #d7dee8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 52px rgba(5, 25, 52, .18);
}

.tp-date-picker-head {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    margin-bottom: 16px;
    text-align: center;
}

.tp-date-picker-head strong {
    font-size: 16px;
    line-height: 1.25;
}

.tp-date-picker-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 16px;
    background: #edf3f9;
    color: var(--tp-ink);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.tp-date-picker-nav:disabled {
    background: transparent;
    color: #c2cedc;
    cursor: not-allowed;
}

.tp-date-picker-months {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.tp-date-picker-month-title {
    margin-bottom: 14px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.tp-calendar-week-row, .tp-calendar-day-row, .tp-date-picker-weekdays, .tp-date-picker-days, .tp-calendar-weekdays, .tp-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tp-date-picker-weekdays, .tp-date-picker-days {
    gap: 7px;
}

.tp-date-picker-weekdays {
    margin-bottom: 10px;
    color: #607088;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.tp-date-picker-day, .tp-date-picker-blank {
    width: 56px;
    min-height: 50px;
    margin: 0 auto;
}

.tp-date-picker-day {
    --tp-date-flash-left: 4px;
    --tp-date-flash-top: 5px;
    display: grid;
    align-content: center;
    justify-items: center;
    position: relative;
    overflow: visible;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: var(--tp-ink);
    font-weight: 800;
    cursor: pointer;
}

.tp-date-picker-day small {
    color: var(--tp-orange);
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
}

.tp-date-picker-day.is-available {
    border-color: #edf2f7;
    background: #fff;
}

.tp-inventory-badge {
    position: absolute;
    z-index: 2;
    min-width: 0;
    margin: 0;
    padding: 0;
    border-radius: 999px;
    background: #ff6a00;
    color: #fff;
    box-shadow: none;
    font-size: 0;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transform: none;
    pointer-events: none;
}

.tp-date-picker-day .tp-date-picker-inventory-badge {
    right: 4px;
    top: 4px;
}

.tp-date-picker-day .tp-date-picker-inventory-badge.is-low-stock {
    width: 8px;
    height: 8px;
}

.tp-date-picker-day .tp-date-picker-inventory-badge.is-count {
    right: 3px;
    top: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    background: #ff8a00;
    font-size: 10px;
    line-height: 17px;
}

.tp-date-picker-day .tp-date-picker-inventory-badge.is-sold-out {
    right: 4px;
    top: 4px;
    width: 9px;
    height: 9px;
    background: #a3adba;
}

.tp-date-picker-day.tp-inventory-sold_out small, .tp-date-picker-day.tp-status-sold_out small {
    color: #8f9baa;
    font-weight: 500;
    text-decoration: none;
}

.tp-date-picker-day.is-flash-sale::before,
.tp-calendar-day.is-flash-sale::before,
.tp-date-card.is-flash-sale::before {
    content: "\e8b4";
    position: absolute;
    left: var(--tp-date-flash-left);
    top: var(--tp-date-flash-top);
    z-index: 2;
    color: #e23b35;
    font-family: "fontello";
    font-size: var(--tp-date-flash-size, 11px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.tp-date-picker-day.tp-inventory-low_stock.is-flash-sale::before, .tp-date-picker-day.tp-inventory-sold_out.is-flash-sale::before {
    left: 4px;
}

.tp-date-picker-day:disabled {
    border-color: #edf2f7;
    background: #f6f8fb;
    color: #b7c3d0;
    -webkit-text-fill-color: #b7c3d0;
    text-decoration: none;
    cursor: not-allowed;
}

.tp-date-picker-day:disabled :is(span, small) {
    color: #b7c3d0;
    -webkit-text-fill-color: #b7c3d0;
}

.tp-date-picker-day:disabled::after {
    content: none;
}

.tp-date-picker-day.is-available:hover, .tp-date-picker-day.is-selected {
    border-color: var(--tp-blue);
    background: #eef5ff;
    color: var(--tp-blue-dark);
}

.tp-date-picker-legend,
.tp-calendar-legend,
.tp-product-based-date-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin-top: 16px;
    border-top: 1px solid #e5ebf3;
    padding-top: 12px;
    color: #6b788a;
    font-size: 12px;
    line-height: 1.2;
}

.tp-calendar-legend {
    grid-column: 1;
    margin-top: 14px;
}

.tp-date-picker-legend span, .tp-calendar-legend span, .tp-product-based-date-legend span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.tp-date-picker-legend .tp-calendar-price-note,
.tp-calendar-legend .tp-calendar-price-note,
.tp-product-based-date-legend .tp-calendar-price-note {
    margin-right: auto;
    color: #4f6075;
    font-weight: 700;
}

.tp-date-picker-legend-dot, .tp-calendar-legend-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e23b35;
}

.tp-date-picker-legend-dot.is-flash,
.tp-calendar-legend-dot.is-flash {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    color: #e23b35;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.tp-date-picker-legend-dot.is-flash::before, .tp-calendar-legend-dot.is-flash::before {
    content: "\e8b4";
    font-family: "fontello";
    font-weight: normal;
}

.tp-date-picker-legend-dot.is-low, .tp-calendar-legend-dot.is-low {
    background: #ff8a00;
}

.tp-date-picker-legend-dot.is-sold,
.tp-calendar-legend-dot.is-sold,
.tp-date-picker-legend-sold {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #a3adba;
    font-style: normal;
}

.tp-choice-group legend {
    grid-column: 1;
    padding: 0;
    color: var(--tp-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.tp-option-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    border-radius: 999px;
    padding: 2px 7px;
    background: #eef5ff;
    color: var(--tp-blue-dark);
    font-size: 11px;
    font-weight: 800;
}

.tp-option-badge.is-optional {
    background: #f2f5f9;
    color: #53657a;
}

.tp-choice {
    display: flex;
    font-weight: 500;
}

.tp-choice.is-locked, .tp-listbox-item:disabled {
    color: #33445b;
}

.tp-option-description {
    display: grid;
    gap: 5px;
}

.tp-option-formula {
    display: grid;
    gap: 3px;
}

.tp-option-price-lines div {
    color: #41516a;
}

.tp-option-date-line {
    display: grid;
    gap: 2px;
}

.tp-option-date-line span:first-child {
    font-weight: 800;
}

.tp-choice small, .tp-option-details small, .tp-room-row small {
    display: block;
    font-size: 13px;
    line-height: 1.35;
}

.tp-choice input {
    width: auto;
    min-height: 0;
    margin-top: 3px;
}

.tp-option-see-more {
    justify-self: flex-start;
    border: 0;
    padding: 4px 0;
    background: transparent;
    color: var(--tp-blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.tp-option-see-more:hover, .tp-option-see-more:focus-visible {
    color: var(--tp-blue-dark);
    text-decoration: underline;
}

.tp-room-picker, .tp-people-picker {
    grid-column: 1 / -1;
}

.tp-people-picker legend,
.tp-room-picker legend {
    grid-column: 1;
    padding: 0;
    color: var(--tp-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.tp-room-count-row, .tp-room-summary, .tp-room-list, .tp-room-picker > input, .tp-people-grid, .tp-people-picker > small, .tp-people-child-ages {
    grid-column: 2;
}

.tp-room-picker > select {
    max-width: 180px;
}

.tp-people-grid {
    display: grid;
}

.tp-people-grid label, .tp-child-age-row {
    display: grid;
    gap: 4px;
    margin: 0;
}

.tp-room-row strong {
    align-self: center;
}

.tp-room-row label {
    display: grid;
    gap: 4px;
    margin: 0;
}

.tp-room-row small {
    grid-column: 2 / -1;
}

.tp-child-age-grid {
    display: grid;
    grid-column: 2 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.tp-people-child-ages {
    grid-column: 1 / -1;
    margin-top: 8px;
}

.tp-option-details {
    display: grid;
    gap: 6px;
    margin-top: 4px;
}

.tp-listbox-field {
    position: relative;
}

.tp-listbox-field legend {
    grid-column: 1;
    padding: 0;
    color: var(--tp-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.tp-option-title-row {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.tp-option-title-row .tp-option-title {
    margin: 0;
}

.tp-station-map-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    border: 1px solid #cfe0f5;
    border-radius: 999px;
    padding: 0 11px;
    background: #f1f7ff;
    color: var(--tp-blue, #2344a8);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.tp-station-map-trigger:hover, .tp-station-map-trigger:focus-visible {
    border-color: #9bc1f2;
    background: #e8f2ff;
    color: var(--tp-blue-dark, #001a66);
    text-decoration: none;
}

.tp-station-map-trigger i {
    font-size: 14px;
    line-height: 1;
}

.tp-listbox {
    position: relative;
}

.tp-listbox-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    color: var(--tp-ink);
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.tp-listbox-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    display: grid;
    overflow: auto;
    border: 1px solid #cbd6e3;
    background: #fff;
}

.tp-listbox-item {
    display: grid;
    width: 100%;
    border: 0;
    background: #fff;
    color: var(--tp-ink);
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.tp-listbox-item:last-child {
    border-bottom: 0;
}

.tp-listbox-item:focus-visible, .tp-listbox-button:focus-visible {
    border-color: var(--tp-blue);
    box-shadow: inset 0 0 0 2px rgba(31, 95, 191, .16);
    outline: 0;
}

.tp-option-appendix {
    resize: vertical;
}

.tp-field-note {
    font-size: 13px;
}

.tp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: var(--tp-radius-md);
    border: 1px solid transparent;
    padding: 10px 16px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.tp-btn:hover, .tp-btn:focus-visible {
    text-decoration: none;
}

.tp-btn-primary:hover, .tp-btn-primary:focus-visible {
    background: var(--tp-orange-dark);
}

.tp-btn-secondary:hover, .tp-btn-secondary:focus-visible {
    background: #eef5ff;
    border-color: var(--tp-blue);
}

.tp-btn-primary {
    background: var(--tp-orange);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 106, 0, .22);
}

.tp-booking-sticky .tp-btn-primary[data-action="show-options"],
.tp-booking-sticky .tp-btn-primary[data-action="notify-me"],
.tp-booking-sticky .tp-btn-primary:disabled {
    width: 100%;
    min-height: 48px;
    margin-top: 2px;
    border-radius: var(--tp-radius-md);
    font-size: 15px;
}

.tp-sticky-review {
    margin-top: 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--tp-line);
    color: #40516a;
    font-size: 13px;
    line-height: 1.45;
}

.tp-sticky-review-score {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 7px;
}

.tp-sticky-review-stars {
    color: #ff8a00;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.tp-sticky-review-stars .fa {
    margin-right: 1px;
}

.tp-sticky-review-score strong {
    color: #000;
    font-size: 13px;
    font-weight: 900;
}

.tp-sticky-review-score a, .tp-sticky-review-link {
    color: var(--tp-blue);
    text-decoration: none;
}

.tp-sticky-review blockquote {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.26em;
    margin: 0 0 4px;
    padding: 0;
    border: 0;
    color: #56687f;
    font-size: 13px;
    line-height: 1.42;
    text-overflow: ellipsis;
}

.tp-sticky-review p {
    margin: 0 0 8px;
    color: #66748a;
    font-size: 12px;
}

.tp-sticky-review-link:hover, .tp-sticky-review-link:focus-visible, .tp-sticky-review-score a:hover, .tp-sticky-review-score a:focus-visible {
    color: var(--tp-blue-dark);
    text-decoration: underline;
}

.tp-booking-benefits {
    display: grid;
    gap: 14px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--tp-line);
}

.tp-sticky-review + .tp-booking-benefits {
    padding-top: 0;
    border-top: 0;
}

.tp-route-preview-card {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: var(--tp-radius-lg);
    padding: 0;
    background: transparent;
    color: var(--tp-ink);
    cursor: pointer;
    box-shadow: none;
    transition: filter .16s ease, transform .16s ease;
}

.tp-route-preview-card::after {
    content: "View full map";
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 999px;
    padding: 5px 8px;
    background: rgba(19, 34, 56, .74);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
}

.tp-route-preview-card:hover, .tp-route-preview-card:focus-visible {
    filter: brightness(1.02);
    outline: 0;
    transform: translateY(-1px);
}

.tp-route-preview-canvas {
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: var(--tp-radius-lg);
    background: #eaf5ff;
}

.tp-route-preview-canvas svg {
    display: block;
    width: 100%;
    height: auto;
}

.tp-booking-benefit {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    color: var(--tp-ink);
    text-decoration: none;
}

.tp-booking-benefit:hover, .tp-booking-benefit:focus-visible {
    text-decoration: none;
}

:is(.tp-booking-benefit:hover, .tp-booking-benefit:focus-visible) .tp-booking-benefit-copy em {
    text-decoration: underline;
}

.tp-booking-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 1px;
    border: 2px solid #008f6b;
    border-radius: 50%;
    color: #008f6b;
    font-size: 13px;
    line-height: 1;
}

.tp-booking-benefit-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.tp-booking-benefit-copy strong {
    font-size: 14px;
    line-height: 1.25;
}

.tp-booking-benefit-copy span {
    color: #3c4a5d;
    font-size: 13px;
    line-height: 1.35;
}

.tp-booking-benefit-copy em {
    color: var(--tp-blue);
    font-style: normal;
    white-space: nowrap;
}

.tp-btn:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.tp-btn-secondary {
    background: #fff;
    color: var(--tp-blue);
    border-color: #b9cbe3;
}

.tp-booking-mode strong {
    display: block;
    margin-bottom: 4px;
}

.tp-booking-mode span {
    display: block;
}

.tp-option-grid > label.tp-field > select, .tp-option-grid > label.tp-field > .tp-option-details {
    grid-column: 1;
}

.tp-booking-summary-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.tp-booking-summary-bar .tp-price-box {
    display: grid;
    min-width: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.tp-booking-summary-bar .tp-price-box span {
    font-weight: 800;
    text-transform: uppercase;
}

.tp-booking-summary-bar .tp-price-label {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px 4px;
}

.tp-booking-summary-bar .tp-price-label small {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    white-space: nowrap;
}

.tp-booking-summary-bar .tp-booking-actions {
    flex: 0 1 320px;
    max-width: 320px;
}

.tp-booking-summary-bar .tp-btn {
    width: 100%;
}

.tp-hotel-extension {
    grid-column: 1 / -1;
}

.tp-hotel-extension > legend {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--tp-ink);
    font-size: 16px;
    font-weight: 800;
}

.tp-hotel-more {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.tp-hotel-more button {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid currentColor;
    border-radius: 50%;
    padding: 0;
    color: #111827;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    line-height: 1;
}

.tp-hotel-more button:focus-visible {
    outline: 2px solid rgba(17, 24, 39, .22);
    outline-offset: 2px;
}

.tp-hotel-more-icon {
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.tp-mobile-options-overview, .tp-mobile-option-card-toggle {
    display: none;
}

.tp-hotel-more-popover {
    position: absolute;
    z-index: 40;
    bottom: 100%;
    left: 0;
    width: min(360px, 80vw);
    padding: 10px 12px;
    color: var(--tp-ink);
    background: #fff;
    border: 1px solid var(--tp-border);
    border-radius: 6px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .16);
    font-size: 13px;
    line-height: 1.45;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
}

.tp-hotel-more.is-open .tp-hotel-more-popover {
    opacity: 1;
    pointer-events: auto;
}

.tp-hotel-toggle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tp-hotel-toggle > span, .tp-hotel-inline-field > span, .tp-hotel-dates span {
    color: var(--tp-ink);
    font-weight: 700;
}

.tp-hotel-toggle label {
    display: inline-flex;
    align-items: center;
    color: var(--tp-ink);
    font-weight: 500;
}

.tp-hotel-extension :is(input[type="radio"], input[type="checkbox"]) {
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.tp-hotel-panel {
    display: grid;
}

.tp-hotel-dates {
    display: grid;
    gap: 8px 14px;
}

.tp-hotel-dates label, .tp-hotel-inline-field {
    display: grid;
    align-items: center;
}

.tp-hotel-dates input, .tp-hotel-inline-field select {
    min-height: 34px;
    padding: 5px 8px;
}

.tp-hotel-selectbox, .tp-hotel-select-choice-list {
    display: none;
}

.tp-hotel-list:empty {
    display: none;
}

.tp-option-panel,
.tp-section {
    margin-top: 20px;
    padding: 22px 24px;
    border: 1px solid var(--tp-line);
    border-radius: var(--tp-radius-lg);
    background: var(--tp-card-bg);
    box-shadow: var(--tp-shadow-card);
    scroll-margin-top: 76px;
}

.tp-option-panel {
    padding: 0;
}

.tp-package-strip {
    margin-top: 22px;
    padding: 18px 22px 20px;
    border: 1px solid var(--tp-line);
    border-radius: var(--tp-radius-lg);
    background: var(--tp-card-bg);
    box-shadow: var(--tp-shadow-card);
}

.tp-package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tp-package-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 66px;
    border: 1px solid var(--tp-line);
    border-radius: var(--tp-radius-md);
    padding: 12px 14px;
    background: #fff;
    color: var(--tp-ink);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.tp-package-card:hover {
    border-color: #b9cbe3;
    box-shadow: 0 8px 20px rgba(18, 37, 63, .06);
}

.tp-package-card.is-active {
    border-color: var(--tp-blue);
    background: var(--tp-blue);
    color: #fff;
    box-shadow: none;
}

.tp-package-card.is-disabled {
    opacity: .58;
}

.tp-package-card[data-package-url] {
    cursor: pointer;
}

.tp-package-card[data-package-url]:focus-visible {
    border-color: var(--tp-blue);
    box-shadow: 0 0 0 3px rgba(31, 95, 191, .14);
    outline: 0;
}

.tp-package-code {
    display: grid;
    place-items: center;
    width: 26px;
    min-height: 28px;
    border-right: 1px solid #d6dee9;
    color: inherit;
    font-weight: 900;
}

.tp-package-card h3 {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
}

.tp-package-card p {
    margin: 0;
    color: inherit;
    font-size: 14px;
    line-height: 1.35;
}

.tp-package-card small {
    color: var(--tp-muted);
    font-weight: 700;
}

.tp-package-card.is-active .tp-package-code {
    border-right-color: rgba(255, 255, 255, .4);
}

.tp-package-compare-card {
    display: flex;
    justify-content: center;
    min-height: 64px;
    color: var(--tp-ink);
    font-weight: 500;
    cursor: pointer;
}

.tp-package-compare-card:hover, .tp-package-compare-card:focus-visible {
    border-color: var(--tp-blue);
    color: var(--tp-blue);
    outline: 0;
}

.tp-booking-mode,
.tp-package-date-message {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 14px;
    padding: 12px;
    border-radius: var(--tp-radius-md);
}

.tp-booking-mode strong {
    text-transform: capitalize;
}

.tp-package-date-message {
    margin: 12px 26px 0;
    border: 1px solid #f4caa6;
    background: #fff8f2;
    color: #673512;
}

.tp-package-date-message[hidden] {
    display: none;
}

.tp-package-date-message a {
    color: var(--tp-blue);
    font-weight: 800;
}

.tp-section-head {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--tp-line);
}

.tp-section-head p {
    display: none;
}

.tp-section-head h2,
.tp-legacy-section-title {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    color: var(--tp-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.tp-head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    color: var(--tp-blue);
    font-size: 15px;
    line-height: 1;
}

.tp-section-head h2 > .tp-head-icon, .tp-legacy-section-title > .tp-head-icon {
    display: none !important;
}

#itinerary .tp-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tp-itinerary-toggle-all, .tp-itinerary-toggle-all button {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.tp-itinerary-toggle-all {
    gap: 16px;
    color: #1249a0;
    font-size: 15px;
    white-space: nowrap;
}

.tp-itinerary-toggle-all button {
    justify-content: center;
    gap: 4px;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.tp-itinerary-toggle-all .tp-itinerary-map-link {
    min-height: 30px;
    border: 1px solid #c8d9ef;
    border-radius: 999px;
    padding: 5px 10px;
    background: #f7fbff;
    color: var(--tp-blue-dark);
    font-size: 14px;
}

.tp-itinerary-toggle-all :is(.tp-itinerary-map-link:hover, .tp-itinerary-map-link:focus-visible) {
    border-color: var(--tp-blue);
    background: #eef5ff;
    outline: 0;
}

.tp-itinerary-toggle-all i {
    margin-right: 0;
    font-size: 12px;
    line-height: 1;
}

.tp-legacy-section-title {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 0 14px;
    color: var(--tp-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.tp-section-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    gap: 34px;
    overflow-x: auto;
    min-height: 56px;
    margin: 0;
    padding: 0 max(16px, calc((100vw - 1330px) / 2 + 15px));
    background: #fff;
    border-bottom: 1px solid #e7edf5;
    box-shadow: 0 5px 16px rgba(18, 37, 63, .08);
    opacity: 0;
    pointer-events: none;
    scrollbar-width: none;
    transform: translateY(-100%);
    transition: transform .18s ease, opacity .18s ease;
    white-space: nowrap;
}

.tp-detail-v2.has-package-sticker-visible .tp-section-nav {
    top: var(--tp-package-sticker-height);
}

.tp-section-nav-book {
    flex: 0 0 auto;
    min-height: 34px;
    margin-left: auto;
    border: 0;
    border-radius: 4px;
    padding: 7px 15px;
    background: var(--tp-orange);
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
}

.tp-section-nav-book:hover,
.tp-section-nav-book:focus-visible {
    background: var(--tp-orange-dark);
    color: #fff;
    outline: 0;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .tp-container {
        max-width: 970px;
    }

    .tp-package-sticker-inner {
        max-width: 970px;
    }

    .tp-section-nav {
        padding-right: max(16px, calc((100vw - 970px) / 2 + 15px));
        padding-left: max(16px, calc((100vw - 970px) / 2 + 15px));
    }
}

.tp-section-nav::-webkit-scrollbar {
    display: none;
}

.tp-section-nav a {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    padding: 0 0 2px;
    border: 0;
    color: #6c7380;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.tp-section-nav :is(a:hover, a:focus, a:focus-visible) {
    color: var(--tp-blue);
    background: transparent;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

.tp-section-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--tp-blue);
    opacity: 0;
    transform: scaleX(.68);
    transition: transform .18s ease, opacity .18s ease;
}

.tp-section-nav :is(a.is-active, a[aria-current="true"]) {
    color: var(--tp-blue);
    font-weight: 800;
}

.tp-section-nav a.is-active::after, .tp-section-nav a[aria-current="true"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.tp-overview-scroll-anchor {
    height: 0;
    scroll-margin-top: calc(var(--tp-section-nav-height) + 12px);
}

.tp-package-sticker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1061;
    background: #fff;
    border-bottom: 1px solid #e1e6ee;
    box-shadow: 0 6px 18px rgba(18, 37, 63, .1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform .18s ease, opacity .18s ease;
}

.tp-package-sticker.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.tp-package-sticker-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 1330px;
    margin: 0 auto;
    padding: 8px 15px;
}

.tp-package-sticker-list {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow: hidden;
    max-height: 52px;
    transition: max-height .18s ease;
}

.tp-package-sticker.is-expanded .tp-package-sticker-list {
    overflow-y: auto;
    max-height: 198px;
    padding-bottom: 2px;
}

.tp-package-sticker-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    min-height: 50px;
    border: 1px solid #d6dee9;
    border-radius: 4px;
    padding: 7px 10px;
    background: #fff;
    color: var(--tp-ink);
    text-align: left;
    cursor: pointer;
}

.tp-package-sticker-item:hover,
.tp-package-sticker-item:focus-visible {
    border-color: var(--tp-blue);
    color: var(--tp-blue);
    outline: 0;
}

.tp-package-sticker-item.is-active {
    border-color: #1a6edc;
    background: #1a6edc;
    color: #fff;
}

.tp-package-sticker-item.is-disabled,
.tp-package-sticker-item:disabled {
    border-color: #c7c7c7;
    background: #ccc;
    color: #222;
    cursor: not-allowed;
    opacity: 1;
}

.tp-package-sticker-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 0;
    border-right: 1px solid #d6dee9;
    margin-right: 10px;
    padding-right: 9px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.tp-package-sticker-item.is-active .tp-package-sticker-code {
    border-right-color: rgba(255, 255, 255, .72);
}

.tp-package-sticker-copy {
    display: block;
    min-width: 0;
}

.tp-package-sticker-name,
.tp-package-sticker-sub {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-package-sticker-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.28;
}

.tp-package-sticker-sub {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
}

.tp-package-sticker:not(.is-expanded) .tp-package-sticker-sub {
    display: none;
}

.tp-package-sticker-compare .tp-package-sticker-code {
    border-right-color: transparent;
}

.tp-package-sticker-toggle {
    display: none;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #1c2b44;
    font-size: 18px;
    cursor: pointer;
}

.tp-package-sticker.is-overflowing .tp-package-sticker-toggle {
    display: inline-flex;
}

.tp-package-sticker-toggle:hover,
.tp-package-sticker-toggle:focus-visible {
    color: var(--tp-blue);
    background: #f1f5fb;
    outline: 0;
}

.tp-package-sticker.is-expanded .tp-package-sticker-toggle i {
    transform: rotate(180deg);
}

@media (min-width: 992px) and (max-width: 1399px) {
    .tp-package-sticker-inner {
        max-width: 970px;
    }
}

.tp-rich-text {
    color: #263c57;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.64;
}

.tp-rich-text p {
    margin: 0 0 10px;
}

.tp-rich-text p:last-child {
    margin-bottom: 0;
}

.tp-rich-text :is(ul, ol) {
    margin: 8px 0 12px;
    padding-left: 0;
    list-style: none;
}

.tp-rich-text :is(ul, ol) > li {
    position: relative;
    padding-left: 22px;
}

.tp-rich-text ul > li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: .68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1f6fe5;
    box-shadow: 0 0 0 4px #edf5ff;
}

.tp-rich-text ol {
    counter-reset: tp-rich-list;
}

.tp-rich-text ol > li {
    counter-increment: tp-rich-list;
}

.tp-rich-text ol > li::before {
    content: counter(tp-rich-list);
    position: absolute;
    left: 0;
    top: .23em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #edf5ff;
    color: var(--tp-blue);
    font-size: 10px;
    font-weight: 800;
}

.tp-qa-card, .tp-review-card, .tp-day-card, .tp-timeline-main {
    min-width: 0;
    overflow-wrap: anywhere;
}

.tp-rich-text :is(img, table) {
    max-width: 100%;
}

.tp-rich-text h3, .tp-policy-section h3, .tp-text-section h3, .tp-cost-section h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.25;
}

.tp-overview-tag-section {
    padding-bottom: 18px;
    overflow: hidden;
}

.tp-overview-tag-section .tp-legacy-section-title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.tp-overview-tags {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 6px;
    cursor: grab;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.tp-overview-tags::-webkit-scrollbar {
    display: none;
}

.tp-overview-tags.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}

.tp-overview-tag-group {
    flex: 0 0 auto;
    width: fit-content;
    max-width: 220px;
    min-width: 150px;
    scroll-snap-align: start;
}

.tp-overview-tag-group h3, .tp-overview-block h3 {
    display: flex;
    align-items: center;
    color: var(--tp-ink);
    line-height: 1.25;
}

.tp-overview-tag-group h3 {
    gap: 7px;
    margin: 0 0 7px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.tp-overview-block h3 {
    gap: 8px;
    margin: 0 0 10px;
    font-size: 16px;
}

.tp-overview-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin: 0;
    color: #5b80c8;
    font-size: 18px;
    line-height: 1;
}

.tp-overview-tag-list {
    display: grid;
    grid-template-columns: max-content;
    justify-items: start;
    gap: 6px;
    width: max-content;
    max-width: 100%;
}

.tp-overview-tag-item {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f1f4f8;
    color: #1d314b;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
}

.tp-overview-block {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--tp-line);
}

.tp-overview-actions {
    display: none;
    justify-content: flex-end;
    margin-top: 12px;
}

.tp-overview-actions button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 12px;
    color: var(--tp-blue);
    background: #e4f2ff;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

.tp-overview-actions :is(button:hover, button:focus-visible) {
    background: #d4eaff;
    outline: 0;
}

.tp-overview-block-plain {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.tp-overview-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: #263c57;
}

.tp-overview-list li {
    position: relative;
    padding-left: 18px;
}

.tp-overview-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: .72em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111;
}

.tp-overview-list li + li {
    margin-top: 7px;
}

.tp-overview-list a {
    color: var(--tp-blue);
    font-weight: 700;
}

.tp-highlight-box, .tp-price-box {
    margin-top: 14px;
    padding: 14px;
    border-radius: 8px;
    background: var(--tp-soft);
}

.tp-places-highlight-box {
    margin: 8px 0 12px;
    border: 1px solid #d7e4f4;
    background: #f3f7fc;
    color: #4a5c73;
    font-size: 14px;
    line-height: 1.55;
}

.tp-places-highlight-box .tp-rich-text, .tp-places-highlight-box .tp-rich-text p {
    margin: 0;
}

.tp-option-grid {
    grid-template-columns: 1fr;
}

.tp-booking-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tp-option-panel {
    overflow: visible;
    border: 1px solid #d6e2f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 37, 63, .08);
}

.tp-option-panel .tp-section-head {
    margin: 0;
    padding: 22px 26px 16px;
    border-bottom: 1px solid #e4ecf6;
}

.tp-option-panel .tp-section-head h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.tp-booking-mode {
    display: none;
    gap: 5px;
    margin: 18px 26px 4px;
    padding: 14px 16px;
    border: 1px solid #d9e8fb;
    border-radius: 10px;
    background: #f4f8ff;
    color: #1e3858;
}

.tp-booking-mode strong {
    margin: 0;
    color: #001a66;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.tp-booking-mode span {
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}

.tp-booking-form {
    margin-top: 8px;
}

.tp-option-grid {
    display: grid;
    gap: 16px;
    padding: 18px 26px 20px;
}

.tp-form-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-top: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tp-option-grid > .tp-field + .tp-field {
    border-top: 0 !important;
}

.tp-option-grid > :first-child {
    border-top: 0;
}

.tp-form-section-title {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    display: flex;
    align-items: center;
    min-height: 0;
    width: auto;
    margin: 0;
    border: 0;
    border-bottom: 0;
    padding: 0;
    color: var(--tp-ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.28;
}

.tp-option-title {
    justify-content: flex-start;
    padding-right: 0;
    text-align: left;
}

.tp-option-control {
    grid-column: 1;
    min-width: 0;
    width: min(100%, 760px);
    max-width: 760px;
    justify-self: start;
}

.tp-room-control, .tp-people-control, .tp-listbox-control {
    display: grid;
    gap: 12px;
    width: min(100%, 760px);
    max-width: none;
}

.tp-room-control,
.tp-people-control {
    justify-items: start;
    padding: 12px 14px;
    border: 1px solid #e5edf6;
    border-radius: 16px;
    background: #fbfdff;
    box-shadow: 0 8px 20px rgba(18, 37, 63, .035);
}

.tp-room-control {
    width: min(100%, 640px);
}

.tp-room-control :is(.tp-room-count-row, .tp-room-list) {
    grid-column: 1;
}

.tp-people-control {
    width: min(100%, 760px);
}

.tp-people-control :is(.tp-people-grid, .tp-people-child-ages) {
    grid-column: 1;
    width: 100%;
}

.tp-choice-list {
    display: grid;
    gap: 10px;
    width: min(100%, 760px);
    max-width: none;
}

.tp-option-panel select,
.tp-option-panel textarea,
.tp-option-panel input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]),
.tp-listbox-button {
    min-height: 44px;
    border: 1px solid #cbd9ea;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.tp-option-panel select:focus,
.tp-option-panel textarea:focus,
.tp-option-panel input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):focus,
.tp-listbox-button:focus-visible {
    border-color: var(--tp-blue);
    box-shadow: 0 0 0 3px rgba(31, 95, 191, .12);
    outline: 0;
}

.tp-room-count-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    padding-bottom: 4px;
}

.tp-room-count-select {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.tp-room-stepper {
    display: inline-grid;
    grid-template-columns: 34px 42px 34px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #c6d6ea;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(18, 37, 63, .04);
}

.tp-room-stepper button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: #fff;
    color: var(--tp-blue);
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.tp-room-stepper :is(button:hover, button:focus-visible) {
    background: #f3f8ff;
}

.tp-room-stepper button:disabled {
    color: #b5c3d5;
    cursor: not-allowed;
}

.tp-room-stepper [data-room-count-display] {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 34px;
    border-right: 1px solid #dce6f2;
    border-left: 1px solid #dce6f2;
    color: var(--tp-ink);
    font-size: 14px;
    font-weight: 800;
}

.tp-room-summary {
    margin-top: 0;
    color: #4d5f77;
    font-size: 13px;
    font-weight: 700;
}

.tp-room-list {
    display: grid;
    gap: 0;
    width: 100%;
    max-width: none;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    max-width: 640px;
}

.tp-room-row-header {
    display: none;
    grid-template-columns: minmax(84px, .36fr) repeat(var(--tp-room-person-columns, 2), minmax(150px, 1fr));
    gap: 8px 10px;
    padding: 0 10px 2px;
    border-bottom: 0;
    background: transparent;
    color: #666;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.tp-room-row-header.has-share-room {
    grid-template-columns: minmax(84px, .32fr) repeat(var(--tp-room-person-columns, 2), minmax(130px, 1fr)) minmax(118px, .55fr);
}

.tp-room-row-header.has-child.has-infant {
    --tp-room-person-columns: 3;
}

.tp-room-row-header > span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.tp-room-row-header > .tp-room-child-heading,
.tp-room-row-header > .tp-room-infant-heading {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    white-space: nowrap;
}

.tp-room-row-header small {
    color: #6a7788;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
}

.tp-room-row {
    display: grid;
    grid-template-columns: minmax(84px, .36fr) repeat(var(--tp-room-person-columns, 2), minmax(150px, 1fr));
    gap: 8px 12px;
    align-items: center;
    padding: 9px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.tp-room-row.has-share-room {
    grid-template-columns: minmax(84px, .32fr) repeat(var(--tp-room-person-columns, 2), minmax(130px, 1fr)) minmax(118px, .55fr);
}

.tp-room-row.has-child.has-infant {
    --tp-room-person-columns: 3;
}

.tp-room-row + .tp-room-row {
    border-top: 1px solid #e8eef6;
}

.tp-room-row strong {
    color: #0f2e57;
    font-size: 14px;
    line-height: 1.25;
}

.tp-room-row label span, .tp-people-grid label span, .tp-child-age-row span {
    color: #666;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.tp-room-row > label {
    display: grid;
    gap: 5px;
    margin: 0;
}

.tp-room-row > label > span {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
}

.tp-room-row > label > span small {
    color: #6a7788;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.tp-room-row > small {
    display: block;
}

.tp-room-row select {
    min-height: 38px;
    height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tp-room-row > .tp-share-room-choice {
    display: inline-flex;
    align-items: center;
    align-self: end;
    gap: 8px;
    min-height: 38px;
    padding: 0 2px 1px;
    color: #0f2e57;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.tp-share-room-choice input[type="checkbox"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 0;
    accent-color: var(--tp-blue);
}

.tp-share-room-choice.is-disabled {
    opacity: .55;
}

.tp-share-room-choice.is-disabled span {
    color: #6a7788;
}

.tp-people-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.tp-people-type-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 12px;
    align-items: center;
    min-height: 62px;
    padding: 11px 12px;
    border: 1px solid #dbe7f5;
    border-radius: 12px;
    background: #fff;
}

.tp-people-type-copy {
    display: grid !important;
    gap: 3px;
    min-width: 0;
    color: var(--tp-ink) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.tp-people-type-copy strong {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--tp-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.tp-people-type-copy small {
    display: block;
    color: #66758a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.tp-people-type-card select {
    width: 100%;
    min-height: 38px;
    height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tp-people-child-ages {
    align-items: end;
    grid-template-columns: repeat(auto-fit, minmax(108px, max-content));
    gap: 8px 10px;
    margin-top: 0;
    border-top: 1px solid #e7eef7;
    padding-top: 10px;
}

.tp-people-child-ages[hidden] {
    display: none !important;
}

.tp-people-child-ages .tp-child-age-row {
    min-width: 108px;
}

.tp-people-child-ages .tp-child-age-row span {
    color: #5f6f84;
    font-size: 12px;
}

.tp-people-child-ages select {
    width: 92px;
    min-height: 38px;
    height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tp-choice {
    grid-column: auto;
    align-items: flex-start;
    gap: 14px;
    min-height: 62px;
    padding: 15px 16px;
    border: 1px solid #dce6f2;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.tp-choice:hover {
    border-color: #b9c9dc;
    background: #fff;
    box-shadow: 0 8px 18px rgba(18, 37, 63, .05);
}

.tp-choice:has(input:checked) {
    border-color: #8db4eb;
    background: #fbfdff;
    box-shadow: inset 3px 0 0 var(--tp-blue), 0 8px 18px rgba(18, 37, 63, .04);
}

.tp-choice.is-locked, .tp-choice.is-locked:has(input:checked) {
    border-color: #cfdced;
    background: #fbfdff;
    box-shadow: none;
    cursor: default;
}

.tp-choice.is-required-fixed,
.tp-choice.is-required-fixed:has(input:checked) {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 78px;
    padding: 18px 20px;
    border-color: #8db4eb;
    border-radius: 14px;
    background: #fbfdff;
    box-shadow: inset 3px 0 0 var(--tp-blue), 0 10px 24px rgba(18, 37, 63, .05);
    cursor: default;
}

.tp-choice.is-required-fixed:hover {
    border-color: #8db4eb;
    background: #fbfdff;
    box-shadow: inset 3px 0 0 var(--tp-blue), 0 10px 24px rgba(18, 37, 63, .05);
}

.tp-choice input[type="checkbox"] {
    position: relative;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 0 !important;
    margin: 3px 0 0;
    border: 1px solid #9fb5d0;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    accent-color: var(--tp-blue);
    appearance: none;
}

.tp-choice input[type="checkbox"]:checked {
    border-color: var(--tp-blue);
    background: var(--tp-blue);
}

.tp-choice input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tp-choice input[type="checkbox"]:disabled {
    opacity: .9;
}

.tp-choice.is-required-fixed input[type="checkbox"] {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: var(--tp-blue);
    box-shadow: 0 8px 18px rgba(31, 95, 191, .24);
    cursor: default;
}

.tp-choice.is-required-fixed input[type="checkbox"]:checked {
    border-color: transparent;
    background: var(--tp-blue);
}

.tp-choice.is-required-fixed input[type="checkbox"]:checked::after {
    left: 12px;
    top: 7px;
    width: 8px;
    height: 15px;
    border-width: 0 2px 2px 0;
}

.tp-choice.is-required-fixed input[type="checkbox"]:disabled {
    opacity: 1;
}

.tp-choice.is-required-fixed > span {
    display: grid;
    gap: 8px;
}

.tp-choice.is-required-fixed strong {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 0;
    font-size: 16px;
    font-weight: 900;
}

.tp-choice.is-required-fixed strong::after {
    content: "Included";
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    border-radius: 999px;
    padding: 3px 8px;
    background: #eef5ff;
    color: var(--tp-blue);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.tp-choice.is-required-fixed .tp-option-description {
    margin-top: 0;
    color: #333;
}

.tp-choice strong, .tp-listbox-item strong {
    color: #000;
    font-size: 15px;
    line-height: 1.3;
}

.tp-choice span {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.tp-option-description, .tp-option-date-line, .tp-choice small, .tp-option-details small, .tp-room-row small {
    color: #666;
}

.tp-choice .tp-option-description,
.tp-choice small {
    display: block;
    max-width: 580px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.48;
}

.tp-listbox {
    grid-column: auto;
    max-width: 760px;
}

.tp-listbox-button {
    min-height: 46px;
    padding: 10px 15px;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(18, 37, 63, .025);
}

.tp-listbox-button[aria-expanded="true"] {
    border-color: #7fa8df;
    box-shadow: 0 0 0 2px rgba(31, 95, 191, .1);
}

.tp-listbox-menu {
    max-height: 300px;
    margin-top: 8px;
    border-color: #d5e0ec;
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(18, 37, 63, .14);
    scrollbar-color: #9aa9bb #f3f6fa;
    scrollbar-width: thin;
}

.tp-listbox-item {
    gap: 7px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf2f7;
    line-height: 1.4;
}

.tp-listbox-item:hover {
    background: #f8fbff;
}

.tp-listbox-item.is-selected {
    background: #eef5ff;
}

.tp-listbox-item-main {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.tp-listbox-item-main strong {
    min-width: 0;
}

.tp-listbox-item .tp-option-description {
    display: block;
    margin-top: 1px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.48;
}

.tp-option-appendix {
    grid-column: auto;
    max-width: 760px;
    min-height: 72px;
    margin-top: 10px;
    padding: 12px 14px;
}

.tp-field-note {
    margin: -8px 0 8px;
    color: #666;
}

.tp-option-grid > label.tp-field > select, .tp-option-grid > label.tp-field > .tp-option-details {
    max-width: 760px;
}

.tp-hotel-extension > :not(.tp-option-title):not(.tp-hotel-room-modal) {
    grid-column: 1;
    min-width: 0;
}

.tp-hotel-extension > .tp-option-title {
    gap: 4px;
}

.tp-hotel-more {
    margin-left: 4px;
}

.tp-hotel-toggle {
    gap: 10px 14px;
    margin: 0 0 12px;
    padding: 10px 13px;
    width: min(100%, 760px);
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e8f3;
    border-radius: 12px;
    background: #fff;
    color: #000;
    box-shadow: 0 4px 12px rgba(18, 37, 63, .025);
}

.tp-hotel-toggle:has(input:checked) {
    border-color: #cbd9ea;
}

.tp-hotel-toggle > span {
    flex-basis: 140px;
    font-weight: 800;
}

.tp-hotel-toggle label {
    gap: 7px;
    min-height: 30px;
    padding: 2px 6px;
    cursor: pointer;
}

:is(.tp-hotel-toggle, .tp-option-panel) input[type="radio"] {
    accent-color: var(--tp-blue);
}

.tp-hotel-panel {
    gap: 12px 16px;
    width: min(100%, 760px);
    max-width: 760px;
    box-sizing: border-box;
    margin: -2px 0 16px;
    padding: 16px;
    border: 1px solid #e3ebf5;
    border-radius: 16px;
    background: #fbfdff;
    box-shadow: 0 10px 22px rgba(18, 37, 63, .04);
}

.tp-hotel-dates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
}

.tp-hotel-dates label,
.tp-hotel-inline-field {
    position: relative;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 8px 12px;
    max-width: 760px;
    min-width: 0;
    margin: 0;
}

.tp-hotel-dates label::after {
    content: "\e803";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 18px;
    height: 18px;
    color: var(--tp-blue-dark);
    font-family: "fontello";
    font-size: 17px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
}

.tp-hotel-dates label::before {
    content: none;
}

.tp-hotel-date-input {
    padding-right: 42px !important;
}

.tp-hotel-date-input[data-hotel-fixed-date] {
    border-color: #d8e4f2;
    background: #f3f6fb !important;
    background-color: #f3f6fb !important;
    color: #6b7a90;
    cursor: default;
}

.tp-hotel-dates label:has(.tp-hotel-date-input[data-hotel-fixed-date])::after {
    color: #8fa0b5;
}

.tp-hotel-inline-field.is-locked {
    align-items: center;
}

.tp-hotel-destination-text {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #cbdcf0;
    border-radius: 10px;
    background: #f6f9fd;
    color: var(--tp-ink);
    font-weight: 700;
}

.tp-hotel-type-field select {
    position: absolute;
    width: 1px;
    min-width: 1px;
    height: 1px;
    min-height: 1px;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.tp-hotel-static-value {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #cbdcf0;
    border-radius: 10px;
    background: #f6f9fd;
    color: var(--tp-ink);
    font-weight: 700;
    box-sizing: border-box;
}

.tp-hotel-date-popover {
    position: absolute;
    top: calc(100% + 8px);
    left: 120px;
    z-index: 1300;
    width: min(320px, calc(100vw - 48px));
    padding: 14px;
    border: 1px solid #d7e3f2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(8, 25, 54, .18);
}

.tp-hotel-date-head {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    text-align: center;
}

.tp-hotel-date-head strong {
    color: var(--tp-ink);
    font-size: 15px;
    line-height: 1.25;
}

.tp-hotel-date-head button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #edf3f9;
    color: var(--tp-ink);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.tp-hotel-date-head button:disabled {
    background: transparent;
    color: #c2cedc;
    cursor: not-allowed;
}

.tp-hotel-date-weekdays, .tp-hotel-date-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px;
}

.tp-hotel-date-weekdays {
    margin-bottom: 6px;
    color: #607088;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.tp-hotel-date-day, .tp-hotel-date-days > span {
    min-height: 34px;
}

.tp-hotel-date-day {
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: var(--tp-ink);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.tp-hotel-date-day:hover, .tp-hotel-date-day.is-selected {
    border-color: var(--tp-blue);
    background: #eef5ff;
    color: var(--tp-blue-dark);
}

.tp-hotel-date-day:disabled {
    border-color: #edf2f7;
    background: #f6f8fb;
    color: #b7c3d0;
    -webkit-text-fill-color: #b7c3d0;
    text-decoration: none;
    cursor: not-allowed;
}

.tp-hotel-date-day:disabled span {
    color: #b7c3d0;
    -webkit-text-fill-color: #b7c3d0;
}

.tp-hotel-date-day:disabled::after {
    content: "";
    position: absolute;
    left: 22%;
    right: 22%;
    top: 50%;
    height: 1px;
    background: #cbd4df;
    transform: rotate(-24deg);
}

.tp-product-based-group[hidden] {
    display: none !important;
}

.tp-product-based-group .tp-option-title {
    margin: 0;
}

.tp-product-based-options {
    display: grid;
    gap: 10px;
    width: min(100%, 760px);
    overflow: visible;
}

.tp-product-based-empty {
    margin: 0;
    padding: 12px 14px;
    border: 1px dashed #cbd9ea;
    border-radius: 12px;
    background: #f8fbff;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

.tp-product-based-card {
    position: relative;
    overflow: visible;
    border: 1px solid #bfd5f3;
    border-radius: 16px;
    background: #fff;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.tp-product-based-card:hover {
    border-color: #8bb7f1;
    box-shadow: 0 10px 24px rgba(18, 54, 94, .07);
}

.tp-product-based-card.is-selected {
    z-index: 5;
    border-color: #2a73df;
    background: #f8fbff;
    box-shadow: 0 10px 24px rgba(18, 54, 94, .08);
}

.tp-product-based-card.is-date-open {
    z-index: 80;
}

.tp-product-based-card.is-date-unavailable {
    display: none !important;
}

.tp-product-based-main {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 16px 18px 12px;
    cursor: pointer;
}

.tp-product-based-checkbox-control {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.tp-product-based-checkbox-ui {
    display: inline-grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    border: 2px solid #b8cef0;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 0 0 6px #fff;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.tp-product-based-checkbox-control:checked + .tp-product-based-checkbox-ui {
    border-color: #1769dc;
    background: #1769dc;
    box-shadow: 0 10px 20px rgba(23, 105, 220, .24);
}

.tp-product-based-checkbox-control:focus-visible + .tp-product-based-checkbox-ui {
    box-shadow: 0 0 0 4px rgba(31, 95, 191, .18), inset 0 0 0 6px #fff;
}

.tp-product-based-checkbox-control:checked + .tp-product-based-checkbox-ui::after {
    content: "";
    width: 10px;
    height: 18px;
    margin-top: -3px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.tp-product-based-group.is-multi-select .tp-product-based-checkbox-ui {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    border-radius: 6px;
    box-shadow: inset 0 0 0 4px #fff;
}

.tp-product-based-group.is-multi-select .tp-product-based-checkbox-control:checked + .tp-product-based-checkbox-ui {
    box-shadow: 0 8px 16px rgba(23, 105, 220, .22);
}

.tp-product-based-group.is-multi-select .tp-product-based-checkbox-control:checked + .tp-product-based-checkbox-ui::after {
    width: 7px;
    height: 12px;
    margin-top: -2px;
    border-width: 0 2px 2px 0;
}

.tp-product-based-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.tp-product-based-name {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.tp-product-based-more {
    margin-left: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--tp-blue);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.tp-product-based-more:hover, .tp-product-based-more:focus-visible {
    text-decoration: underline;
}

.tp-product-based-price {
    color: #24364c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.tp-product-based-extra {
    display: grid;
    gap: 10px;
    padding: 0 18px 18px 82px;
}

.tp-product-based-extra label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.tp-product-based-date-row {
    max-width: min(100%, 350px);
}

.tp-product-based-date-field {
    position: relative;
    display: block;
    flex: 0 1 230px;
    width: 230px;
    min-width: 0;
    max-width: 230px;
    z-index: 20;
}

.tp-product-based-date-trigger {
    position: absolute;
    top: 50%;
    right: 7px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--tp-blue-dark);
    cursor: pointer;
    transform: translateY(-50%);
}

.tp-product-based-date-trigger::before {
    content: "\e803";
    color: currentColor;
    font-family: "fontello";
    font-size: 17px;
    line-height: 1;
}

.tp-product-based-date-trigger::after {
    content: none;
}

.tp-product-based-date-trigger:hover, .tp-product-based-date-trigger:focus-visible {
    background: #edf3f9;
    outline: 0;
}

.tp-product-based-extra .tp-product-based-date-input,
.tp-product-based-extra select {
    width: 100%;
    min-height: 36px;
    border: 1px solid #cbd9ea;
    border-radius: 8px;
    padding: 6px 9px;
    background: #fff;
    color: #0b2443;
}

.tp-product-based-extra .tp-product-based-date-input {
    padding-right: 42px;
}

.tp-product-based-extra .tp-product-based-date-input:focus, .tp-product-based-extra select:focus {
    border-color: var(--tp-blue);
    box-shadow: 0 0 0 3px rgba(31, 95, 191, .12);
    outline: 0;
}

.tp-product-based-date-popover {
    left: 0;
    z-index: 10000;
    width: min(360px, calc(100vw - 48px));
}

.tp-product-based-date-popover .tp-hotel-date-days {
    gap: 6px;
}

.tp-product-based-date-day {
    min-height: 44px;
    padding: 3px 2px;
    align-content: center;
    gap: 2px;
}

.tp-product-based-date-day:disabled::after {
    content: none;
}

.tp-product-based-date-price {
    display: block;
    color: var(--tp-orange, #ff6a00);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.tp-product-based-date-price article {
    display: inline;
}

.tp-product-based-date-day:disabled .tp-product-based-date-price,
.tp-product-based-date-day:disabled .tp-product-based-date-price .currency_type {
    color: #b7c3d0 !important;
    -webkit-text-fill-color: #b7c3d0;
}

.tp-product-based-people {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}

.tp-product-based-people > span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.tp-product-based-see-more {
    justify-self: start;
    border: 1px solid #cbd9ea;
    border-radius: 999px;
    background: #fff;
    color: var(--tp-blue);
    font-size: 13px;
    font-weight: 800;
    padding: 7px 14px;
    cursor: pointer;
}

.tp-product-based-see-more:hover, .tp-product-based-see-more:focus-visible {
    border-color: var(--tp-blue);
    background: #f8fbff;
    outline: 0;
}

.tp-booking-summary-bar {
    margin-top: 0;
    padding: 24px 26px;
    border-top: 1px solid #dce6f2;
    border-radius: 0 0 16px 16px;
    background: #f2f7fc;
}

.tp-booking-summary-bar .tp-price-box {
    gap: 3px;
    position: relative;
}

.tp-booking-summary-bar .tp-price-box span {
    color: #53677f;
    font-size: 12px;
    letter-spacing: .02em;
}

.tp-booking-summary-bar .tp-price-box strong {
    color: var(--tp-orange);
    font-size: 32px;
    line-height: 1.08;
}

.tp-price-total-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
}

.tp-price-total-row [data-booking-total] {
    transition: opacity .18s ease, transform .18s ease;
}

.tp-price-total-row [data-booking-total].is-updating {
    opacity: .55;
    transform: translateY(1px);
}

.tp-price-detail-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 24px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: var(--tp-blue);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    line-height: 1.2;
}

.tp-price-detail-trigger::after {
    content: "\f107";
    display: inline-block;
    margin-left: 2px;
    font-family: "fontello";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    transition: color .16s ease;
}

.tp-price-detail-trigger[aria-expanded="true"]::after {
    content: "\f106";
}

.tp-booking-summary-bar .tp-price-box [data-booking-total],
.tp-booking-summary-bar .tp-price-box [data-booking-total] .currency_type {
    color: var(--tp-orange) !important;
}

.tp-booking-summary-bar .tp-price-detail-trigger {
    color: var(--tp-ink);
    font-weight: 400;
}

.tp-price-detail-trigger:hover, .tp-price-detail-trigger:focus-visible {
    color: var(--tp-ink);
    text-decoration: none;
    outline: 0;
}

.tp-price-box.is-calculating .tp-price-total-row::after {
    content: "";
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    margin-left: 6px;
    border: 2px solid rgba(16, 96, 216, .14);
    border-top-color: rgba(16, 96, 216, .72);
    border-radius: 50%;
    animation: tpSpin .8s linear infinite;
}

@keyframes tpSpin {
    to {
        transform: rotate(360deg);
    }
}

.tp-btn.is-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.tp-btn.is-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 2px solid rgba(31, 95, 191, .28);
    border-top-color: var(--tp-blue);
    border-radius: 50%;
    animation: tpSpin .75s linear infinite;
}

.tp-btn-primary.is-loading::after {
    border-color: rgba(255, 255, 255, .45);
    border-top-color: #fff;
}

.tp-total-breakdown {
    position: absolute;
    left: 0;
    bottom: calc(100% + 12px);
    z-index: 40;
    width: min(380px, calc(100vw - 48px));
}

.tp-total-breakdown[hidden] {
    display: none !important;
}

.tp-total-breakdown-card {
    position: relative;
    display: grid;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d6e0ec;
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 35, 55, .18);
}

.tp-total-breakdown-head {
    display: none;
}

.tp-total-breakdown-arrow {
    position: absolute;
    left: 44px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #d6e0ec;
    border-bottom: 1px solid #d6e0ec;
    background: #fff;
    transform: rotate(45deg);
}

.tp-total-breakdown-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 14px;
    color: #000;
    font-size: 14px;
    line-height: 1.35;
    text-transform: none;
}

.tp-total-breakdown-row span {
    min-width: 0;
    color: #000 !important;
    font-size: inherit !important;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none !important;
}

.tp-total-breakdown-row strong {
    min-width: max-content;
    max-width: 120px;
    color: #000;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-align: right;
    text-transform: none !important;
    white-space: nowrap;
}

.tp-total-breakdown-card .tp-total-breakdown-row,
.tp-total-breakdown-card .tp-total-breakdown-row span,
.tp-total-breakdown-card .tp-total-breakdown-row strong,
.tp-total-breakdown-card .tp-total-breakdown-row span > strong,
.tp-total-breakdown-card .tp-total-breakdown-row small,
.tp-total-breakdown-card .tp-total-breakdown-note {
    color: #000 !important;
}

.tp-total-breakdown-row span > strong {
    display: block;
    max-width: none;
    min-width: 0;
    text-align: left;
    white-space: normal;
}

.tp-total-breakdown-row small {
    display: block;
    margin-top: 2px;
    color: #61718a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: none;
}

.tp-total-breakdown-section {
    margin-top: 3px;
    padding-top: 8px;
    border-top: 1px solid #edf2f7;
    color: #384c65;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

.tp-total-breakdown-row.is-total {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px dotted #b7c5d8;
    font-weight: 900;
}

.tp-total-breakdown-note {
    color: #61718a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.tp-booking-summary-bar .tp-price-box small {
    color: #41516a !important;
    font-size: 13px;
    line-height: 1.35;
}

.tp-booking-summary-bar .tp-booking-actions {
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.tp-booking-summary-bar .tp-btn {
    min-width: 144px;
    min-height: 48px;
    padding: 11px 22px;
    border-radius: 999px;
}

.tp-booking-summary-bar .tp-btn-secondary {
    background: #fff;
    border-color: #c4d4e7;
    color: var(--tp-blue);
}

.tp-booking-summary-bar .tp-btn-primary {
    min-width: 168px;
    box-shadow: 0 12px 24px rgba(255, 106, 0, .28);
}

.tp-date-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.tp-calendar-note {
    display: block;
    margin: 0 0 14px;
    color: #42546d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.tp-calendar-note-icon {
    display: none;
}

.tp-calendar-note-icon::before, .tp-calendar-note-icon::after {
    content: "";
    position: absolute;
    background: var(--tp-blue);
}

.tp-calendar-note-icon::before {
    left: 2px;
    right: 2px;
    top: 4px;
    height: 2px;
}

.tp-calendar-note-icon::after {
    left: 4px;
    top: -4px;
    width: 2px;
    height: 5px;
    box-shadow: 6px 0 0 var(--tp-blue);
}

.tp-calendar-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 30%);
    gap: 12px 18px;
    align-items: start;
    max-width: 100%;
    min-width: 0;
}

.tp-calendar-toolbar, .tp-calendar-weekdays, .tp-calendar-days {
    grid-column: 1;
    min-width: 0;
}

.tp-calendar-toolbar {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.tp-calendar-toolbar button, .tp-calendar-month-tabs button, .tp-calendar-day {
    border: 1px solid var(--tp-line);
    background: #fff;
    color: var(--tp-ink);
    border-radius: var(--tp-radius-md);
    cursor: pointer;
}

.tp-calendar-toolbar > button {
    flex: 0 0 34px;
    width: 34px;
    height: 36px;
    border: 1px solid #dbe6f3;
    border-radius: 8px;
    background: #fff;
    color: #314b68;
    font-size: 20px;
    line-height: 1;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.tp-calendar-toolbar > :is(button:not(:disabled):hover, button:not(:disabled):focus-visible) {
    border-color: #b9cce6;
    background: #f8fbff;
    color: var(--tp-blue);
    box-shadow: 0 4px 10px rgba(23, 56, 96, .06);
}

.tp-calendar-toolbar > button:disabled {
    cursor: default;
    border-color: #e5edf6;
    background: #f8fafc;
    color: #c1cfdf;
    opacity: 1;
    box-shadow: none;
}

.tp-calendar-month-tabs {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
    overflow: visible;
}

.tp-calendar-month-tabs button {
    flex: 1 1 104px;
    min-width: 86px;
    max-width: 124px;
    min-height: 40px;
    padding: 6px 12px;
    border-color: #dbe6f3;
    border-radius: 9px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: none;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.tp-calendar-month-tabs :is(button:not(.is-active):hover, button:not(.is-active):focus-visible) {
    border-color: #b9cce6;
    background: #f8fbff;
    color: var(--tp-blue);
    box-shadow: 0 4px 10px rgba(23, 56, 96, .06);
    outline: 0;
    position: relative;
    z-index: 1;
}

.tp-calendar-month-tabs button.is-active {
    border-color: #9abaf0;
    background: #f4f9ff;
    color: var(--tp-blue-dark);
    font-weight: 800;
    box-shadow: none;
    cursor: default;
}

.tp-calendar-day.is-selected {
    border-color: var(--tp-blue);
    background: #eef5ff;
    color: var(--tp-blue-dark);
    box-shadow: inset 0 0 0 1px rgba(31, 95, 191, .18);
}

.tp-calendar-grid {
    grid-column: 1;
    --tp-calendar-drag-x: 0px;
    max-width: 100%;
    min-width: 0;
    transform: translateX(var(--tp-calendar-drag-x));
    transition: transform .2s ease, opacity .18s ease;
    will-change: transform;
}

.tp-calendar-grid:empty {
    min-height: 432px;
}

.tp-calendar-grid.is-dragging {
    transition: none;
}

.tp-calendar-grid.is-dragging .tp-calendar-day {
    pointer-events: none;
}

.tp-calendar-grid.is-edge-swipe {
    opacity: .94;
}

.tp-calendar-grid.is-swipe-next {
    --tp-calendar-drag-x: -42px;
    opacity: .74;
}

.tp-calendar-grid.is-swipe-prev {
    --tp-calendar-drag-x: 42px;
    opacity: .74;
}

.tp-calendar-grid.is-swipe-enter-next {
    --tp-calendar-drag-x: 42px;
    opacity: .8;
}

.tp-calendar-grid.is-swipe-enter-prev {
    --tp-calendar-drag-x: -42px;
    opacity: .8;
}

.tp-calendar-weekdays, .tp-calendar-days {
    gap: 5px 6px;
}

.tp-calendar-weekdays {
    margin-bottom: 6px;
    color: var(--tp-muted);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.tp-calendar-day {
    --tp-date-flash-left: 6px;
    --tp-date-flash-top: 5px;
    --tp-date-flash-size: 12px;
    position: relative;
    min-height: 48px;
    padding: 6px 6px;
    border-color: transparent;
    background: transparent;
    overflow: visible;
    text-align: center;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.tp-calendar-day:disabled {
    cursor: default;
    opacity: 1;
    color: #9aa6b4;
}

.tp-calendar-day:empty {
    visibility: hidden;
}

.tp-calendar-day :is(span, strong, small) {
    display: block;
}

.tp-calendar-day strong {
    margin-top: 2px;
    color: #e85d04;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

.tp-calendar-day.is-flash-sale strong {
    color: #d9361c;
    font-weight: 500;
}

.tp-calendar-day.is-flash-sale:not(.is-selected) strong {
    text-shadow: none;
}

.tp-date-card.is-flash-sale strong {
    color: #e12424;
    font-weight: 500;
}

.tp-calendar-day small {
    color: var(--tp-muted);
    font-size: 12px;
}

:is(.tp-calendar-day, .tp-date-card) em, :is(.tp-calendar-day, .tp-date-card) .tp-calendar-inventory-badge {
    display: inline-flex;
    font-style: normal;
    font-weight: 800;
}

:is(.tp-calendar-day, .tp-date-card) em {
    margin-top: 3px;
    padding: 2px 5px;
    border-radius: 4px;
    background: #eef5ff;
    color: var(--tp-blue-dark);
    font-size: 11px;
}

:is(.tp-calendar-day, .tp-date-card) .tp-calendar-inventory-badge {
    position: static;
    z-index: 2;
    align-items: center;
    justify-content: center;
    margin: 3px auto 0;
    border: 1px solid #a7dbe8;
    background: #eafaff;
    color: #07516a;
    text-align: center;
    white-space: normal;
    pointer-events: none;
}

.tp-calendar-day .tp-calendar-inventory-badge {
    position: absolute;
    right: 6px;
    top: 6px;
    display: block;
    margin: 0;
    width: 8px;
    height: 8px;
    min-width: 0;
    max-width: none;
    min-height: 0;
    border: 0;
    border-radius: 50%;
    background: #ff8a00;
    line-height: 1.05;
}

.tp-calendar-day .tp-calendar-inventory-badge.is-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #ff8a00;
    font-size: 10px;
    font-weight: 800;
    line-height: 18px;
}

.tp-calendar-day .tp-calendar-inventory-badge.is-sold-out {
    right: 6px;
    top: 6px;
    width: 9px;
    height: 9px;
    background: #a3adba;
    color: transparent;
}

.tp-calendar-day.tp-inventory-low_stock.is-flash-sale::before, .tp-calendar-day.tp-inventory-sold_out.is-flash-sale::before {
    left: 6px;
}

.tp-date-card .tp-calendar-inventory-badge {
    position: absolute;
    margin: 0;
    border: 0;
    background: #20c6e8;
    color: #06354b;
    font-weight: 900;
    top: 6px;
    right: 6px;
    min-width: 52px;
    max-width: 76px;
    min-height: 18px;
    padding: 2px 6px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(9, 118, 154, .18);
    font-size: 10px;
    line-height: 1.05;
    transform: rotate(-12deg);
}

.tp-date-card.is-flash-sale {
    --tp-date-flash-left: 9px;
    --tp-date-flash-top: 9px;
    --tp-date-flash-size: 12px;
    padding-left: 26px;
}

.tp-calendar-day.tp-inventory-low_stock, .tp-calendar-day.tp-inventory-sold_out {
    min-height: 58px;
}

.tp-calendar-day.tp-inventory-low_stock {
    background: #fbfdff;
}

:is(.tp-calendar-day.tp-inventory-sold_out, .tp-date-card.tp-inventory-sold_out) .tp-calendar-inventory-badge {
    border-color: #d9e1ec;
    background: #f5f7fa;
    color: #526173;
    box-shadow: none;
}

.tp-calendar-day.tp-inventory-sold_out .tp-calendar-inventory-badge.is-sold-out {
    border: 0;
    background: #a3adba;
    color: transparent;
}

.tp-date-card.tp-inventory-sold_out .tp-calendar-inventory-badge {
    border: 0;
}

.tp-calendar-day.tp-inventory-sold_out span {
    color: #96a3b3;
}

:is(.tp-calendar-day.tp-inventory-sold_out, .tp-calendar-day.tp-status-sold_out, .tp-date-card.tp-inventory-sold_out, .tp-date-card.tp-status-sold_out) strong {
    color: #8f9baa;
    font-weight: 500;
    text-decoration: none;
}

:is(.tp-calendar-day, .tp-date-picker-day, .tp-date-card) .tp-package-code-badges {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    margin-top: 3px;
    padding: 0;
    background: transparent;
}

:is(.tp-calendar-day, .tp-date-picker-day, .tp-date-card) .tp-package-code-badges span {
    display: inline-grid;
    place-items: center;
    min-width: 16px;
    height: 16px;
    border: 1px solid var(--tp-blue);
    border-radius: 2px;
    background: #fff;
    color: var(--tp-blue);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

:is(.tp-calendar-day, .tp-date-picker-day, .tp-date-card) .tp-package-code-badges span.is-sold-out {
    border-color: #cbd5e1;
    background: #f2f4f7;
    color: #9aa5b1;
    text-decoration: line-through;
}

.tp-calendar-day.tp-status-sold_out, .tp-calendar-day.tp-status-unavailable {
    background: transparent;
}

.tp-calendar-day.is-available:hover, .tp-calendar-day.is-available:focus-visible {
    border-color: rgba(31, 95, 191, .55);
    background: #f8fbff;
    outline: 0;
}

.tp-date-card:disabled {
    cursor: default;
    opacity: .5;
}

.tp-calendar-mobile-detail, .tp-calendar-selection-summary {
    grid-column: 1;
}

.tp-calendar-selection-summary[hidden] {
    display: none !important;
}

.tp-calendar-promo-card {
    position: relative;
    grid-column: 2;
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #16304f;
    box-shadow: none;
}

.tp-calendar-promo-card::before {
    content: none;
}

.tp-calendar-promo-content {
    border: 1px solid #efd8ca;
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(180deg, #fffdfb 0%, #fff9f4 100%);
    box-shadow: 0 10px 24px rgba(99, 66, 39, .05);
}

.tp-calendar-promo-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 14px;
    border: 1px solid #f6c6ae;
    border-radius: 999px;
    padding: 0 10px;
    background: #fff;
    color: #cf4a1c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tp-calendar-promo-note {
    color: #394b63;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.46;
}

.tp-calendar-promo-note + .tp-calendar-promo-note {
    margin-top: 11px;
    border-top: 1px solid #f1dfd1;
    padding-top: 11px;
}

.tp-calendar-promo-note strong {
    color: #d84d1a;
    font-weight: 900;
}

.tp-calendar-selected-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #d9e6f5;
    border-radius: 14px;
    padding: 13px 14px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
    box-shadow: 0 8px 20px rgba(18, 54, 94, .07);
}

.tp-calendar-selected-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.tp-calendar-selected-copy span {
    color: #61718a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.tp-calendar-selected-copy strong {
    color: #071f3a;
    font-size: 18px;
    line-height: 1.2;
}

.tp-calendar-selected-copy small {
    color: #4a5e76;
    font-size: 13px;
    line-height: 1.3;
}

.tp-calendar-selected-card button {
    flex: 0 0 auto;
    min-height: 36px;
    border: 1px solid #c9daf0;
    border-radius: 999px;
    padding: 0 13px;
    background: #fff;
    color: var(--tp-blue);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.tp-price-detail-popover {
    position: absolute;
    z-index: 1200;
    min-width: 248px;
    max-width: min(340px, calc(100vw - 24px));
    filter: drop-shadow(0 18px 32px rgba(8, 25, 54, .18));
}

.tp-price-detail-card {
    overflow: hidden;
    border: 1px solid #d9e4f2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset;
}

.tp-price-detail-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #e2ebf7;
    padding: 10px 11px 10px 13px;
    background: linear-gradient(180deg, #f9fcff 0%, #eef5ff 100%);
    color: var(--tp-blue-dark);
}

.tp-price-detail-heading {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.tp-price-detail-heading strong {
    font-size: 14px;
    font-weight: 900;
}

.tp-price-detail-heading span {
    color: #65758a;
    font-size: 12px;
    font-weight: 700;
}

.tp-price-detail-title button {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
    color: #53677f;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease, transform .16s ease;
}

.tp-price-detail-title :is(button:hover, button:focus-visible) {
    border-color: #c7d8ee;
    background: #fff;
    color: var(--tp-blue-dark);
    outline: 0;
    transform: rotate(90deg);
}

.tp-price-detail-package {
    padding: 7px 10px;
    border-bottom: 1px solid var(--tp-line);
    color: var(--tp-muted);
    font-size: 12px;
    font-weight: 800;
}

.tp-price-detail-card table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
}

.tp-price-detail-card :is(th, td) {
    padding: 9px 13px;
    border-top: 1px solid #edf2f8;
}

.tp-price-detail-card tr:first-child :is(th, td) {
    border-top: 0;
}

.tp-price-detail-card th {
    text-align: left;
    white-space: nowrap;
    color: #27384f;
    font-weight: 800;
}

.tp-price-detail-card td {
    text-align: right;
    color: #f25b00;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
}

.tp-price-detail-note {
    margin: 2px 11px 11px;
    border: 1px solid #e8eef7;
    border-radius: 8px;
    padding: 8px 10px;
    background: #fbfdff;
    color: var(--tp-ink);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.tp-notify-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    margin-top: 0;
    border: 1px solid #cfe0f6;
    border-radius: 12px;
    padding: 10px 11px 10px 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    color: var(--tp-blue-dark);
    line-height: 1.35;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(31, 95, 191, .07);
}

.tp-notify-link::after {
    content: "\203A";
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #fff;
    color: #0f5ed8;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 3px 10px rgba(31, 95, 191, .12);
}

.tp-notify-link:hover, .tp-notify-link:focus-visible {
    border-color: #9dc3f5;
    background: #fff;
    color: #0f5ed8;
    text-decoration: none;
    outline: 0;
}

.tp-calendar-shell > .tp-notify-link, .tp-calendar-shell > .tp-notify-link::after {
    width: auto;
    background: transparent;
    box-shadow: none;
}

.tp-calendar-shell > .tp-notify-link {
    grid-column: 1;
    justify-content: flex-start;
    min-height: 0;
    margin-top: 4px;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.tp-calendar-shell > .tp-notify-link::after {
    height: auto;
    font-size: 18px;
}

.tp-calendar-shell > :is(.tp-notify-link:hover, .tp-notify-link:focus-visible) {
    background: transparent;
    text-decoration: underline;
}

.tp-internal-info {
    grid-column: 1;
    margin-top: 12px;
    border-top: 1px solid #dbe4ef;
    padding-top: 12px;
    color: #ff5a00;
    font-size: 14px;
    line-height: 1.45;
}

.tp-internal-info-row + .tp-internal-info-row {
    margin-top: 6px;
}

.tp-internal-info b {
    color: var(--tp-ink);
}

.tp-internal-info-value {
    color: #ff5a00;
    white-space: pre-line;
}

.tp-internal-info-value a {
    color: #0b45a0;
}

.tp-calendar-internal-sale {
    position: absolute;
    left: 5px;
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 14px;
    border: 1px solid rgba(36, 82, 137, .22);
    border-radius: 4px;
    padding: 0 4px;
    background: #edf5ff;
    color: #245289;
    font-size: 10px;
    font-weight: 800;
    line-height: 12px;
    box-shadow: none;
    pointer-events: none;
}

.tp-calendar-internal-sale.is-guaranteed {
    border-color: rgba(20, 125, 91, .28);
    background: #eaf8f2;
    color: #147d5b;
}

.tp-date-fallback {
    display: none;
    margin-top: 14px;
}

.tp-date-card {
    position: relative;
    min-height: 88px;
    border: 1px solid var(--tp-line);
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.tp-date-card.is-selected {
    border-color: var(--tp-blue);
    box-shadow: 0 0 0 2px rgba(31, 95, 191, .12);
}

.tp-date-card :is(span, strong, small) {
    display: block;
}

.tp-date-card strong {
    color: var(--tp-orange);
}

.tp-review-write-button,
.tp-photo-upload-button,
.tp-ask-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    border: 1px solid #b8cdef;
    border-radius: 999px;
    padding: 8px 14px;
    background: #f8fbff;
    color: var(--tp-blue-dark);
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.tp-review-write-button:hover,
.tp-review-write-button:focus-visible,
.tp-photo-upload-button:hover,
.tp-photo-upload-button:focus-visible,
.tp-ask-link:hover,
.tp-ask-link:focus-visible {
    border-color: #8fb5ea;
    background: #eef5ff;
    color: var(--tp-blue-dark);
    text-decoration: none;
    outline: 0;
}

.tp-upload-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.tp-upload-box,
.tp-ask-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--tp-line);
    border-radius: 8px;
    background: #fbfdff;
}

.tp-upload-box .tp-file-field, .tp-upload-box textarea, .tp-upload-preview, .tp-ask-form textarea, .tp-form-message {
    grid-column: 1 / -1;
}

.tp-upload-box .tp-upload-preview img {
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: 6px;
}

.tp-muted {
    color: var(--tp-muted);
}

.tp-qa-faq h3,
.tp-qa-subhead h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--tp-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.tp-faq-list {
    border-top: 1px solid #dbe4ef;
}

.tp-faq-item {
    border-bottom: 1px solid #dbe4ef;
}

.tp-faq-item > button {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    border: 0;
    padding: 13px 0;
    background: transparent;
    color: #000;
    font: inherit;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.tp-faq-item > button:hover,
.tp-faq-item > button:focus-visible {
    color: var(--tp-blue-dark);
    outline: 0;
}

.tp-faq-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    color: var(--tp-blue);
    transition: transform .16s ease;
}

.tp-faq-caret::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.tp-faq-item > button[aria-expanded="true"] .tp-faq-caret {
    transform: rotate(90deg);
}

.tp-faq-answer {
    padding: 0 0 16px 22px;
}

.tp-action-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2200;
    border-radius: 6px;
    background: #132238;
    color: #fff;
    padding: 9px 12px;
    font-size: 14px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .24);
}

.tp-mobile-hero-deal, .tp-mobile-booking-bar, .tp-mobile-section-links, .tp-mobile-booking-close, .tp-mobile-see-more, .tp-mobile-section-modal {
    display: none;
}

.tp-policy-toggle {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 9px;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.tp-policy-toggle:hover, .tp-policy-toggle:focus-visible {
    color: var(--tp-blue-dark);
    text-decoration: none;
}

.tp-policy-caret {
    display: block;
    width: 8px;
    height: 8px;
    justify-self: end;
    border-right: 2px solid #1d3656;
    border-bottom: 2px solid #1d3656;
    transform: rotate(-45deg);
    transition: transform .16s ease;
}

.tp-policy-toggle[aria-expanded="true"] .tp-policy-caret {
    transform: rotate(45deg);
}

body.tp-mobile-booking-open, body.tp-mobile-section-open {
    overflow: hidden;
}

body.tp-mobile-booking-open::before {
    content: "";
    display: none;
}

@media (min-width: 981px) and (max-width: 1180px) {
    .tp-calendar-shell {
        grid-template-columns: 1fr;
    }

    .tp-calendar-promo-card, .tp-calendar-mobile-detail {
        grid-column: 1;
    }

    .tp-calendar-toolbar {
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .tp-calendar-toolbar::-webkit-scrollbar {
        display: none;
    }

    .tp-calendar-month-tabs {
        overflow-x: auto;
        padding-bottom: 1px;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    .tp-calendar-month-tabs::-webkit-scrollbar {
        display: none;
    }

    .tp-calendar-month-tabs button {
        flex: 0 0 clamp(86px, 10vw, 112px);
        min-width: 0;
        max-width: none;
        scroll-snap-align: start;
    }
}

@media (max-width: 980px) {
    .tp-detail-v2 {
        --tp-section-nav-height: 52px;
    }

    .tp-section-nav {
        gap: 24px;
        min-height: 52px;
        padding: 0 16px;
    }

    .tp-section-nav a {
        min-height: 52px;
        font-size: 14px;
    }

    .tp-layout {
        grid-template-columns: 1fr;
    }

    .tp-booking-sticky {
        position: static;
    }

    .tp-date-picker-popover {
        position: static;
        width: 100%;
        max-width: none;
        margin-top: 10px;
        padding: 18px 14px;
    }

    .tp-date-picker-weekdays, .tp-date-picker-days {
        gap: 5px;
    }

    .tp-date-picker-day, .tp-date-picker-blank {
        width: 100%;
        min-height: 56px;
    }

    .tp-date-picker-months {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tp-map-panel {
        grid-template-columns: 1fr;
    }

    .tp-map-days {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        padding-bottom: 4px;
    }

    .tp-map-day-nav-group {
        flex: 0 0 132px;
    }

    .tp-map-days button {
        flex: none;
    }

    .tp-route-map {
        height: 320px;
    }

    .tp-route-points {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .tp-route-points button {
        flex: 0 0 auto;
    }

    .tp-map-modal {
        padding: 10px;
    }

    .tp-map-modal-panel {
        height: calc(100vh - 20px);
    }

    .tp-map-modal-body {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
    }

    .tp-map-modal-sidebar {
        grid-template-columns: 1fr;
        gap: 10px;
        max-height: 245px;
    }

    .tp-map-days-modal {
        display: flex;
    }

    .tp-route-map-modal-canvas, .tp-map-modal-mapstage {
        min-height: 340px;
    }

    .tp-map-detail-card {
        top: 10px;
        right: 10px;
        left: 10px;
        width: auto;
        padding: 96px 14px 14px;
        transform: none;
    }

    .tp-map-detail-image {
        top: 14px;
        left: 14px;
        width: 64px;
        height: 64px;
    }

    .tp-lightbox-dialog {
        width: calc(100vw - 28px);
        height: calc(100vh - 28px);
    }

    .tp-lightbox-stage {
        padding: 0 58px;
    }

    .tp-calendar-shell {
        grid-template-columns: 1fr;
    }

    .tp-calendar-promo-card {
        grid-column: 1;
    }

    .tp-calendar-toolbar {
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .tp-calendar-toolbar::-webkit-scrollbar {
        display: none;
    }

    .tp-calendar-month-tabs {
        overflow-x: auto;
        padding-bottom: 1px;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    .tp-calendar-month-tabs::-webkit-scrollbar {
        display: none;
    }

    .tp-calendar-month-tabs button {
        flex: 0 0 clamp(86px, 15vw, 112px);
        min-width: 0;
        max-width: none;
        scroll-snap-align: start;
    }

    .tp-calendar-note {
        overflow-wrap: anywhere;
    }

    .tp-calendar-mobile-detail {
        grid-column: 1;
    }

    .tp-product-based-options {
        width: 100%;
    }

    .tp-product-based-main {
        padding: 13px 14px;
    }

    .tp-product-based-extra {
        padding: 0 14px 14px 42px;
    }

    .tp-product-based-extra label, .tp-product-based-people {
        align-items: stretch;
        flex-direction: column;
    }

    .tp-product-based-date-field, .tp-product-based-extra .tp-product-based-date-input, .tp-product-based-extra select {
        width: 100%;
    }

    .tp-product-based-date-row, .tp-product-based-date-field {
        max-width: none;
    }

    .tp-total-breakdown {
        position: static;
        width: 100%;
        margin-top: 12px;
    }

    .tp-total-breakdown-arrow {
        display: none;
    }
}

@media (max-width: 980px) {
    .tp-container {
        display: flex;
        flex-direction: column;
    }

    .tp-layout, .tp-main {
        display: contents;
    }

    .tp-breadcrumb-row {
        order: 0;
    }

    .tp-main > .tp-gallery, .tp-main > .tp-overview-scroll-anchor {
        order: 1;
    }

    .tp-hero {
        order: 2;
    }

    .tp-booking-card {
        display: block;
        order: 3;
    }

    .tp-main > :not(.tp-gallery):not(.tp-overview-scroll-anchor) {
        order: 4;
    }

    .tp-route-preview-card {
        display: none;
    }

    .tp-gallery {
        display: grid;
        grid-template-columns: minmax(154px, .78fr) minmax(0, 1fr);
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 8px;
        height: clamp(230px, calc((100vw - 30px) * .58), 330px);
        margin: 10px 0 16px;
    }

    .tp-gallery-main {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .tp-gallery-card {
        border-radius: 12px;
        box-shadow: 0 8px 18px rgba(16, 24, 40, .12);
    }

    .tp-gallery-side .tp-gallery-card:nth-child(n+3) {
        display: none;
    }

    .tp-gallery-single, .tp-gallery-no-side {
        display: block;
        height: clamp(240px, calc((100vw - 30px) * .64), 340px);
    }

    .tp-gallery-count-0 {
        height: auto;
    }

    .tp-gallery-single .tp-gallery-main,
    .tp-gallery-no-side .tp-gallery-main,
    .tp-gallery-single.tp-gallery-has-video .tp-gallery-main,
    .tp-gallery-no-side.tp-gallery-has-video .tp-gallery-main {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        margin: 0;
    }

    .tp-gallery-empty {
        min-height: 210px;
    }

    .tp-gallery.tp-gallery-count-0 .tp-gallery-empty {
        height: 230px;
    }

    #departure, #departure .tp-rich-text {
        overflow-x: hidden;
    }

    .tp-stop-table {
        overflow-x: visible;
    }

    .tp-stop-table table {
        min-width: 0;
        table-layout: fixed;
    }

    .tp-stop-location {
        width: 128px;
    }

    .tp-stop-address-cell,
    .tp-stop-address-line,
    .tp-stop-address-link,
    .tp-stop-address-text,
    .tp-stop-remark,
    .tp-stop-time {
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .tp-stop-remark {
        border-radius: 10px;
    }

    .tp-stop-time {
        width: auto;
    }
}

@media (max-width: 640px) {
    .tp-detail-v2 {
        --tp-section-nav-height: 48px;
    }

    .tp-title-line {
        display: block;
    }

    .tp-title-actions {
        padding-top: 0;
    }

    .tp-gallery {
        display: grid;
        grid-template-columns: minmax(118px, .72fr) minmax(0, 1fr);
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 8px;
        height: clamp(214px, calc((100vw - 28px) * .66), 276px);
        margin: 10px 0 16px;
        overflow: visible;
    }

    .tp-gallery-main {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .tp-gallery-card {
        border-radius: 12px;
        box-shadow: 0 8px 18px rgba(16, 24, 40, .12);
    }

    .tp-gallery-side .tp-gallery-card:nth-child(n+3) {
        display: none;
    }

    .tp-gallery-side .tp-gallery-card:only-child {
        grid-row: 1 / 3;
    }

    .tp-gallery-single, .tp-gallery-no-side {
        display: block;
        height: clamp(240px, calc((100vw - 28px) * .74), 330px);
    }

    .tp-gallery-count-0 {
        height: auto;
    }

    .tp-gallery-single .tp-gallery-main,
    .tp-gallery-no-side .tp-gallery-main,
    .tp-gallery-single.tp-gallery-has-video .tp-gallery-main,
    .tp-gallery-no-side.tp-gallery-has-video .tp-gallery-main {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        margin: 0;
    }

    .tp-gallery.tp-gallery-count-0 .tp-gallery-empty {
        height: 220px;
        min-height: 200px;
    }

    .tp-gallery-card-video > video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tp-gallery-card:hover :is(img, video) {
        transform: none;
    }

    .tp-gallery-preview-toggle {
        width: 54px;
        height: 54px;
    }

    .tp-gallery-expand {
        right: 9px;
        bottom: 9px;
        width: 36px;
        height: 36px;
        opacity: .95;
        transform: none;
    }

    .tp-gallery-view-all {
        display: none;
    }

    .tp-gallery-mobile-view-all {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 5;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        border: 0;
        border-radius: 6px;
        background: rgba(0, 0, 0, .62);
        color: #fff;
        padding: 7px 9px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        box-shadow: 0 6px 16px rgba(0, 0, 0, .24);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .tp-gallery-card-video.is-preview-playing .tp-gallery-preview-toggle,
    .tp-gallery-card-video.is-preview-playing:hover .tp-gallery-preview-toggle,
    .tp-gallery-card-video.is-preview-playing:focus-within .tp-gallery-preview-toggle {
        opacity: 0;
        pointer-events: none;
    }

    .tp-lightbox {
        padding: 0;
        background: #050505;
    }

    .tp-lightbox-dialog {
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        background: #050505;
        color: #fff;
        border-radius: 0;
        box-shadow: none;
        grid-template-rows: 58px minmax(0, 1fr) 84px;
        grid-template-rows: 58px minmax(0, 1fr) calc(84px + env(safe-area-inset-bottom));
    }

    .tp-lightbox-count, .tp-lightbox-close {
        display: flex;
        align-items: center;
        color: #fff;
    }

    .tp-lightbox-count {
        min-height: 58px;
        padding: 0;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
    }

    .tp-lightbox-close {
        left: 14px;
        top: 7px;
        right: auto;
        width: 44px;
        height: 44px;
        justify-content: flex-start;
        font-size: 34px;
    }

    .tp-lightbox-close-x {
        display: none;
    }

    .tp-lightbox-close-back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin-left: -5px;
        line-height: 1;
    }

    .tp-lightbox-stage {
        display: grid;
        place-items: center;
        width: 100%;
        min-width: 0;
        min-height: 0;
        padding: 6px 12px 10px;
        background: #050505;
        touch-action: pan-y;
    }

    .tp-lightbox-nav {
        display: none;
    }

    .tp-lightbox-image, .tp-lightbox-video-card {
        height: auto;
        max-height: calc(100vh - 158px);
        max-height: calc(100dvh - 158px - env(safe-area-inset-bottom));
    }

    .tp-lightbox-image {
        display: block;
        width: auto;
        max-width: calc(100vw - 24px);
        object-fit: contain;
        border-radius: 0;
        box-shadow: none;
        background: #050505;
    }

    .tp-lightbox-video-card {
        width: min(calc(100vw - 32px), calc((100vh - 172px) * .5625));
        width: min(calc(100vw - 32px), calc((100dvh - 172px - env(safe-area-inset-bottom)) * .5625));
        max-width: calc(100vw - 32px);
        aspect-ratio: 9 / 16;
        border-radius: 12px;
        box-shadow: 0 12px 38px rgba(0, 0, 0, .46);
    }

    .tp-lightbox.is-playing .tp-lightbox-play,
    .tp-lightbox.is-playing .tp-lightbox-stage:hover .tp-lightbox-play,
    .tp-lightbox.is-playing .tp-lightbox-stage:focus-within .tp-lightbox-play {
        opacity: 0;
        pointer-events: none;
    }

    .tp-lightbox-volume {
        right: 10px;
        bottom: 10px;
        width: 34px;
        height: 34px;
    }

    .tp-lightbox-volume-svg {
        width: 19px;
        height: 19px;
    }

    .tp-lightbox-caption {
        display: none;
    }

    .tp-lightbox-thumbs {
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        background: #050505;
        padding: 8px 14px calc(12px + env(safe-area-inset-bottom));
        scroll-padding-inline: 14px;
    }

    .tp-lightbox-thumb {
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
        border-radius: 6px;
        background: #111;
        border-color: transparent;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
    }

    .tp-lightbox-thumb.is-active {
        border-color: #ff5a1f;
    }

    .tp-detail-v2 {
        font-size: 15px;
    }

    .tp-option-panel, .tp-section {
        margin-top: 14px;
        padding: 16px 13px;
    }

    .tp-option-panel {
        padding: 0;
    }

    .tp-option-panel .tp-section-head {
        padding: 18px 16px 12px;
    }

    .tp-booking-mode {
        margin: 12px 16px 2px;
    }

    .tp-package-date-message {
        margin: 10px 16px 0;
    }

    .tp-section-head h2 {
        font-size: 20px;
    }

    #itinerary .tp-section-head {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .tp-itinerary-toggle-all {
        font-size: 14px;
    }

    .tp-option-grid, .tp-overview-tags, .tp-package-grid, .tp-date-list, .tp-upload-box, .tp-ask-form {
        grid-template-columns: 1fr;
    }

    .tp-option-grid {
        padding: 0 16px 4px;
    }

    .tp-form-section {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 18px 0;
    }

    .tp-form-section-title {
        grid-column: 1;
        justify-content: flex-start;
        padding-right: 0;
        text-align: left;
        font-size: 17px;
    }

    .tp-room-count-row,
    .tp-room-summary,
    .tp-room-list,
    .tp-option-control,
    .tp-room-picker > input,
    .tp-people-grid,
    .tp-people-picker > small,
    .tp-people-child-ages,
    .tp-choice,
    .tp-choice-list,
    .tp-listbox,
    .tp-option-appendix,
    .tp-option-grid > label.tp-field > select,
    .tp-option-grid > label.tp-field > .tp-option-details,
    .tp-hotel-extension > :not(.tp-option-title):not(.tp-hotel-room-modal) {
        grid-column: 1;
    }

    .tp-room-row-header {
        display: none;
    }

    .tp-room-row {
        gap: 8px;
        padding: 11px 0;
    }

    .tp-room-row strong, .tp-room-row label, .tp-room-row small, .tp-child-age-grid {
        grid-column: 1 / -1;
    }

    .tp-room-row > label > span, .tp-room-row > small {
        display: block;
    }

    .tp-room-row > .tp-share-room-choice {
        display: inline-flex;
        align-self: start;
        min-height: 34px;
        padding-top: 3px;
    }

    .tp-room-stepper {
        grid-template-columns: 34px 42px 34px;
    }

    .tp-room-stepper button, .tp-room-stepper [data-room-count-display] {
        height: 34px;
    }

    .tp-booking-summary-bar {
        align-items: stretch;
        flex-direction: column;
        padding: 16px;
    }

    .tp-booking-summary-bar .tp-booking-actions {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
    }

    .tp-booking-summary-bar .tp-btn {
        flex: 0 0 auto;
        min-width: 0;
        min-height: 48px;
        border-radius: 12px;
    }

    .tp-choice {
        padding: 13px 14px;
    }

    .tp-hotel-extension > .tp-option-title {
        align-items: flex-start;
        flex-direction: column;
        font-size: 17px;
    }

    .tp-hotel-panel {
        padding-left: 0;
    }

    .tp-hotel-dates, .tp-hotel-inline-field, .tp-hotel-modal-hotel, .tp-hotel-rate-row {
        grid-template-columns: 1fr;
    }

    .tp-hotel-date-popover {
        left: 0;
        width: min(320px, calc(100vw - 48px));
    }

    .tp-hotel-dates label::after {
        top: auto;
        bottom: 13px;
        transform: none;
    }

    .tp-hotel-dates label::before {
        content: none;
    }

    .tp-package-card {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .tp-package-price {
        grid-column: 2;
        justify-items: start;
    }

    .tp-stop-table {
        overflow-x: visible;
        border: 0;
        background: transparent;
        margin-top: 12px;
    }

    .tp-stop-table :is(table, thead, tbody, tr, th, td) {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .tp-stop-table tbody {
        counter-reset: tp-stop-card;
    }

    .tp-stop-table thead {
        display: none;
    }

    .tp-stop-table tr {
        counter-increment: tp-stop-card;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 12px;
        padding: 14px;
        border: 1px solid #dce7f3;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(20, 47, 80, 0.05);
    }

    .tp-stop-table tr:last-child {
        margin-bottom: 0;
    }

    .tp-stop-table td {
        border-bottom: 0;
        padding: 0;
        font-size: 14px;
        white-space: normal;
    }

    .tp-stop-table td[data-label]::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.25;
        color: #607088;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .tp-stop-location {
        display: block;
        grid-column: 1 / -1;
        width: auto;
        border-bottom: 1px solid #e8eef6;
        padding-bottom: 12px !important;
        color: #071f3a;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.28;
    }

    .tp-stop-table .tp-stop-location[data-label]::before {
        content: "Stop " counter(tp-stop-card);
        display: inline-flex;
        align-items: center;
        width: auto;
        height: 22px;
        margin: 0 0 7px;
        border-radius: 999px;
        padding: 0 9px;
        background: #eef5ff;
        color: #195aa9;
        font-size: 11px;
        font-weight: 800;
        line-height: 22px;
        text-transform: uppercase;
        box-shadow: none;
    }

    .tp-stop-address-cell {
        grid-column: 1 / -1;
        padding-top: 0 !important;
    }

    .tp-stop-address-link,
    .tp-stop-address-text {
        position: relative;
        display: grid;
        grid-template-columns: 18px minmax(0, 1fr);
        align-items: start;
        gap: 8px;
        min-width: 0;
        max-width: 100%;
        border: 1px solid #e0e9f5;
        border-radius: 10px;
        padding: 10px 12px;
        background: #f8fbff;
        line-height: 1.45;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .tp-stop-address-link::before,
    .tp-stop-address-text::before {
        display: none;
    }

    .tp-stop-address-link {
        color: #115cbd;
        text-decoration: none;
    }

    .tp-stop-address-text {
        color: #233852;
    }

    :is(.tp-stop-address-link, .tp-stop-address-text) > span {
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    :is(.tp-stop-address-link, .tp-stop-address-text) > :is(.tp-stop-location-icon, .tp-stop-bus-icon) {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin-top: 2px;
        color: #1f6fe5;
        line-height: 18px;
    }

    .tp-stop-bus-icon {
        display: inline-flex;
    }

    .tp-stop-remark {
        margin-top: 8px;
        border: 0;
        border-left: 3px solid #f59e0b;
        border-radius: 8px;
        padding: 8px 10px;
        background: #fff8ed;
        font-size: 13px;
    }

    .tp-stop-time {
        display: grid;
        gap: 5px;
        width: auto;
        border: 1px solid #edf2f7;
        border-radius: 12px;
        padding: 10px 12px !important;
        background: #f9fbfe;
        text-align: left;
        white-space: normal;
    }

    .tp-stop-time[data-label]::before {
        margin-bottom: 0;
        color: #5e7088;
        font-size: 11px;
    }

    .tp-stop-time-value {
        justify-content: flex-start;
        min-height: 0;
        border-radius: 0;
        padding: 0;
        background: transparent;
        color: #071f3a;
        font-size: 17px;
        line-height: 1.2;
    }

    .tp-stop-time-value.is-no-stop {
        color: #9a4a00;
    }

    .tp-stop-return-note,
    .tp-stop-notes {
        margin: 10px 0 12px;
        border: 1px solid #dce8f5;
        border-radius: 10px;
        background: #f8fbff;
        color: #314760;
        font-size: 13px;
        line-height: 1.45;
    }

    .tp-stop-return-note {
        padding: 9px 10px;
    }

    .tp-stop-notes {
        padding: 10px 12px;
    }

    .tp-stop-note-list {
        padding-left: 0;
    }

    .tp-stop-note-list li {
        padding-left: 21px;
    }

    .tp-stop-note-list li::before {
        left: 2px;
        width: 6px;
        height: 6px;
    }

    .tp-fee-card-list, .tp-fee-card {
        grid-template-columns: 1fr;
    }

    .tp-calendar-day strong {
        font-size: 11px;
    }

    .tp-calendar-mobile-detail .tp-price-detail-card {
        border-radius: 6px;
    }

    .tp-price-detail-popover {
        display: none;
    }

    .tp-day-info-line {
        grid-template-columns: 1fr;
        gap: 1px;
        font-size: 14px;
    }

    .tp-itinerary-day.is-expanded .tp-day-quickfacts, .tp-itinerary-day:not(.is-expanded) .tp-day-quickfacts {
        padding: 9px 10px;
    }

    .tp-itinerary-day.is-expanded .tp-day-info-line, .tp-itinerary-day:not(.is-expanded) .tp-day-info-line {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 8px;
        font-size: 14px;
        line-height: 1.45;
    }

    .tp-meal-item {
        grid-template-columns: max-content minmax(0, 1fr);
    }

    .tp-meal-list {
        gap: 5px 0;
    }

    .tp-meal-item {
        padding-right: 10px;
    }

    .tp-meal-item + .tp-meal-item {
        padding-left: 10px;
    }

    .tp-meal-separator {
        margin: 0 6px;
    }

    .tp-room-row, .tp-room-row.has-share-room {
        grid-template-columns: 1fr 1fr;
    }

    .tp-room-row strong, .tp-room-row small, .tp-room-row > .tp-share-room-choice {
        grid-column: 1 / -1;
    }

    .tp-people-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .tp-child-age-grid {
        grid-template-columns: 1fr;
    }

    .tp-people-type-card {
        grid-template-columns: minmax(0, 1fr) 76px;
        gap: 8px;
        min-height: 54px;
        padding: 9px 10px;
    }

    .tp-people-type-copy strong {
        font-size: 13px;
    }

    .tp-people-type-copy small {
        font-size: 11px;
    }

    .tp-itinerary-timeline {
        padding-left: 34px;
        gap: 12px;
    }

    .tp-itinerary-timeline::before {
        left: 11px;
    }

    .tp-timeline-marker {
        left: -34px;
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    :is(.tp-place-attraction, .tp-place-activity) .tp-timeline-marker {
        left: -30px;
        width: 20px;
        height: 20px;
        font-size: 11px;
    }

    .tp-place-attraction::before, .tp-place-activity::before {
        left: -33px;
        top: 24px;
        width: 14px;
    }

    .tp-timeline-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
        padding: 12px;
    }

    .tp-place-no-image .tp-timeline-content {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp-timeline-content img {
        width: 100%;
        height: 170px;
    }

    .tp-place-attraction, .tp-place-activity {
        margin-left: 10px;
    }

    .tp-timeline-main h3 {
        font-size: 16px;
    }

    .tp-place-heading {
        gap: 6px;
    }

    .tp-place-meta {
        margin-left: 24px;
    }

    .tp-place-desc {
        font-size: 15px;
        line-height: 1.5;
    }

    .tp-place-detailbar {
        padding: 7px 8px;
        font-size: 13px;
    }

    .tp-review-pagination, .tp-qa-pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .tp-review-range, .tp-qa-range {
        line-height: 1.45;
        margin-left: 0;
    }

    .tp-review-pagination,
    .tp-qa-pagination {
        width: 100%;
        gap: 10px;
        margin-top: 18px;
        border: 1px solid #dce8f5;
        border-radius: 14px;
        padding: 12px;
        background: #f8fbff;
    }

    .tp-review-pagination-list, .tp-qa-pages {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
        width: 100%;
    }

    .tp-review-page-numbers,
    .tp-qa-page-numbers {
        grid-column: 1 / -1;
        order: -1;
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 8px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-padding-inline: 2px;
    }

    .tp-review-page-numbers::-webkit-scrollbar, .tp-qa-page-numbers::-webkit-scrollbar {
        display: none;
    }

    .tp-review-pagination-list button,
    .tp-review-page-numbers span,
    .tp-qa-pages button,
    .tp-qa-page-numbers span {
        flex: 0 0 auto;
        min-width: 38px;
        min-height: 38px;
        padding: 0 12px;
        font-size: 14px;
        font-weight: 700;
    }

    :is(.tp-review-pagination-list, .tp-qa-pages) button.is-nav {
        width: 100%;
        min-height: 44px;
        border-radius: 10px;
        font-size: 15px;
        background: #fff;
        box-shadow: 0 5px 14px rgba(18, 60, 112, .08);
    }

    :is(.tp-review-pagination-list, .tp-qa-pages) button.is-nav:disabled {
        border-color: #e2e8f0;
        background: #eef3f8;
        color: #9aa8b8;
        box-shadow: none;
    }

    .tp-review-page-numbers button.is-current,
    .tp-review-page-numbers button[aria-current="page"],
    .tp-qa-page-numbers button.is-current,
    .tp-qa-page-numbers button[aria-current="page"] {
        border-color: #0f5ed8;
        background: #0f5ed8;
        color: #fff;
        box-shadow: 0 6px 16px rgba(15, 94, 216, .26);
    }

    .tp-review-page-numbers button.is-current:hover,
    .tp-review-page-numbers button.is-current:focus-visible,
    .tp-review-page-numbers button[aria-current="page"]:hover,
    .tp-review-page-numbers button[aria-current="page"]:focus-visible,
    .tp-qa-page-numbers button.is-current:hover,
    .tp-qa-page-numbers button.is-current:focus-visible,
    .tp-qa-page-numbers button[aria-current="page"]:hover,
    .tp-qa-page-numbers button[aria-current="page"]:focus-visible {
        border-color: #0b51bd;
        background: #0b51bd;
        color: #fff;
    }

    .tp-review-page-numbers button.is-current:disabled,
    .tp-review-page-numbers button[aria-current="page"]:disabled,
    .tp-qa-page-numbers button.is-current:disabled,
    .tp-qa-page-numbers button[aria-current="page"]:disabled {
        border-color: #0f5ed8;
        background: #0f5ed8;
        color: #fff;
        opacity: 1;
    }

    .tp-review-range, .tp-qa-range {
        width: 100%;
        color: #52677f;
        font-size: 13px;
        font-weight: 600;
    }

    .tp-review-range strong, .tp-qa-range strong {
        color: #071a31;
    }
}

@media (max-width: 640px) {
    html, body, .tp-package-detail-page, .tp-detail-v2 {
        max-width: 100%;
        overflow-x: hidden;
    }

    .tp-detail-v2 {
        --tp-mobile-booking-bar-height: 88px;
        --tp-mobile-section-menu-height: 0px;
        --tp-package-sticker-height: 0px;
        background: #f2f6fb;
    }

    .tp-package-sticker,
    .tp-section-nav-book {
        display: none !important;
    }

    .tp-detail-v2.has-package-sticker-visible .tp-section-nav {
        top: 0;
    }

    .tp-container {
        display: flex;
        flex-direction: column;
        padding: 0 10px calc(var(--tp-mobile-booking-bar-height, 88px) + env(safe-area-inset-bottom));
    }

    .tp-package-detail-page .footer-wrapper, .tp-package-detail-page .container.foot.widget, body:has(.tp-detail-v2) .footer-wrapper, body:has(.tp-detail-v2) .container.foot.widget {
        display: none !important;
    }

    .tp-overview-tag-section {
        overflow: hidden;
    }

    .tp-overview-tags {
        display: flex;
        margin: 0;
        padding: 0 2px 4px;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        cursor: grab;
        scroll-snap-type: x proximity;
        scroll-padding-inline: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tp-overview-tag-group {
        flex: 0 0 auto;
        max-width: min(68vw, 240px);
        min-width: 156px;
        scroll-snap-align: start;
    }

    .tp-overview-tag-list {
        overflow: visible;
    }

    .tp-overview-tag-item {
        white-space: nowrap;
    }

    .tp-layout, .tp-main {
        display: contents;
    }

    .tp-main > .tp-gallery, .tp-main > .tp-overview-scroll-anchor {
        order: 1;
    }

    .tp-hero {
        order: 2;
    }

    .tp-main > :not(.tp-gallery):not(.tp-overview-scroll-anchor) {
        order: 3;
    }

    .tp-breadcrumb-row, .tp-breadcrumb {
        display: none;
    }

    .tp-hero {
        padding: 0;
    }

    .tp-hero-copy {
        border: 1px solid #dfe8f4;
        border-radius: 14px;
        padding: 12px 13px;
        background: #fff;
        box-shadow: 0 8px 18px rgba(18, 37, 63, .06);
    }

    .tp-hero h1 {
        margin-bottom: 9px;
        color: #071a31;
        font-size: 20px;
        line-height: 1.2;
    }

    .tp-mobile-title-review {
        display: block;
        margin: -2px 0 12px;
        color: #40516a;
    }

    .tp-mobile-title-review-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 30px;
    }

    .tp-mobile-title-review-score {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 5px;
        line-height: 1;
        min-width: 0;
        white-space: nowrap;
    }

    .tp-mobile-title-review-stars {
        color: #ff8a00;
        font-size: 13px;
        white-space: nowrap;
    }

    .tp-mobile-title-review-stars .fa {
        margin-right: 1px;
    }

    .tp-mobile-title-review-score strong {
        color: #000;
        font-size: 13px;
        font-weight: 900;
    }

    .tp-mobile-title-review-score a {
        color: #0d5bd7;
        font-size: 13px;
        font-weight: 900;
        text-decoration: none;
    }

    .tp-mobile-title-review-quote {
        margin-top: 7px;
        border: 1px solid #e3ebf5;
        border-radius: 8px;
        padding: 9px 11px;
        background: #f8fbff;
        color: #465873;
        font-size: 12px;
        line-height: 1.45;
    }

    .tp-mobile-title-review-quote blockquote {
        display: -webkit-box;
        margin: 0;
        border: 0;
        padding: 0;
        overflow: hidden;
        background: transparent;
        color: #40516a;
        font-size: 12px;
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .tp-mobile-title-review-quote p {
        margin: 6px 0 0;
        color: #718096;
        font-size: 11px;
        line-height: 1.3;
    }

    .tp-mobile-title-review-quote a {
        display: inline-flex;
        align-items: center;
        margin-top: 5px;
        color: #125fc5;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.25;
        text-decoration: none;
    }

    .tp-meta-row {
        gap: 8px;
    }

    .tp-meta-divider {
        display: none;
    }

    .tp-meta-item:not(.tp-meta-reviews):not(.tp-meta-photos) {
        min-height: 28px;
        border: 1px solid #e1e9f3;
        border-radius: 6px;
        padding: 4px 7px;
        background: #f8fbff;
        color: #21374f;
        font-size: 12px;
        line-height: 1.25;
    }

    .tp-title-actions {
        width: auto;
        justify-content: flex-end;
        gap: 8px;
        margin: 0;
    }

    .tp-action-btn,
    .tp-wishlist-action a,
    .tp-compare-control {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #65758b;
        box-shadow: none;
    }

    .tp-compare-control {
        width: auto;
        max-width: 92px;
        gap: 4px;
        padding: 0 4px;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
    }

    .tp-compare-control span {
        display: inline-block;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tp-compare-control {
        display: none;
    }

    #compare_tours_banner {
        display: none !important;
        position: fixed !important;
        left: 10px !important;
        right: calc(10px + var(--tp-scrollbar-gutter, 0px)) !important;
        bottom: calc(var(--tp-mobile-booking-bar-height, 88px) + 10px + env(safe-area-inset-bottom)) !important;
        z-index: 2600 !important;
        box-sizing: border-box;
        max-width: calc(100vw - 20px - var(--tp-scrollbar-gutter, 0px));
    }

    .tp-mobile-hero-deal {
        display: grid;
        gap: 7px;
        margin-top: 10px;
        border-top: 1px solid #e6edf6;
        padding-top: 10px;
    }

    .tp-mobile-hero-price-line {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 6px;
        color: #666;
        font-size: 13px;
        line-height: 1.2;
    }

    .tp-mobile-currency-trigger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 0;
        padding: 0;
        background: transparent;
        color: #b84f00;
        font-size: 18px;
        line-height: 1;
    }

    .tp-mobile-currency-trigger img{
        width: 24px;
        margin-top: -10px;
    }

    .tp-mobile-hero-price-line strong {
        color: var(--tp-orange);
        font-size: 24px;
        line-height: 1;
    }

    .tp-mobile-hero-price-from {
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }

    .tp-mobile-hero-price-from .tp-price-info-tooltip {
        color: #8a97aa;
        font-size: 12px;
        line-height: 1;
    }

    .tp-mobile-hero-adjustment {
        display: inline-flex;
        align-items: baseline;
        gap: 5px;
        color: var(--tp-orange);
        font-size: 13px;
        font-weight: 800;
    }

    .tp-mobile-hero-adjustment del {
        color: #5d6878;
        font-weight: 600;
    }

    .tp-mobile-hero-adjustment em {
        font-style: normal;
    }

    body.tp-package-detail-page .ivy-modal.bottomsheet {
        z-index: 3000 !important;
    }

    body.tp-package-detail-page .ivy-modal.bottomsheet .modal-dialog {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        margin: 0;
    }

    #product_switch_currency_mb {
        text-align: center;
    }

    #product_switch_currency_mb ul {
        margin: 0;
        padding: 12px 0 18px;
        list-style: none;
    }

    #product_switch_currency_mb li {
        line-height: 34px;
    }

    #product_switch_currency_mb li a {
        display: block;
        padding: 0 20px;
        color: #333;
        font-size: 17px;
        line-height: 34px;
        text-decoration: none;
    }

    .tp-mobile-hero-promos {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .tp-mobile-hero-offer {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #000;
        font-size: 13px;
        line-height: 1.3;
    }

    .tp-mobile-hero-offer span:last-child {
        font-weight: 800;
    }

    .tp-mobile-hero-cta, .tp-booking-card {
        display: none;
    }

    .tp-section, .tp-option-panel, .tp-package-strip {
        scroll-margin-top: calc(var(--tp-section-nav-height) + 12px);
    }

    .tp-section-nav {
        display: flex;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        min-height: 48px;
        padding: 0 10px;
        background: rgba(255, 255, 255, .98);
        border-bottom: 1px solid #dfe7f1;
        box-shadow: 0 5px 16px rgba(18, 37, 63, .08);
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-padding: 10px;
        scroll-snap-type: x proximity;
    }

    .tp-section-nav.is-visible, .tp-detail-v2.has-section-nav-visible .tp-section-nav {
        opacity: 1 !important;
        pointer-events: auto;
        transform: translate3d(0, 0, 0) !important;
    }

    .tp-section-nav a {
        min-height: 48px;
        padding: 0 13px 2px;
        color: #666;
        font-size: 13px;
        font-weight: 800;
        scroll-snap-align: start;
    }

    .tp-section-nav a[href="#dates"],
    .tp-main > #policies,
    .tp-main > #dates,
    .tp-main > #reviews,
    .tp-main > #photos,
    .tp-main > #qa,
    .tp-mobile-section-links,
    .tp-mobile-section-links-primary,
    .tp-mobile-section-links-primary::-webkit-scrollbar {
        display: none;
    }

    .tp-internal-info,
    .tp-calendar-internal-sale {
        display: none !important;
    }

    .tp-mobile-section-links-secondary {
        display: grid;
        overflow: hidden;
        margin: 14px 0 0;
        border: 1px solid #dfe7f1;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(18, 37, 63, .06);
    }

    .tp-mobile-section-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 52px;
        border: 0;
        border-bottom: 1px solid #e7eef7;
        border-radius: 0;
        padding: 0 14px;
        background: #fff;
        color: #0e1f35;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.2;
        text-decoration: none;
        box-shadow: none;
    }

    .tp-mobile-section-links a:last-child {
        border-bottom: 0;
    }

    .tp-mobile-section-links i {
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #1d3656;
        border-right: 2px solid #1d3656;
        transform: rotate(45deg);
    }

    .tp-mobile-booking-bar {
        position: fixed;
        --tp-mobile-booking-bar-height: 88px;
        --tp-mobile-booking-orange: #ff6a00;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2400;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(148px, .85fr);
        gap: 10px;
        align-items: center;
        max-width: 100vw;
        min-height: var(--tp-mobile-booking-bar-height);
        overflow: hidden;
        border-top: 1px solid #d8e3f0;
        padding: 10px calc(13px + var(--tp-scrollbar-gutter, 0px)) calc(10px + env(safe-area-inset-bottom)) 13px;
        background: #fff;
        box-shadow: 0 -10px 30px rgba(18, 37, 63, .14);
        transition: transform .18s ease;
    }

    .tp-mobile-booking-price {
        display: grid;
        gap: 2px;
        min-width: 0;
        color: #5f6c7c;
        font-size: 12px;
        line-height: 1.1;
    }

    .tp-mobile-booking-price-row {
        display: flex;
        align-items: baseline;
        gap: 8px;
        min-width: 0;
    }

    .tp-mobile-booking-price strong {
        flex: 0 1 auto;
        min-width: 0;
        overflow: hidden;
        color: var(--tp-orange, var(--tp-mobile-booking-orange, #ff6a00));
        font-size: 22px;
        line-height: 1.05;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tp-mobile-booking-price strong .currency_type {
        color: var(--tp-orange, var(--tp-mobile-booking-orange, #ff6a00)) !important;
    }

    .tp-mobile-price-detail-link {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
        min-height: 24px;
        border: 0;
        border-radius: 0;
        padding: 0;
        background: transparent;
        color: #0d5bd7;
        font-size: 12px;
        font-weight: 900;
        line-height: 1.2;
        cursor: pointer;
    }

    .tp-mobile-price-detail-link::after {
        content: "\f107";
        display: inline-block;
        margin-left: 5px;
        font-family: "fontello";
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: inherit;
    }

    .tp-mobile-price-detail-link.is-active {
        color: #0a4fbf;
    }

    .tp-mobile-price-detail-link.is-active::after {
        content: "\f106";
    }

    .tp-mobile-booking-price small {
        overflow: hidden;
        color: #2a3e58;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tp-mobile-booking-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        appearance: none;
        -webkit-appearance: none;
        min-height: 48px;
        border: 0;
        border-radius: 8px;
        padding: 0 12px;
        background: var(--tp-mobile-booking-orange, #ff6a00);
        color: #fff;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.2;
        cursor: pointer;
        box-shadow: 0 10px 20px rgba(255, 106, 0, .24);
    }

    .tp-mobile-booking-cta:disabled {
        background: #aeb8c5;
        box-shadow: none;
        color: #fff;
        cursor: default;
    }

    body.tp-mobile-booking-open::before {
        position: fixed;
        inset: 0;
        z-index: 1230;
        display: block;
        background: rgba(5, 16, 31, .42);
    }

    body.tp-mobile-booking-open .tp-mobile-booking-bar {
        transform: translateY(115%);
    }

    body.tp-mobile-booking-open .tp-mobile-section-links-primary,
    body.tp-mobile-section-open .tp-mobile-booking-bar,
    body.tp-mobile-section-open .tp-mobile-section-links-primary {
        transform: translateY(150%);
        pointer-events: none;
    }

    .tp-mobile-section-modal:not([hidden]) {
        position: fixed;
        inset: 0;
        z-index: 2600;
        display: block;
        background: #fff;
    }

    .tp-mobile-section-modal [hidden] {
        display: none !important;
    }

    .tp-mobile-section-view {
        display: grid;
        grid-template-rows: auto minmax(0, 1fr);
        width: 100%;
        height: 100%;
        height: 100dvh;
        background: #fff;
        color: #000;
    }

    .tp-mobile-section-header,
    .tp-mobile-subpage-header,
    .tp-detail-v2 .tp-mobile-subpage-header,
    .tp-hotel-room-modal.is-compact-hotel-room .tp-mobile-subpage-header {
        position: relative;
        top: auto;
        z-index: 2;
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr) 56px;
        align-items: center;
        justify-content: stretch;
        box-sizing: border-box;
        height: calc(54px + env(safe-area-inset-top));
        min-height: calc(54px + env(safe-area-inset-top));
        border-bottom: 1px solid #dfe7f1;
        padding: env(safe-area-inset-top) 0 0;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 4px 14px rgba(18, 37, 63, .08);
    }

    .tp-mobile-section-back,
    .tp-mobile-subpage-back,
    .tp-detail-v2 .tp-mobile-subpage-back,
    .tp-hotel-room-modal.is-compact-hotel-room .tp-mobile-subpage-back {
        position: static;
        display: inline-grid;
        place-items: center;
        align-self: stretch;
        justify-self: start;
        width: 56px;
        height: 54px;
        border: 0;
        padding: 0;
        background: transparent;
        color: #071a31;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
    }

    .tp-mobile-section-back::before,
    .tp-mobile-subpage-back::before,
    .tp-detail-v2 .tp-mobile-subpage-back::before,
    .tp-hotel-room-modal.is-compact-hotel-room .tp-mobile-subpage-back::before {
        content: none;
    }

    .tp-mobile-section-back span,
    .tp-mobile-subpage-back span,
    .tp-detail-v2 .tp-mobile-subpage-back span,
    .tp-hotel-room-modal.is-compact-hotel-room .tp-mobile-subpage-back span {
        display: block;
        width: 13px;
        height: 13px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
    }

    .tp-mobile-section-header h2,
    .tp-mobile-subpage-title,
    .tp-detail-v2 .tp-mobile-subpage-title,
    .tp-hotel-room-modal.is-compact-hotel-room .tp-mobile-subpage-title {
        grid-column: 2;
        align-self: center;
        overflow: hidden;
        margin: 0;
        color: #071a31;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tp-mobile-section-body {
        overflow: auto;
        min-height: 0;
        padding: 0 12px calc(22px + env(safe-area-inset-bottom));
        background: #f2f6fb;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .tp-mobile-section-body > :is(.tp-section, .tp-option-panel) {
        width: 100%;
        margin: 12px 0 0;
        border: 0;
        border-radius: 0;
        padding: 16px 0 22px;
        background: transparent;
        box-shadow: none;
    }

    .tp-mobile-section-body > :is(.tp-section, .tp-option-panel) > .tp-section-head {
        margin: 0 0 12px;
        border-bottom: 1px solid #d8e2ee;
        padding: 0 0 12px;
    }

    .tp-mobile-section-body > .tp-section > .tp-section-head, .tp-mobile-section-body > .tp-section > .tp-section-head h2, .tp-mobile-section-body > .tp-option-panel > .tp-section-head h2 {
        display: none;
    }

    .tp-mobile-section-body .tp-policy-toggle {
        grid-template-columns: 24px minmax(0, 1fr) 14px;
        cursor: pointer;
    }

    .tp-mobile-section-body :is(.tp-policy-toggle:hover, .tp-policy-toggle:focus-visible) {
        color: #0e1f35;
    }

    .tp-mobile-section-body .tp-policy-caret {
        display: block;
    }

    .tp-mobile-section-modal #qa .tp-qa-faq {
        margin-top: 0;
    }

    .tp-mobile-section-modal #qa .tp-qa-faq h3,
    .tp-mobile-section-modal #qa .tp-qa-subhead h3 {
        margin-bottom: 14px;
        font-size: 19px;
    }

    .tp-mobile-section-modal #qa .tp-faq-list {
        display: grid;
        gap: 10px;
        border-top: 0;
    }

    .tp-mobile-section-modal #qa .tp-faq-item {
        overflow: hidden;
        border: 1px solid #dce8f7;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 3px 10px rgba(18, 37, 63, .04);
    }

    .tp-mobile-section-modal #qa .tp-faq-item > button {
        display: flex;
        align-items: center;
        gap: 18px;
        min-height: 58px;
        padding: 13px 16px 13px 22px;
        font-size: 16px;
        font-weight: 700;
    }

    .tp-mobile-section-modal #qa .tp-faq-item > button > span:last-child {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        align-self: center;
    }

    .tp-mobile-section-modal #qa .tp-faq-caret {
        flex: 0 0 28px;
        align-self: center;
        width: 28px;
        height: 28px;
        border: 1px solid #cfe0f6;
        border-radius: 999px;
        background: #f5f9ff;
        color: var(--tp-blue);
        transform: none;
    }

    .tp-mobile-section-modal #qa .tp-faq-caret::before {
        width: 7px;
        height: 7px;
        border: 0;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-45deg);
        transition: transform .16s ease;
    }

    .tp-mobile-section-modal #qa .tp-faq-item > button[aria-expanded="true"] .tp-faq-caret {
        transform: none;
    }

    .tp-mobile-section-modal #qa .tp-faq-item > button[aria-expanded="true"] .tp-faq-caret::before {
        transform: rotate(45deg);
    }

    .tp-mobile-section-modal #qa .tp-faq-answer {
        margin: -2px 14px 14px;
        border-top: 1px solid #e8eff8;
        padding: 12px 2px 2px;
        color: #263c57;
        font-size: 15px;
        line-height: 1.55;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2700;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        width: 100%;
        max-width: 100vw;
        max-height: min(88vh, 720px);
        max-height: min(88dvh, 720px);
        margin: 0;
        border: 0;
        border-radius: 18px 18px 0 0;
        padding: 0 0 calc(12px + env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: 0 -18px 46px rgba(8, 26, 54, .24);
        overscroll-behavior: contain;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) *, .tp-option-panel[data-booking-options]:not([hidden]) *::before, .tp-option-panel[data-booking-options]:not([hidden]) *::after {
        box-sizing: border-box;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-section-head {
        position: sticky;
        top: 0;
        z-index: 2;
        justify-content: center;
        min-height: 58px;
        border-bottom: 1px solid #e2eaf4;
        padding: 16px 56px 13px;
        background: #fff;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-section-head::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 50%;
        width: 36px;
        height: 4px;
        border-radius: 999px;
        background: #c8d2df;
        transform: translateX(-50%);
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-section-head h2 {
        margin: 0;
        font-size: 18px;
        text-align: center;
    }

    .tp-mobile-booking-close {
        position: absolute;
        left: 8px;
        top: 8px;
        display: inline-grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 50%;
        background: transparent;
        color: #1d2c40;
        font-size: 32px;
        line-height: 1;
        cursor: pointer;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-form, .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar {
        min-width: 0;
        max-width: 100%;
        overflow-x: hidden;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-form {
        padding-bottom: 0;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar {
        position: sticky;
        bottom: calc(-12px - env(safe-area-inset-bottom));
        z-index: 2;
        width: 100%;
        border-radius: 14px 14px 0 0;
        box-shadow: 0 -8px 22px rgba(18, 37, 63, .08);
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar .tp-price-box {
        min-width: 0;
        max-width: 100%;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar .tp-booking-actions,
    .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar :is(.tp-btn, .tp-btn-primary) {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar .tp-booking-actions {
        display: flex;
        align-items: stretch;
        gap: 10px;
        max-width: none;
    }

    .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar :is(.tp-btn, .tp-btn-primary) {
        min-height: 48px;
        border-radius: 12px;
        padding-right: 10px;
        padding-left: 10px;
        white-space: nowrap;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-mobile-section-body {
        padding-bottom: calc(22px + env(safe-area-inset-bottom));
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-mobile-section-body > #dates {
        display: block;
        margin-top: 0;
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-note {
        margin: 0 0 10px;
        color: #51627a;
        font-size: 12px;
        line-height: 1.35;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-shell {
        display: block;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-toolbar {
        gap: 4px;
        margin: 0 -2px 10px;
        border: 0;
        border-radius: 0;
        padding: 0;
        background: transparent;
        scroll-padding-inline: 40px;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-toolbar > button {
        flex: 0 0 38px;
        width: 38px;
        height: 42px;
        border: 0;
        border-radius: 999px;
        background: transparent;
        color: #46627f;
        font-size: 27px;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-toolbar > button:not(:disabled):active {
        background: #edf5ff;
        color: #0d5bd7;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-month-tabs {
        gap: 8px;
        overflow-x: auto;
        padding: 2px 2px 7px;
        scroll-padding-inline: 16px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-month-tabs::-webkit-scrollbar {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-month-tabs button {
        flex: 0 0 auto;
        min-width: 92px;
        min-height: 38px;
        border: 0;
        border-radius: 999px;
        padding: 0 14px;
        background: #fff;
        color: #41546e;
        font-size: 14px;
        font-weight: 800;
        box-shadow: 0 5px 14px rgba(16, 52, 90, .06);
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-month-tabs button.is-active {
        background: #0f5ed8;
        color: #fff;
        box-shadow: 0 8px 18px rgba(15, 94, 216, .22);
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-grid {
        border: 1px solid #dfe8f4;
        border-radius: 16px;
        padding: 12px 8px 13px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(18, 54, 94, .06);
        touch-action: pan-y;
    }

    .tp-mobile-section-modal.is-booking-date-section :is(.tp-calendar-weekdays, .tp-calendar-days) {
        gap: 7px 2px;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-weekdays {
        margin-bottom: 10px;
        color: #071f3a;
        font-size: 12px;
        font-weight: 900;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day {
        position: relative;
        min-height: 50px;
        border-radius: 12px;
        padding: 5px 2px 4px;
        color: #071f3a;
    }

    .tp-mobile-section-modal.is-booking-date-section :is(.tp-calendar-day.tp-inventory-low_stock, .tp-calendar-day.tp-inventory-sold_out) {
        min-height: 58px;
        padding-top: 5px;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day span {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day strong {
        margin-top: 2px;
        color: #f05f00;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.15;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day .tp-calendar-inventory-badge {
        right: 4px;
        top: 4px;
        width: 8px;
        height: 8px;
        min-width: 0;
        max-width: none;
        min-height: 0;
        padding: 0;
        border: 0;
        font-size: 0;
        line-height: 1;
        transform: none;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day .tp-calendar-inventory-badge.is-count {
        width: 16px;
        height: 16px;
        font-size: 9px;
        line-height: 16px;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day.is-flash-sale strong {
        color: #e12424;
    }

    .tp-mobile-section-modal.is-booking-date-section :is(.tp-calendar-day.tp-inventory-sold_out, .tp-calendar-day.tp-status-sold_out) strong {
        color: #8f9baa;
        font-weight: 500;
        text-decoration: none;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day:disabled :is(span, strong) {
        color: #b7c0cc;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day.is-today::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 4px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #0f5ed8;
        transform: translateX(-50%);
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-day.is-selected {
        border-color: #0f5ed8;
        background: #edf5ff;
        box-shadow: inset 0 0 0 1px #0f5ed8;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-mobile-detail {
        margin: 12px 0;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-selection-summary {
        display: none !important;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-selected-card {
        border-radius: 16px;
        padding: 13px 14px;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-promo-card {
        margin-top: 12px;
    }

    .tp-mobile-section-modal.is-booking-date-section .tp-calendar-promo-content {
        border-radius: 16px;
    }

    .tp-mobile-section-modal.is-booking-date-section :is(.tp-notify-link, .tp-date-fallback) {
        display: none;
    }

    .tp-mobile-section-body > .tp-option-panel[data-booking-options]:not([hidden]) {
        position: static;
        overflow: visible;
        width: 100%;
        max-width: none;
        max-height: none;
        margin: 0;
        border-radius: 0;
        padding: 14px 0 0;
        background: transparent;
        box-shadow: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-section-body {
        padding-bottom: calc(118px + env(safe-area-inset-bottom));
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-section-body > .tp-option-panel > .tp-section-head {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-option-grid {
        gap: 10px;
        padding: 0 14px 8px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-options-overview {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        margin: 0 14px 14px;
        border: 1px solid #dbe7f4;
        border-radius: 18px;
        padding: 14px 14px 13px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(18, 37, 63, .05);
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-options-overview-copy {
        display: grid;
        gap: 4px;
        min-width: 0;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-options-overview-copy span {
        color: #69788b;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-options-overview-copy strong {
        color: #071f3a;
        font-size: 19px;
        font-weight: 900;
        line-height: 1.22;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-options-overview button {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        border: 0;
        border-radius: 999px;
        padding: 0 12px;
        background: #eef5ff;
        color: #0d5bd7;
        font-size: 13px;
        font-weight: 900;
        white-space: nowrap;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-form-section {
        gap: 8px;
        overflow: visible;
        width: 100%;
        min-width: 0;
        border: 1px solid #dbe7f4 !important;
        border-radius: 17px;
        padding: 13px 14px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(18, 37, 63, .045);
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card] {
        position: relative;
        transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-collapsed {
        background: #fff;
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-expanded {
        border-color: #b7cff0 !important;
        background: #fbfdff;
        box-shadow: 0 12px 28px rgba(17, 55, 100, .075);
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-form-section-title {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px;
        font-size: 17px;
        line-height: 1.24;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-option-title-row {
        width: 100%;
        border-bottom: 1px solid #edf2f8;
        padding-bottom: 9px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-station-map-trigger {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-option-card-toggle {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        width: 100%;
        min-height: 36px;
        border: 0;
        border-top: 1px solid #edf2f8;
        border-radius: 0;
        padding: 10px 0 0;
        background: transparent;
        color: #0b2038;
        text-align: left;
        cursor: pointer;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-listbox-field .tp-mobile-option-card-toggle {
        border-top: none;
        padding: 0px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-option-card-summary {
        overflow: hidden;
        color: #475c77;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.28;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-option-card-edit {
        display: inline-flex;
        align-items: center;
        gap: 0;
        min-width: 22px;
        justify-content: flex-end;
        color: #0d5bd7;
        font-size: 13px;
        font-weight: 900;
        line-height: 1;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-mobile-option-card-edit::after {
        content: "";
        width: 27px;
        height: 18px;
        border: 0;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230d5bd7' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
        transform: none;
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-expanded .tp-mobile-option-card-edit {
        display: inline-grid;
        place-items: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #eef5ff;
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-expanded .tp-mobile-option-card-summary,
    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-expanded .tp-mobile-option-card-edit span {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-expanded .tp-mobile-option-card-edit::after {
        transform: rotate(-90deg);
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-expanded .tp-mobile-option-card-toggle {
        position: absolute;
        top: 12px;
        right: 14px;
        display: block;
        width: 28px;
        height: 28px;
        min-height: 0;
        border-top: 0;
        padding: 0;
        margin: 0;
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-expanded > :is(.tp-mobile-option-card-title, .tp-option-title-row) {
        padding-right: 40px;
    }

    .tp-mobile-section-modal.is-booking-options-section [data-mobile-option-card].is-mobile-collapsed > :not(.tp-mobile-option-card-title):not(.tp-mobile-option-card-toggle):not(input[type="hidden"]) {
        display: none !important;
    }

    .tp-mobile-section-modal.is-booking-options-section :is(.tp-option-control, .tp-room-control, .tp-people-control, .tp-listbox-control, .tp-product-based-options) {
        width: 100%;
        max-width: none;
    }

    .tp-mobile-section-modal.is-booking-options-section :is(.tp-room-control, .tp-people-control) {
        border-color: #e2ecf7;
        border-radius: 14px;
        background: #fbfdff;
    }

    .tp-mobile-section-modal.is-booking-options-section {
        --tp-included-check-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked:disabled),
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed:has(input:checked) {
        border-color: #cfe0f6;
        border-radius: 14px;
        background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
        box-shadow: inset 3px 0 0 #0d5bd7;
        cursor: default;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked) {
        border-color: #1d6fe8;
        background: #f3f8ff;
        box-shadow: inset 3px 0 0 #0d5bd7, 0 10px 22px rgba(17, 55, 100, .08);
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-choice:has(input:checked):not(.is-required-fixed) {
        border-color: #1d6fe8;
        background: #f3f8ff;
        box-shadow: inset 3px 0 0 #0d5bd7, 0 10px 22px rgba(17, 55, 100, .08);
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-choice:has(input:checked):not(.is-required-fixed) input[type="checkbox"] {
        border-color: #0d5bd7;
        background-color: #0d5bd7;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked:disabled) .tp-product-based-main,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed:has(input:checked) {
        display: grid;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        min-height: 0;
        padding: 14px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked:disabled) .tp-product-based-checkbox-ui {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked:disabled) .tp-product-based-main::before,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed::before {
        content: "";
        display: inline-grid;
        place-items: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #0d5bd7 var(--tp-included-check-icon) center / 16px 16px no-repeat;
        box-shadow: 0 6px 14px rgba(13, 91, 215, .24);
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked:disabled) .tp-product-based-name,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed strong {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 7px;
        color: #10243d;
        font-size: 15px;
        line-height: 1.28;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked:disabled) .tp-product-based-copy,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed > span {
        display: grid;
        gap: 8px;
        min-width: 0;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked:disabled) .tp-product-based-name::after,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed strong::after {
        content: "Included";
        display: inline-flex;
        align-items: center;
        min-height: 18px;
        border-radius: 999px;
        padding: 0 7px;
        background: #eef5ff;
        color: #0d5bd7;
        font-size: 11px;
        font-weight: 900;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-product-based-card:has(.tp-product-based-checkbox-control:checked:disabled) .tp-product-based-price,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed .tp-option-description,
    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed small {
        color: #263a55;
        font-size: 13px;
        line-height: 1.42;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-choice.is-required-fixed input[type="checkbox"] {
        position: absolute;
        width: 1px !important;
        height: 1px !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        opacity: 0 !important;
        pointer-events: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-listbox-button,
    .tp-mobile-section-modal.is-booking-options-section .tp-option-appendix,
    .tp-mobile-section-modal.is-booking-options-section .tp-option-grid > label.tp-field > select {
        background-color: #fff;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-listbox-menu {
        position: static;
        display: grid;
        max-height: min(320px, 48vh);
        overflow-y: auto;
        margin-top: 8px;
        border-color: #d8e4f2;
        border-radius: 12px;
        box-shadow: 0 10px 22px rgba(17, 55, 100, .08);
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-listbox-item {
        grid-template-columns: 22px minmax(0, 1fr);
        column-gap: 10px;
        row-gap: 4px;
        align-items: center;
        min-height: 48px;
        padding: 12px 14px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-listbox-item::before {
        content: "";
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 18px;
        height: 18px;
        border: 2px solid #aab8c8;
        border-radius: 50%;
        background: #fff;
        box-sizing: border-box;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-listbox-item.is-selected::before {
        border-color: #0d5bd7;
        box-shadow: inset 0 0 0 4px #fff;
        background: #0d5bd7;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-listbox-item strong, .tp-mobile-section-modal.is-booking-options-section .tp-listbox-item .tp-option-description {
        grid-column: 2;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-more {
        display: contents;
        position: static;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-more button {
        flex: 0 0 auto;
        width: 18px;
        height: 18px;
        border: 1px solid currentColor;
        margin-left: 0;
        color: #111827;
        background: transparent;
        font-size: 11px;
        box-shadow: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-extension > .tp-option-title {
        justify-content: flex-start;
        gap: 4px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-more-popover {
        position: static;
        display: none;
        flex: 0 0 100%;
        width: 100%;
        max-width: none;
        margin-top: 2px;
        border: 0;
        border-radius: 0;
        padding: 0;
        background: transparent;
        color: #223753;
        box-shadow: none;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.38;
        transform: none;
        opacity: 1;
        pointer-events: auto;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-more.is-open .tp-hotel-more-popover {
        display: block;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-toggle {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 10px 14px;
        align-items: center;
        min-height: 56px;
        margin: 0;
        border: 1px solid #dce8f5;
        border-radius: 12px;
        padding: 11px 12px;
        background: #fff;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-toggle > span {
        min-width: 0;
        font-size: 15px;
        line-height: 1.25;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-panel {
        gap: 12px;
        width: 100%;
        max-width: none;
        margin: 4px 0 10px;
        border-color: #dce8f5;
        border-radius: 14px;
        padding: 14px;
        background: #f8fbff;
        box-shadow: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-dates,
    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-dates label,
    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-inline-field {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-dates {
        gap: 10px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-dates label, .tp-mobile-section-modal.is-booking-options-section .tp-hotel-inline-field {
        gap: 6px;
        min-width: 0;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-dates span,
    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-inline-field > span {
        color: #0d2138;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.25;
    }

    .tp-mobile-section-modal.is-booking-options-section :is(.tp-hotel-dates input, .tp-hotel-inline-field select) {
        width: 100%;
        min-width: 0;
        background-color: #fff;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-inline-field select {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-inline-field.is-locked :is(.tp-hotel-select-choice-list, .tp-hotel-selectbox) {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-date-input {
        padding-right: 44px !important;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-dates label::after {
        right: 14px;
        top: auto;
        bottom: 9px;
        z-index: 1;
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 50%;
        background: #eef5ff;
        color: #0d5bd7;
        font-size: 17px;
        line-height: 30px;
        text-align: center;
        transform: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-date-input[data-hotel-fixed-date] {
        background: #f3f6fb !important;
        background-color: #f3f6fb !important;
        color: #6b7a90;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-dates label:has(.tp-hotel-date-input[data-hotel-fixed-date])::after {
        background: #e8eef6;
        color: #8fa0b5;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-hotel-dates label::before {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 6;
        display: grid;
        grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
        gap: 14px;
        align-items: stretch;
        width: 100%;
        margin: 0;
        border-top: 1px solid #dbe6f2;
        border-radius: 18px 18px 0 0;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 -12px 30px rgba(18, 37, 63, .16);
        backdrop-filter: blur(16px);
    }

    body.tp-mobile-total-breakdown-open .tp-mobile-section-modal.is-booking-options-section::after,
    body.tp-mobile-price-detail-open .tp-mobile-section-modal.is-booking-date-section::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 7;
        background: rgba(8, 18, 32, .42);
        pointer-events: none;
    }

    body.tp-mobile-total-breakdown-open .tp-mobile-section-modal.is-booking-options-section .tp-option-panel[data-booking-options]:not([hidden]) .tp-booking-summary-bar {
        z-index: 9;
    }

    body.tp-mobile-price-detail-open .tp-mobile-booking-bar {
        z-index: 2706;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-box {
        position: static;
        gap: 3px;
        min-width: 0;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-box > span {
        color: #69788b;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 1.1;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-total-row {
        align-items: center;
        flex-wrap: wrap;
        gap: 3px 8px;
        min-width: 0;
        min-height: 32px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-box strong {
        overflow: visible;
        color: var(--tp-orange, #ff6a00);
        font-size: clamp(21px, 5.6vw, 25px);
        line-height: 1;
        white-space: nowrap;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-box [data-booking-total],
    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-box [data-booking-total] .currency_type {
        color: var(--tp-orange, #ff6a00) !important;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-box small {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-label small {
        display: inline;
        color: #69788b;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.1;
        text-transform: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-detail-trigger {
        flex: 0 0 auto;
        appearance: none;
        -webkit-appearance: none;
        min-height: 0;
        border: 0;
        border-radius: 0;
        padding: 0;
        background: transparent;
        color: #111827;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2;
        box-shadow: none;
        cursor: pointer;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-detail-trigger::after {
        content: "\f107";
        display: inline-block;
        margin-left: 5px;
        font-family: "fontello";
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: inherit;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-detail-trigger[aria-expanded="true"]::after {
        content: "\f106";
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-detail-trigger:focus-visible {
        outline: 2px solid rgba(15, 91, 213, .28);
        outline-offset: 4px;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-price-box.is-calculating .tp-price-total-row::after {
        flex: 0 0 auto;
        width: 16px;
        height: 16px;
        border-color: rgba(16, 96, 216, .18);
        border-top-color: #1060d8;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-total-breakdown {
        display: none !important;
    }

    .tp-mobile-total-breakdown-sheet,
    .tp-mobile-price-detail-sheet {
        position: fixed;
        right: 0;
        bottom: calc(86px + env(safe-area-inset-bottom));
        left: 0;
        z-index: 20;
        width: auto;
        max-height: min(66vh, 560px);
        margin: 0;
        overflow: auto;
        overscroll-behavior: contain;
    }

    .tp-mobile-total-breakdown-sheet[hidden], .tp-mobile-price-detail-sheet[hidden] {
        display: none !important;
    }

    :is(.tp-mobile-total-breakdown-sheet, .tp-mobile-price-detail-sheet) .tp-total-breakdown-card {
        gap: 14px;
        border: 0;
        border-radius: 20px 20px 0 0;
        padding: 18px 18px 20px;
        background: #fff;
        box-shadow: 0 -18px 42px rgba(15, 35, 55, .22);
    }

    .tp-mobile-total-breakdown-sheet .tp-total-breakdown-card {
        min-height: 220px;
    }

    .tp-mobile-price-detail-sheet .tp-total-breakdown-card {
        min-height: 180px;
    }

    :is(.tp-mobile-total-breakdown-sheet, .tp-mobile-price-detail-sheet) .tp-total-breakdown-head {
        position: sticky;
        top: -18px;
        z-index: 1;
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        align-items: center;
        min-height: 44px;
        margin: -18px -18px 0;
        border-bottom: 1px solid #eef2f7;
        padding: 8px 8px 7px;
        background: #fff;
    }

    :is(.tp-mobile-total-breakdown-sheet, .tp-mobile-price-detail-sheet) .tp-total-breakdown-head strong {
        grid-column: 2;
        color: #071a31;
        font-size: 18px !important;
        font-weight: 900;
        line-height: 1.2 !important;
        text-align: center;
    }

    :is(.tp-mobile-total-breakdown-sheet, .tp-mobile-price-detail-sheet) .tp-total-breakdown-head button {
        display: inline-grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border: 0;
        padding: 0;
        background: transparent;
        color: #526071;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
    }

    :is(.tp-mobile-total-breakdown-sheet, .tp-mobile-price-detail-sheet) .tp-total-breakdown-row {
        border-radius: 12px;
        padding: 13px 14px;
        background: #f6f8fb;
        font-size: 15px;
    }

    :is(.tp-mobile-total-breakdown-sheet, .tp-mobile-price-detail-sheet) .tp-total-breakdown-row small{
        color: #41516a !important;
    }

    .tp-mobile-total-breakdown-sheet .tp-total-breakdown-section {
        margin: 0;
        border-top: 0;
        padding: 4px 0 0;
        color: #526071;
    }

    .tp-mobile-price-detail-sheet .tp-total-breakdown-note {
        border-radius: 12px;
        padding: 13px 14px;
        background: #f6f8fb;
        color: #526071;
    }

    .tp-mobile-total-breakdown-sheet .tp-total-breakdown-row.is-total {
        border-top: 0;
        background: #f6f8fb;
    }

    .tp-mobile-price-detail-sheet .tp-total-breakdown-row.is-total {
        background: #f6f8fb;
    }

    :is(.tp-mobile-total-breakdown-sheet, .tp-mobile-price-detail-sheet) .tp-total-breakdown-arrow {
        display: none;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-booking-actions,
    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar [data-add-to-cart] {
        display: flex;
        width: 100%;
        min-width: 0;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar .tp-booking-actions {
        align-items: stretch;
        justify-self: stretch;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar [data-add-to-cart] {
        align-items: center;
        justify-content: center;
        min-height: 52px;
        border: 0;
        border-radius: 12px;
        padding: 0 16px;
        background: var(--tp-mobile-booking-orange, #ff6a00);
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        box-shadow: 0 12px 26px rgba(255, 106, 0, .28);
        opacity: 1;
        transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar [data-add-to-cart]:active {
        transform: translateY(1px) scale(.99);
        box-shadow: 0 8px 18px rgba(255, 102, 0, .24);
    }

    .tp-mobile-section-modal.is-booking-options-section .tp-booking-summary-bar [data-add-to-cart]:disabled {
        background: #e4ebf3;
        color: #8a98aa;
        box-shadow: none;
        opacity: 1;
    }

    .tp-option-grid > label.tp-field > select,
    .tp-option-grid input,
    .tp-option-grid select,
    .tp-option-grid textarea,
    .tp-listbox-button,
    .tp-choice,
    .tp-room-stepper button,
    .tp-room-stepper [data-room-count-display] {
        min-height: 44px;
    }

    .tp-calendar-toolbar {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .tp-calendar-toolbar::-webkit-scrollbar {
        display: none;
    }

    .tp-calendar-month-tabs {
        overflow-x: auto;
        padding-bottom: 1px;
        scrollbar-width: none;
    }

    .tp-calendar-month-tabs::-webkit-scrollbar {
        display: none;
    }

    .tp-calendar-month-tabs button {
        flex: 0 0 112px;
    }

    .tp-calendar-day {
        min-height: 58px;
        padding: 5px 3px;
    }

    .tp-calendar-day span {
        font-size: 13px;
    }

    .tp-calendar-day small {
        font-size: 10px;
        line-height: 1.15;
    }

    body.tp-map-modal-open {
        overflow: hidden;
    }

    body.tp-map-modal-open :is(.tp-mobile-booking-bar, .tp-mobile-section-links-primary) {
        transform: translateY(150%);
        pointer-events: none;
    }

    .tp-map-modal {
        z-index: 2600;
        align-items: stretch;
        justify-content: stretch;
        padding: 0;
        background: #fff;
    }

    .tp-map-modal-panel {
        display: grid;
        grid-template-rows: auto minmax(0, 1fr);
        width: 100%;
        height: 100%;
        height: 100dvh;
        border-radius: 0;
        box-shadow: none;
    }

    .tp-map-modal-head {
        position: relative;
        z-index: 3;
        grid-template-columns: 56px minmax(0, 1fr) 56px;
        min-height: calc(54px + env(safe-area-inset-top));
        border-bottom: 1px solid #dfe7f1;
        padding: env(safe-area-inset-top) 0 0;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 4px 14px rgba(18, 37, 63, .08);
    }

    .tp-map-modal-head button {
        display: inline-grid;
        place-items: center;
        width: 56px;
        height: 54px;
        border-radius: 0;
        background: transparent;
        color: #071a31;
        font-size: 0;
    }

    .tp-map-modal-head button::before {
        content: "";
        width: 13px;
        height: 13px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
    }

    .tp-map-modal-head h2 {
        overflow: hidden;
        color: #071a31;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tp-map-modal-body {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(280px, 1fr) minmax(118px, 32vh);
        gap: 0;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        background: #eef4fb;
    }

    .tp-map-modal-sidebar {
        display: contents;
    }

    .tp-map-days-modal {
        grid-row: 1;
        display: flex;
        align-items: center;
        gap: 0;
        width: 100%;
        min-height: 50px;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        border-bottom: 1px solid #e0e8f2;
        padding: 0 12px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 5px 14px rgba(18, 37, 63, .07);
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tp-map-days-modal::-webkit-scrollbar {
        display: none;
    }

    .tp-map-days-modal :is(.tp-map-day-nav-group, .tp-map-option-list) {
        display: contents;
    }

    .tp-map-days-modal > button,
    .tp-map-days-modal .tp-map-day-nav-group > button,
    .tp-map-days-modal .tp-map-option-button {
        position: relative;
        flex: 1 0 54px;
        min-width: 54px;
        min-height: 50px;
        border: 0;
        border-bottom: 3px solid transparent;
        border-radius: 0;
        padding: 0 4px;
        background: transparent;
        color: #000;
        font-size: 15px;
        font-weight: 800;
        line-height: 1;
        box-shadow: none;
        cursor: pointer;
    }

    .tp-map-days-modal > button[data-map-day="all"] {
        flex-basis: 92px;
        min-width: 92px;
    }

    .tp-map-days-modal span {
        display: none;
    }

    .tp-map-days-modal button::after {
        content: attr(data-map-mobile-label);
        display: block;
        white-space: nowrap;
    }

    .tp-map-days-modal :is(button.is-active, button.is-parent-active) {
        border-bottom-color: #1f6fe5;
        background: transparent;
        color: #0c5ed7;
    }

    .tp-map-days-modal button.is-active::before {
        display: none;
    }

    .tp-map-modal-mapstage {
        grid-row: 2;
        min-height: 0;
        background: #dfe8f2;
    }

    .tp-route-map-modal-canvas {
        height: 100%;
        min-height: 0;
    }

    .tp-map-modal-points {
        grid-row: 3;
        max-height: none;
        min-height: 0;
        overflow: auto;
        border-top: 1px solid #dfe7f1;
        padding: 12px 14px calc(16px + env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: 0 -12px 28px rgba(18, 37, 63, .12);
        -webkit-overflow-scrolling: touch;
    }

    .tp-map-modal-points .tp-map-point-list-title {
        margin-bottom: 8px;
    }

    .tp-map-modal-points .tp-map-day-summary-list {
        gap: 8px;
        padding: 0;
    }

    .tp-map-modal-points .tp-map-day-summary-list::before, .tp-map-modal-points .tp-map-timeline-list::before {
        display: none;
    }

    .tp-map-modal-points .tp-map-day-summary-list button, .tp-map-modal-points .tp-map-timeline-item {
        min-height: 44px;
        border: 1px solid #e1eaf5;
        border-radius: 12px;
        padding: 10px 12px;
        background: #f8fbff;
    }

    .tp-map-modal-points :is(.tp-map-summary-icon, .tp-map-day-title-icon, .tp-map-timeline-icon) {
        display: inline-flex;
    }

    .tp-map-modal-points .tp-map-timeline-list {
        gap: 8px;
        padding: 0 0 0 40px;
    }

    .tp-map-modal-points .tp-map-timeline-child {
        width: calc(100% - 10px);
        margin-left: 10px;
    }

    .tp-map-modal-points .tp-map-day-summary-list button, .tp-map-modal-points .tp-map-timeline-item {
        padding-left: 42px;
    }

    .tp-map-modal-points .tp-map-summary-icon {
        left: 12px;
        top: 12px;
    }

    .tp-map-modal-points .tp-map-timeline-icon {
        left: -34px;
        top: 10px;
    }

    .tp-map-modal-points .tp-map-timeline-child .tp-map-timeline-icon {
        left: -30px;
    }

    .tp-map-detail-card {
        --tp-map-detail-mobile-height: min(42vh, 340px);
        top: 58px;
        right: auto;
        left: 50%;
        width: min(360px, calc(100% - 32px));
        max-height: var(--tp-map-detail-mobile-height);
        overflow: visible;
        padding: 88px 14px 14px;
        transform: translateX(-50%);
    }

    .tp-map-detail-card::after {
        bottom: -12px;
        border-width: 13px 12px 0;
        border-color: rgba(8, 24, 44, .9) transparent transparent;
        filter: drop-shadow(0 6px 5px rgba(0, 0, 0, .2));
    }

    .tp-map-detail-content {
        max-height: calc(var(--tp-map-detail-mobile-height) - 112px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tp-map-detail-desc {
        max-height: none;
    }

    .tp-map-detail-image {
        top: 14px;
        left: 14px;
        width: 62px;
        height: 62px;
    }

    .tp-itinerary-day {
        overflow: hidden;
        margin-bottom: 10px;
        border: 1px solid #dfe8f4;
        border-radius: 10px;
        background: #fff;
    }

    .tp-itinerary-option-group-head {
        margin: 10px 0 8px;
        border: 1px solid #dfe8f4;
        border-radius: 10px;
        padding: 11px 12px;
        background: #f8fbff;
    }

    .tp-itinerary-option-group-head strong {
        font-size: 15px;
    }

    .tp-itinerary-option-day {
        margin-left: 0;
        border-left: 3px solid #d8e8fb;
    }

    .tp-itinerary-day:last-of-type {
        margin-bottom: 0;
        border-bottom: 1px solid #dfe8f4;
    }

    .tp-itinerary-day:not(.is-expanded) {
        padding: 0;
    }

    .tp-day-title, .tp-itinerary-day:not(.is-expanded) .tp-day-title {
        min-height: 52px;
        padding: 12px 12px 10px;
    }

    .tp-day-title-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .tp-day-title-toggle {
        margin-left: auto;
    }

    .tp-day-body, .tp-itinerary-day:not(.is-expanded) .tp-day-body {
        padding: 0 12px 12px;
    }

    .tp-itinerary-day.is-expanded .tp-day-quickfacts, .tp-itinerary-day:not(.is-expanded) .tp-day-quickfacts {
        margin: 0 0 12px;
        border-left-color: #bed5f0;
        background: #f8fbff;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-toggle-all :is([data-action='collapse-all-days'], [data-action='expand-all-days']) {
        display: none;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day:not(.tp-itinerary-one-day) .tp-day-detail-content, .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-bottom-details {
        display: none !important;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-day-title,
    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day:not(.is-expanded) .tp-day-title {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 22px;
        align-items: center;
        gap: 8px;
        min-height: 0;
        padding: 13px 12px 12px;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-day-title-content {
        gap: 8px;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-day-title-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
        min-width: 0;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-day-title-main strong {
        display: inline-flex;
        justify-self: start;
        min-width: 0;
        font-size: 13px;
        line-height: 1.1;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-day-title-main em {
        display: block;
        min-width: 0;
        color: #000;
        font-size: 16px;
        line-height: 1.28;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-day-title-toggle {
        position: relative;
        display: inline-grid;
        place-items: center;
        width: 22px;
        height: 22px;
        margin: auto 0 auto auto;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #24486f;
        transform: none;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-day-body, .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day:not(.is-expanded) .tp-day-body {
        padding: 0 12px 12px;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day.is-expanded .tp-day-quickfacts,
    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day:not(.is-expanded) .tp-day-quickfacts {
        gap: 7px;
        margin: 0;
        border-color: #dce8f5;
        border-left: 3px solid #b8d5f5;
        border-radius: 8px;
        padding: 10px 11px;
        background: #f8fbff;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day.is-expanded .tp-day-info-line,
    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day:not(.is-expanded) .tp-day-info-line {
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 8px;
        font-size: 14px;
        line-height: 1.38;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day.is-expanded .tp-day-info-line + .tp-day-info-line,
    .tp-detail-v2 .tp-main > #itinerary .tp-itinerary-day:not(.is-expanded) .tp-day-info-line + .tp-day-info-line {
        padding-top: 7px;
    }

    .tp-detail-v2 .tp-main > #itinerary .tp-day-title-toggle::after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateX(-1px) rotate(-45deg);
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-mobile-section-body {
        padding-top: 0;
        scroll-padding-top: 62px;
    }

    .tp-mobile-itinerary-tabs {
        position: sticky;
        top: 0;
        z-index: 4;
        display: flex;
        gap: 0;
        overflow-x: auto;
        min-height: 50px;
        margin: 0 -12px 12px;
        border-bottom: 1px solid #dfe7f1;
        padding: 0 12px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 5px 14px rgba(18, 37, 63, .07);
        scrollbar-width: none;
    }

    .tp-mobile-itinerary-tabs::-webkit-scrollbar {
        display: none;
    }

    .tp-mobile-itinerary-tab {
        flex: 1 0 54px;
        min-width: 54px;
        min-height: 50px;
        border: 0;
        border-bottom: 3px solid transparent;
        background: transparent;
        color: #000;
        font-size: 15px;
        font-weight: 800;
        line-height: 1;
        cursor: pointer;
    }

    .tp-mobile-itinerary-tab.is-active, .tp-mobile-itinerary-tab[aria-selected='true'] {
        border-bottom-color: #1f6fe5;
        color: #0c5ed7;
    }

    .tp-mobile-itinerary-options {
        position: sticky;
        top: 50px;
        z-index: 3;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        min-height: 48px;
        margin: -12px -12px 12px;
        border-bottom: 1px solid #dfe7f1;
        padding: 8px 12px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 6px 14px rgba(18, 37, 63, .06);
        scrollbar-width: none;
    }

    .tp-mobile-itinerary-options[hidden], .tp-mobile-itinerary-options::-webkit-scrollbar {
        display: none;
    }

    .tp-mobile-itinerary-option {
        flex: 1 0 96px;
        min-height: 34px;
        border: 1px solid #cfe0f5;
        border-radius: 9px;
        padding: 0 14px;
        background: #f8fbff;
        color: #31506f;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        box-shadow: 0 4px 12px rgba(18, 37, 63, .05);
    }

    .tp-mobile-itinerary-option.is-active, .tp-mobile-itinerary-option[aria-selected='true'] {
        border-color: #1f6fe5;
        background: #1f6fe5;
        color: #fff;
        box-shadow: 0 6px 16px rgba(31, 111, 229, .16);
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-mobile-section-body > #itinerary {
        margin-top: 0;
        padding-top: 0;
    }

    .tp-mobile-section-modal.is-itinerary-section #itinerary > .tp-section-head {
        display: none;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-feature-card {
        margin: 0 0 12px;
        border-color: #dfe8f4;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 4px 14px rgba(18, 37, 63, .05);
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-feature-card h3 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-day {
        overflow: visible;
        margin: 0 0 12px;
        border: 1px solid #dfe8f4;
        border-radius: 10px;
        background: #fff;
        transition: box-shadow .18s ease, border-color .18s ease;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-day.is-mobile-focus {
        border-color: #8bb9f2;
        box-shadow: 0 0 0 3px rgba(31, 111, 229, .13);
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        border-bottom: 1px solid #edf2f8;
        padding: 12px 12px 9px;
        cursor: default;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-main {
        display: grid;
        gap: 4px;
        min-width: 0;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-content {
        gap: 9px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-summary-chips {
        gap: 7px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-summary-chip {
        min-height: 26px;
        border-radius: 7px;
        padding: 5px 9px;
        font-size: 12px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-details {
        gap: 10px;
        padding-top: 0;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-detail-section {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-detail-section + .tp-day-title-detail-section {
        padding-top: 10px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-detail-list {
        gap: 7px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-detail-row {
        grid-template-columns: minmax(74px, max-content) minmax(0, 1fr);
        gap: 9px;
        font-size: 13px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-main strong {
        display: inline-flex;
        justify-self: start;
        min-width: 0;
        color: #0d5ecf;
        font-size: 13px;
        line-height: 1.1;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-main em {
        display: block;
        min-width: 0;
        color: #000;
        font-size: 17px;
        line-height: 1.28;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-title-toggle {
        display: none;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-body {
        padding: 12px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-day.is-expanded .tp-day-quickfacts,
    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-day:not(.is-expanded) .tp-day-quickfacts {
        gap: 7px;
        margin: 0 0 14px;
        border: 1px solid #dfe8f4;
        border-left: 3px solid #b8d5f5;
        border-radius: 8px;
        padding: 10px 11px;
        background: #f8fbff;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-day.is-expanded .tp-day-info-line,
    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-day:not(.is-expanded) .tp-day-info-line {
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 8px;
        font-size: 14px;
        line-height: 1.4;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-day-detail-content > .tp-rich-text {
        margin: 0 0 18px;
        font-size: 15px;
        line-height: 1.62;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-timeline {
        display: grid;
        gap: 10px;
        margin-top: 14px;
        padding-left: 28px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-timeline::before {
        content: "";
        display: block !important;
        top: 13px;
        bottom: 13px;
        left: 8px;
        border-left: 1px solid #d6e4f5;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-timeline-item {
        min-width: 0;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-timeline-marker {
        display: inline-flex !important;
        left: -28px;
        top: 15px;
        width: 17px;
        height: 17px;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 999px;
        background: #1f6fe5;
        color: #fff;
        box-shadow: 0 0 0 3px #fff, 0 3px 8px rgba(31, 111, 229, .14);
        font-family: "fontello";
        font-size: 9px;
    }

    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-attraction, .tp-place-activity) {
        margin: 0 0 0 6px;
    }

    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-attraction, .tp-place-activity)::before {
        content: "";
        display: block !important;
        left: -28px;
        top: 23px;
        width: 12px;
        border-top: 1px solid #d6e4f5;
    }

    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-attraction, .tp-place-activity) .tp-timeline-marker {
        left: -25px;
        top: 16px;
        width: 14px;
        height: 14px;
        background: #5aa6f2;
        box-shadow: 0 0 0 3px #fff, 0 6px 12px rgba(90, 166, 242, .18);
        font-size: 7px;
        line-height: 1;
    }

    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-city, .tp-place-attraction, .tp-place-activity) .tp-timeline-marker::after {
        content: none !important;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-timeline-content {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        min-width: 0;
        padding: 10px;
        border-color: #e6eef7;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(18, 37, 63, .03);
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-city:not(.tp-place-no-image) .tp-timeline-main {
        display: block;
    }

    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-city, .tp-place-attraction, .tp-place-activity):not(.tp-place-no-image) .tp-place-heading,
    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-city, .tp-place-attraction, .tp-place-activity):not(.tp-place-no-image) .tp-place-copy,
    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-city, .tp-place-attraction, .tp-place-activity):not(.tp-place-no-image) .tp-timeline-content img {
        grid-column: auto;
        grid-row: auto;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-timeline-content img {
        order: -1;
        width: 100%;
        height: auto;
        max-height: 155px;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 7px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-heading {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        align-items: center;
        order: -2;
        margin: 0 0 5px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-heading::before, .tp-mobile-section-modal.is-itinerary-section .tp-place-heading::after {
        content: none !important;
        display: none !important;
    }

    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-heading, .tp-timeline-main) h3 {
        grid-column: 1;
        margin: 0;
        color: #000;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.28;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-desc,
    .tp-mobile-section-modal.is-itinerary-section .tp-place-city .tp-place-desc,
    .tp-mobile-section-modal.is-itinerary-section .tp-place-note,
    .tp-mobile-section-modal.is-itinerary-section .tp-place-detailbar {
        margin-left: 0;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-desc {
        margin: 0;
        font-size: 14.5px;
        line-height: 1.55;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-detailbar {
        display: grid;
        gap: 5px;
        margin-top: 8px;
        padding: 8px 9px;
        font-size: 13px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-detailbar > span:not(:last-child)::after {
        content: none;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-image-broken img, .tp-mobile-section-modal.is-itinerary-section .tp-timeline-content img[hidden] {
        display: none !important;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-city {
        margin: 12px 0 7px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-city:first-child {
        margin-top: 0;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-place-city .tp-timeline-content {
        border-left: 2px solid #78aef0;
        background: #fff;
    }

    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-attraction, .tp-place-activity) .tp-timeline-content {
        position: relative;
        border-left: 2px solid #e1edf9;
        background: #fff;
    }

    .tp-mobile-section-modal.is-itinerary-section :is(.tp-place-attraction, .tp-place-activity) .tp-timeline-content::before {
        content: "";
        position: absolute;
        left: -18px;
        top: 24px;
        width: 15px;
        border-top: 1px solid #c9dced;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-body .tp-timeline-content::before {
        content: none;
        display: none;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-subplaces {
        gap: 9px;
        margin: 14px 0 2px;
        border-top: 0;
        padding-top: 0;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-item::before {
        content: none;
        display: none;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-item .tp-timeline-marker {
        position: static;
        display: inline-flex !important;
        width: 17px;
        height: 17px;
        margin-top: 6px;
        background: #5aa6f2;
        box-shadow: 0 0 0 3px #eef7ff;
        font-size: 7px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-toggle {
        width: auto;
        min-height: 30px;
        padding: 5px 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        font-size: 14px;
        line-height: 1.35;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-toggle:hover,
    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-item.is-subplace-expanded .tp-subplace-toggle {
        background: transparent;
        box-shadow: none;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-title {
        white-space: normal;
        line-height: 1.28;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-toggle-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
        background: transparent;
        font-size: 16px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-body {
        margin: 3px 0 8px;
        border-left: 0;
        padding-left: 0;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-subplace-body .tp-timeline-content {
        padding: 10px;
    }

    .tp-mobile-section-modal.is-itinerary-section .tp-itinerary-bottom-details {
        margin-top: 12px;
        border: 1px solid #dfe8f4;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
    }

    .tp-cost-section > :not(h3) {
        margin-left: 0;
    }

    .tp-admission-excluded-title {
        margin: 10px 0 9px;
    }

    .tp-fee-card-list {
        gap: 10px;
        margin-top: 9px;
    }

    .tp-fee-card-list:not(.is-expanded) .tp-fee-group-card:nth-child(n+3) {
        display: none;
    }

    .tp-fee-group-card, .tp-fee-group-card + .tp-fee-group-card {
        border: 0;
        padding: 0;
        background: transparent;
    }

    .tp-fee-group-title {
        margin: 0 0 9px;
        border: 0;
        border-radius: 8px;
        padding: 10px 12px;
        background: #f0f4fa;
        color: #000;
        font-size: 16px;
        font-weight: 800;
    }

    .tp-fee-activity-list {
        gap: 8px;
    }

    .tp-fee-card,
    .tp-fee-card:first-child {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        border: 1px solid #e2eaf4;
        border-radius: 8px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 6px 16px rgba(18, 37, 63, .05);
    }

    .tp-fee-card-main h5 {
        font-size: 16px;
        font-weight: normal;
    }

    .tp-fee-price-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .tp-fee-price-item {
        display: block;
        min-width: 0;
        border-radius: 6px;
        padding: 8px;
        background: #f6f8fb;
    }

    .tp-fee-price-item dt {
        margin: 0 0 3px;
        white-space: normal;
    }

    .tp-mobile-see-more {
        justify-self: center;
        min-height: 42px;
        margin: 10px auto 0;
        border: 0;
        background: transparent;
        color: var(--tp-blue);
        font-size: 15px;
        font-weight: 800;
        text-decoration: underline;
        cursor: pointer;
    }

    .tp-policy-section {
        padding: 0;
    }

    .tp-policy-section:first-child {
        padding-top: 0;
    }

    .tp-policy-section h3 {
        display: block;
        margin: 0;
    }

    .tp-policy-toggle {
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr) 14px;
        gap: 9px;
        align-items: center;
        width: 100%;
        min-height: 52px;
        padding: 13px 0;
        color: #0e1f35;
        font-size: 17px;
        font-weight: 800;
    }

    .tp-policy-caret {
        display: block;
        width: 9px;
        height: 9px;
        border-right: 2px solid #1d3656;
        border-bottom: 2px solid #1d3656;
        transform: rotate(-45deg);
        transition: transform .16s ease;
    }

    .tp-policy-toggle[aria-expanded="true"] .tp-policy-caret {
        transform: rotate(45deg);
    }

    .tp-policy-section-body {
        padding: 0 0 15px;
    }

    .tp-action-toast {
        right: 12px;
        bottom: calc(var(--tp-mobile-booking-bar-height, 88px) + var(--tp-mobile-section-menu-height, 0px) + 10px + env(safe-area-inset-bottom));
        max-width: calc(100vw - 24px);
    }

    body.tp-package-detail-page #ask-question-slider.ask-question-slider {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 2800 !important;
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.tp-package-detail-page #ask-question-slider .ask-content,
    body.tp-package-detail-page #ask-question-slider iframe.chat {
        width: 100% !important;
        height: 100% !important;
    }

    .tp-package-detail-page .ask-question-icon {
        right: calc(var(--tp-scrollbar-gutter, 0px) + 16px) !important;
        bottom: calc(var(--tp-mobile-booking-bar-height, 88px) + 14px + env(safe-area-inset-bottom)) !important;
    }
}

@media (max-width: 420px) {
    .tp-mobile-booking-bar {
        grid-template-columns: minmax(0, .95fr) minmax(132px, .8fr);
        gap: 8px;
        padding-left: 10px;
        padding-right: calc(10px + var(--tp-scrollbar-gutter, 0px));
    }

    .tp-mobile-booking-price strong {
        font-size: 20px;
    }

    .tp-mobile-booking-cta {
        font-size: 14px;
    }

    .tp-mobile-section-links a {
        padding: 0 11px;
        font-size: 13px;
    }

    .tp-fee-price-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.tp-section-nav.is-visible, .tp-detail-v2.has-section-nav-visible .tp-section-nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
}

.ivy-modal.fluid .modal-header, .ivy-modal.fluid .modal-footer {
    flex: 0 0 auto;
}

.ivy-modal .modal-header {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 15px;
}

.ivy-modal .modal-header i{color:#000;}

.ivy-modal .modal-title {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ivy-modal.fluid .modal-dialog {
        width: 100% !important;
        height: 100%;
    }
    .ivy-modal.bottomsheet .modal-dialog
    {
        position: fixed;
        bottom: 0;
        height: initial;
    }
}
