.desc-refresh {
    --tour-gallery-right-gap: 14px;
    background:
        radial-gradient(circle at top left, rgba(255, 194, 51, 0.12), transparent 30%),
        radial-gradient(circle at 82% 8%, rgba(255, 53, 115, 0.08), transparent 24%),
        radial-gradient(circle at 50% 26%, rgba(15, 23, 42, 0.05), transparent 28%),
        linear-gradient(180deg, #f7f8fb 0%, #eef3f8 40%, #f9fafc 100%);
    color: var(--text-body);
}

.desc-refresh div.body-wrapper {
    background: transparent;
}

.desc-refresh div.tour-detail,
.desc-refresh div.tour-detail-content,
.desc-refresh div.tour-content-section,
.desc-refresh div#order_tour div.order-form,
.desc-refresh div#order_tour div.modal-footer {
    font-family: var(--font-family-base);
    color: var(--text-body);
}

.desc-refresh div.tour-content-section p,
.desc-refresh div.tour-content-section li,
.desc-refresh div.tour-detail-content li,
.desc-refresh div#order_tour div.order-form p,
.desc-refresh div#order_tour div.order-form li,
.desc-refresh div#order_tour div.order-form label {
    font-size: var(--font-size-base);
}

.desc-refresh .top-bar.jumbotron {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(14px);
}

.desc-refresh div.top-bar ul.tools > li,
.desc-refresh div.top-bar ul.tools > li i.lang-icon,
.desc-refresh div.top-bar ul.tools > li a,
.desc-refresh div.top-bar ul.tools > li span {
    color: var(--text-muted);
}

.desc-refresh div.service-menu a.ai-summary-service div.service-content.ai-summary-content {
    top: 50%;
    bottom: auto;
    left: auto;
    right: calc(100% + 10px);
    transform: translateY(-50%);
    padding: 0;
}

.desc-refresh div.service-menu a.ai-summary-service.ai-summary-ready {
    background: transparent;
    box-shadow: none;
    animation: none;
}

.desc-refresh div.service-menu a.ai-summary-service.ai-summary-ready i.fa {
    color: #ff3573;
    animation: aiComparePulse 1.8s ease-in-out infinite;
    transform-origin: center;
}

.desc-refresh div.service-menu a.ai-summary-service div.ai-summary-content ul.ai-summary-service-panel {
    width: 296px;
    border-radius: 18px;
    padding: 16px 16px 14px;
}

.desc-refresh div.service-menu a.ai-summary-service div.ai-summary-content ul.ai-summary-service-panel li.first {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--text-primary);
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
}

.desc-refresh div.service-menu a.ai-summary-service div.ai-summary-content ul.ai-summary-service-panel li.ai-summary-tip {
    color: var(--text-subtle);
    line-height: 1.7;
    font-size: var(--font-size-base);
}

.desc-refresh div.section {
    width: 1200px;
}

.desc-refresh ul.breadcrumb {
    margin: 0;
    padding: 10px 4px 0;
    background: transparent;
}

.desc-refresh ul.breadcrumb li,
.desc-refresh ul.breadcrumb li a {
    color: var(--text-subtle);
    font-size: var(--font-size-sm);
}

.desc-refresh ul.breadcrumb li a:hover {
    color: #ff3573;
}

.desc-refresh div.section.tour-headline {
    margin-top: 12px;
}

.desc-refresh h1.tour-title,
.desc-refresh h1.tour-title-sold-out,
.desc-refresh h2.tour-title,
.desc-refresh .desc-sold-out {
    color: var(--text-primary);
    letter-spacing: -0.01em;
}

.desc-refresh h1.tour-title {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-semibold);
    line-height: 1.35;
}

.desc-refresh span.tour-subtitle {
    color: var(--text-muted);
    font-size: var(--font-size-md);
    line-height: 24px;
}

.desc-refresh span.tour-subtitle span.tour-code {
    color: var(--text-body);
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-medium);
}

.desc-refresh span.tour-subtitle ul.tour-tags li {
    border-radius: 999px;
    padding: 0 10px;
    font-size: var(--font-size-sm);
}

.desc-refresh div.section.tour-cover {
    margin-top: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 251, 254, 0.94) 100%);
    box-shadow: 0 26px 56px rgba(15, 23, 42, 0.09);
    padding: 24px;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
}

.desc-refresh div.section.tour-cover:after {
    content: "";
    display: block;
    clear: both;
}

.desc-refresh div.tour-gallery-container {
    width: 44%;
    height: 418px;
}

.desc-refresh .accom div.tour-gallery-container {
    padding-top: 238px;
    height: auto;
}

.desc-refresh .with-discount.accom div.tour-gallery-container {
    padding-top: 264px;
}

.desc-refresh div.tour-gallery {
    right: var(--tour-gallery-right-gap);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.desc-refresh #tour-gallery .swiper-wrapper {
    height: 100%;
}

.desc-refresh #tour-gallery .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.desc-refresh #tour-gallery .swiper-slide.first-slide {
    background-image: none !important;
}

.desc-refresh #tour-gallery .swiper-slide.first-slide .first-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desc-refresh .accom div.tour-gallery-container div.tour-gallery {
    height: 238px;
}

.desc-refresh .with-discount.accom div.tour-gallery-container div.tour-gallery {
    height: 264px;
}

.desc-refresh ul.tour-gallery-thumb {
    bottom: 0;
}

.desc-refresh ul.tour-gallery-thumb li {
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

.desc-refresh ul.tour-gallery-thumb li.active {
    border-color: rgba(255, 53, 115, 0.92);
}

.desc-refresh ul.tour-gallery-thumb li:hover {
    border-color: rgba(15, 23, 42, 0.6);
}

.desc-refresh div.tour-detail {
    width: 56%;
    min-height: 430px;
    padding-bottom: 66px;
    padding-left: 18px;
    box-sizing: border-box;
}

.desc-refresh .accom div.tour-detail {
    min-height: 550px;
}

.desc-refresh .with-discount.accom div.tour-detail {
    min-height: 574px;
}

.desc-refresh div.tour-detail-header {
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 253, 0.95) 100%);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    padding: 14px 16px 12px;
}

.desc-refresh div.tour-detail img.tour-discount-img {
    right: 16px;
}

.desc-refresh div.tour-detail span.discount-note,
.desc-refresh div.tour-detail span.tour-discount-info {
    color: var(--text-subtle);
}

.desc-refresh div.tour-detail span.discount-note {
    top: -18px;
    right: 0;
}

.desc-refresh div.tour-detail div.tour-price-now span.price-now span.title,
.desc-refresh div.tour-detail span.get-points span.title {
    font-size: var(--font-size-base);
    color: var(--text-muted);
    font-weight: var(--font-weight-regular);
}

.desc-refresh div.tour-detail div.tour-price-now span {
    font-size: calc(var(--font-size-hero) - 2px);
    font-weight: var(--font-weight-semibold);
    letter-spacing: -0.02em;
}

.desc-refresh div.tour-detail div.tour-price-now > span.orig-price {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-regular);
    letter-spacing: 0;
    line-height: 1.2;
}

.desc-refresh div.tour-detail div.tour-price-now > span.orig-price > span {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-regular);
}

.desc-refresh div.tour-detail div.tour-price-now small,
.desc-refresh div.tour-detail div.tour-price-now span.orig-price,
.desc-refresh div.tour-detail div.tour-price-now span.orig-price span {
    color: var(--text-subtle);
}

.desc-refresh div.tour-detail div.tour-oneday-price-desc {
    color: var(--text-muted);
}

.desc-refresh div.tour-detail div.tour-oneday-price-desc a.more-prices {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    background: rgba(255, 255, 255, 0.9);
    color: var(--text-body);
}

.desc-refresh div.tour-detail div.tour-oneday-price-desc a.more-prices:hover {
    border-color: rgba(255, 53, 115, 0.35);
    background: rgba(255, 53, 115, 0.92);
}

.desc-refresh div.tour-detail ul.tour-discount-tags {
    margin-top: 8px;
}

.desc-refresh div.tour-detail ul.tour-discount-tags li {
    border-radius: 999px;
    border-color: rgba(255, 53, 115, 0.28);
    background: rgba(255, 255, 255, 0.86);
    color: #ff3573;
}

.desc-refresh div.tour-detail ul.tour-discount-tags li.first {
    border: none;
    background: transparent;
    color: var(--text-muted);
    border-radius: 0;
}

.desc-refresh div.tour-detail span.get-points {
    color: var(--text-muted);
    margin-top: 0;
    line-height: 24px;
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 54px;
    box-sizing: border-box;
}

.desc-refresh div.tour-detail span.get-points span.title {
    display: inline-block;
    width: 50px;
    text-align: right;
    margin-right: 4px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 24px;
}

.desc-refresh div#price-desc.tour-price-desc {
    margin-top: 14px;
    border-top: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.desc-refresh div#price-desc.tour-price-desc h3.price-desc-title {
    height: 40px;
    line-height: 40px;
    margin: 0;
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-body);
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.desc-refresh div#price-desc.tour-price-desc ul,
.desc-refresh .with-discount.accom div#price-desc.tour-price-desc ul {
    border-bottom: none;
    height: 100px !important;
}

.desc-refresh .with-discount div#price-desc.tour-price-desc ul {
    height: 124px !important;
}

.desc-refresh .with-discount.accom div#price-desc.tour-price-desc ul {
    height: 124px !important;
}

.desc-refresh div#price-desc.tour-price-desc ul li {
    background: rgba(248, 250, 253, 0.86);
    height: 100% !important;
    border-right: 1px solid rgba(148, 163, 184, 0.5) !important;
    position: relative;
    min-height: 100px !important;
}

.desc-refresh div#price-desc.tour-price-desc ul li:not(.last):after {
    display: none;
}

.desc-refresh div#price-desc.tour-price-desc ul li.last {
    border-right: none !important;
}

.desc-refresh div#price-desc.tour-price-desc ul li.disabled {
    background: rgba(241, 245, 249, 0.9);
}

.desc-refresh div#price-desc.tour-price-desc ul li div {
    border-bottom-color: rgba(148, 163, 184, 0.3);
    background: transparent;
}

.desc-refresh div#price-desc.tour-price-desc ul li div h3 {
    color: var(--text-muted);
}

.desc-refresh div#price-desc.tour-price-desc ul li div h3 small {
    color: var(--text-subtle);
    font-size: var(--font-size-xs) !important;
}

.desc-refresh div#price-desc.tour-price-desc ul li div span small {
    font-size: var(--font-size-xs) !important;
}

.desc-refresh div#price-desc.tour-price-desc ul li div h3 small.chilren-age {
    display: inline-block;
    max-width: calc(100% - 34px);
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    text-align: left;
}

.desc-refresh div#price-desc.tour-price-desc ul li div h3 small.chilren-age .room-small-track {
    position: relative;
    left: 0;
    display: inline-block;
    width: auto !important;
    min-width: 0;
    max-width: none;
    white-space: nowrap;
    line-height: inherit;
    font-size: var(--font-size-xs) !important;
}

.desc-refresh div#price-desc.tour-price-desc ul li[data-index="5"] div h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 30px;
}

.desc-refresh div#price-desc.tour-price-desc ul li div span {
    color: var(--text-muted);
}

.desc-refresh div#price-desc.tour-price-desc ul li span.price {
    display: inline-block !important;
    position: static !important;
    float: none !important;
    top: auto !important;
    left: auto !important;
    width: auto;
    height: auto !important;
    min-height: 0 !important;
    line-height: 30px;
    vertical-align: baseline;
    color: #ff3573;
    font-weight: var(--font-weight-semibold);
}

.desc-refresh div#price-desc.tour-price-desc ul li small.unit,
.desc-refresh .with-discount.accom div#price-desc.tour-price-desc ul li small.original {
    color: var(--text-subtle);
}

.desc-refresh div#price-desc.tour-price-desc ul li small.unit {
    display: inline-block;
    line-height: 30px;
    vertical-align: baseline;
    margin-left: 2px;
}

.desc-refresh div#price-desc.tour-price-desc ul li small.original,
.desc-refresh .with-discount.accom div#price-desc.tour-price-desc ul li small.original {
    display: block !important;
    clear: both;
    width: 100%;
    margin-top: -2px;
    line-height: 1.2;
    font-size: var(--font-size-xs);
    text-decoration: line-through;
    color: var(--text-subtle);
}

.desc-refresh div.tour-detail-content {
    margin-top: 14px;
    padding: 14px 14px 12px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.86);
}

.desc-refresh div.tour-detail-content div.tour-desc-items {
    border-bottom-color: rgba(148, 163, 184, 0.35);
}

.desc-refresh div.tour-detail-content span.desc-item {
    color: var(--text-body);
    font-size: var(--font-size-md);
}

.desc-refresh div.tour-detail-content ul.tour-desc-list {
    padding-top: 12px;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li {
    margin-bottom: 12px;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li span.title {
    color: var(--text-muted);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li:not(.service-tag) span.desc span {
    color: var(--text-body);
    font-size: var(--font-size-base);
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.service span.desc span,
.desc-refresh div.tour-detail-content ul.tour-desc-list li.notice span.desc span {
    border: 1px solid rgba(59, 130, 246, 0.34);
    color: #3b82f6;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.notice span.desc span i {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.92) 0%, rgba(37, 99, 235, 0.9) 100%);
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.siblings {
    min-height: 68px;
}

.desc-refresh #tour-desc-list li.siblings > span.title {
    width: 66px;
    text-align: center;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.siblings span.desc.sibling-products span {
    float: none;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    color: var(--text-body);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.siblings span.desc.sibling-products {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.siblings span.desc.sibling-products span.others {
    padding: 0;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.siblings span.desc.sibling-products span.others a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    color: inherit;
    text-decoration: none;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.siblings span.desc.sibling-products span.others:hover {
    border-color: rgba(179, 122, 35, 0.3);
    background: rgba(255, 248, 228, 0.9);
    color: #8f6220;
    box-shadow: 0 10px 18px rgba(158, 116, 36, 0.12);
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.siblings span.desc.sibling-products span.selected {
    border-color: rgba(179, 122, 35, 0.34);
    background: linear-gradient(180deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 241, 199, 0.92) 100%);
    color: #7a5519;
    box-shadow: 0 10px 18px rgba(158, 116, 36, 0.14);
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.siblings span.desc.sibling-products span.selected i {
    margin-left: 6px;
    padding-left: 0;
    color: #b37a23;
    font-size: var(--font-size-sm);
}

.desc-refresh #tour-desc-list li.siblings span.desc.sibling-ai-compare-wrap {
    position: absolute;
    left: 0;
    top: 30px;
    width: 66px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.desc-refresh #tour-desc-list li.siblings span.desc.sibling-ai-compare-wrap a.sibling-ai-compare-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    line-height: 1;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 53, 115, 0.34);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 243, 249, 0.94) 100%);
    color: #ff3573;
    box-shadow: 0 8px 18px rgba(255, 53, 115, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: transform .2s ease, color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.desc-refresh #tour-desc-list li.siblings span.desc.sibling-ai-compare-wrap a.sibling-ai-compare-btn:hover {
    transform: translateY(-1px);
    color: #ff2065;
    border-color: rgba(255, 32, 101, 0.52);
    background: linear-gradient(180deg, rgba(255, 246, 250, 0.98) 0%, rgba(255, 229, 240, 0.94) 100%);
    box-shadow: 0 10px 20px rgba(255, 53, 115, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.desc-refresh #tour-desc-list li.siblings span.desc.sibling-ai-compare-wrap a.sibling-ai-compare-btn i {
    font-size: 15px;
    line-height: 1;
    animation: aiComparePulse 1.8s ease-in-out infinite;
    transform-origin: center;
}

.desc-refresh #tour-desc-list li.siblings span.desc.sibling-ai-compare-wrap a.sibling-ai-compare-btn span {
    display: none !important;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.promise span.desc span {
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.04);
    padding-right: 14px;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits {
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 248, 235, 0.92) 0%, rgba(255, 243, 219, 0.82) 100%);
    border: 1px solid rgba(255, 194, 51, 0.35);
    padding-left: 90px;
    padding-right: 12px;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits span.title {
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
    z-index: 2;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc {
    position: relative;
    z-index: 1;
    display: block;
    height: 30px;
    min-height: 30px;
    margin-top: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc .benefits-track {
    position: relative;
    left: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    white-space: nowrap;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc span.benefit {
    flex: 0 0 auto;
    margin: 3px 14px 0 0;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 194, 51, 0.34);
    background: rgba(255, 255, 255, 0.78);
    color: #694b1b;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc span.benefit > i.fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 50%;
    color: #b37a23;
    background: rgba(255, 194, 51, 0.18);
    font-size: var(--font-size-xs);
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc span.benefit.benefit-more-wrap {
    padding: 0;
    border: none;
    background: transparent;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc span.benefit > span {
    color: var(--text-body);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    line-height: 1.3;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc span.benefit:last-child {
    margin-right: 0;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc a.benefit-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 194, 51, 0.34);
    background: rgba(255, 255, 255, 0.78);
    color: #694b1b;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc a.benefit-more:hover {
    background: rgba(255, 249, 235, 0.92);
    border-color: rgba(255, 194, 51, 0.46);
    color: #7a5519;
}

.desc-refresh div.tour-detail-content ul.tour-desc-list li.benefits div.desc a.benefit-more i {
    margin-left: 4px;
    font-size: var(--font-size-xs);
}

.desc-refresh div.tour-detail button.order,
.desc-refresh #stickbuy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    line-height: 40px;
    padding: 0 22px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 999px;
    margin: 0 12px 0 0;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(135deg, #ffc233 0%, #ffb24d 100%);
    box-shadow: 0 14px 26px rgba(255, 194, 51, 0.28);
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.desc-refresh div.tour-detail button.order i,
.desc-refresh #stickbuy i {
    color: inherit;
    margin-right: 3px;
}

.desc-refresh div.tour-detail button.order:hover,
.desc-refresh #stickbuy:hover {
    background: linear-gradient(135deg, #ffcf57 0%, #ffc233 100%);
    color: var(--text-primary);
    text-decoration: none;
}

.desc-refresh div.tour-detail button.order.soldout,
.desc-refresh #stickbuy.soldout,
.desc-refresh div.tour-detail button.order.soldout:hover {
    background: rgba(148, 163, 184, 0.88);
    color: var(--text-inverse);
    box-shadow: none;
}

.desc-refresh #stickbuy.soldout:hover {
    background: rgba(148, 163, 184, 0.88);
}

.desc-refresh div.tour-detail div.tour-detail-bottom {
    left: 22px;
    right: 0;
    height: 52px;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.desc-refresh .accom div.tour-detail div.tour-detail-bottom {
    left: calc(44% + 22px);
    right: 0;
    height: 98px;
    line-height: 40px;
}

.desc-refresh div.tour-detail div.tour-detail-bottom span.social {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    padding: 0 12px 0 36px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(255, 255, 255, 0.88);
    color: var(--text-muted);
    transition: color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.desc-refresh div.tour-detail div.tour-detail-bottom span.social:hover {
    color: var(--text-body);
    border-color: rgba(255, 53, 115, 0.28);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.desc-refresh div.tour-detail div.tour-detail-bottom span i.icon {
    top: 8px;
    left: 8px;
}

.desc-refresh div.tour-detail div.tour-detail-bottom span i.icon-fa {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #7a8aa0;
}

.desc-refresh div.tour-detail div.tour-detail-bottom span.social:hover i.icon-fa {
    color: #516176;
}

.desc-refresh div.tour-detail div.tour-detail-bottom span.social ul {
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.desc-refresh div.pickup-map-btn-container span.pickup-map-btn,
.desc-refresh div.dropoff-map-btn-container span.dropoff-map-btn,
.desc-refresh #more-specail-date-price.more-special-price-btn,
.desc-refresh a.view-all,
.desc-refresh #option_items .option-items-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(179, 122, 35, 0.34);
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    line-height: 1;
    color: #9f6d1d;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 228, 0.92) 100%);
    box-shadow: 0 10px 20px rgba(158, 116, 36, 0.14);
    cursor: pointer;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.desc-refresh div.pickup-map-btn-container,
.desc-refresh div.dropoff-map-btn-container {
    margin-top: 18px;
}

.desc-refresh div.pickup-map-btn-container span.pickup-map-btn i,
.desc-refresh div.dropoff-map-btn-container span.dropoff-map-btn i {
    margin-right: 4px;
    font-size: var(--font-size-md);
    line-height: 1;
    color: inherit;
}

.desc-refresh div.pickup-map-btn-container span.pickup-map-btn:hover,
.desc-refresh div.dropoff-map-btn-container span.dropoff-map-btn:hover,
.desc-refresh #more-specail-date-price.more-special-price-btn:hover,
.desc-refresh a.view-all:hover,
.desc-refresh #option_items .option-items-more-btn:hover {
    border-color: rgba(179, 122, 35, 0.46);
    background: linear-gradient(180deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 241, 199, 0.94) 100%);
    color: #8f6220;
    text-decoration: none;
    box-shadow: 0 12px 22px rgba(158, 116, 36, 0.18);
}

.desc-refresh div.tour-detail div.tour-detail-bottom span.social ul:after {
    left: 22px;
}

.desc-refresh div#tour-content-wrapper {
    margin-top: 26px;
    overflow: visible;
}

.desc-refresh ul.tour-menu {
    position: relative;
    display: block;
    height: 58px;
    line-height: 58px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-top: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.desc-refresh ul.tour-menu li {
    margin: 0;
    height: 58px;
    line-height: 58px;
    padding: 0 12px;
    font-size: var(--font-size-md);
    color: var(--text-muted);
    white-space: nowrap;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.desc-refresh ul.tour-menu li a:link,
.desc-refresh ul.tour-menu li a:visited,
.desc-refresh ul.tour-menu li a:hover,
.desc-refresh ul.tour-menu li a:active,
.desc-refresh ul.tour-menu li a:focus {
    color: inherit;
}

.desc-refresh ul.tour-menu li:hover {
    border-top: none;
    line-height: 58px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-body);
}

.desc-refresh ul.tour-menu li.active,
.desc-refresh ul.tour-menu li.active:hover {
    border-top: none;
    line-height: 58px;
    background: rgba(15, 23, 42, 0.08);
    color: var(--text-primary);
    position: relative;
}

.desc-refresh ul.tour-menu li.active:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 8px;
    height: 2px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.24);
}

.desc-refresh ul.tour-menu li.last {
    top: -100%;
    right: 12px;
    height: auto;
    line-height: normal;
    display: flex;
    align-items: center;
    transform: none;
}

.desc-refresh ul.tour-menu li.last:hover {
    background: transparent;
}

.desc-refresh ul.tour-menu.pinned li.last {
    top: 50%;
    transform: translateY(-50%);
}

.desc-refresh #stickbuy {
    margin-right: 0;
}

.desc-refresh #more-specail-date-price.more-special-price-btn {
    margin-right: 0;
}

.desc-refresh div#tour-content {
    padding: 24px 0 8px;
}

.desc-refresh div#tour-content:after,
.desc-refresh div.tour-content-section:after {
    content: "";
    display: block;
    clear: both;
}

.desc-refresh div.tour-content-section {
    margin-bottom: 22px;
    padding: 24px 26px 32px;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 255, 0.95) 100%);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
    overflow: visible;
}

.desc-refresh h2.title {
    margin: 0 0 18px;
    padding: 0 0 12px 52px;
    line-height: 42px;
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.desc-refresh h2.title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    top: 1px;
    border-radius: 12px;
    border: 1px solid rgba(255, 194, 51, 0.32);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 228, 0.84) 100%) !important;
    background-image: none !important;
    box-shadow: 0 10px 20px rgba(158, 116, 36, 0.15);
}

.desc-refresh h2.title span:before {
    content: "\f05a";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    color: #b37a23;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.desc-refresh h2.title.summary span:before {
    content: "\f03a";
}

.desc-refresh h2.title.pickup span:before {
    content: "\f041";
}

.desc-refresh h2.title.operation span:before {
    content: "\f05a";
}

.desc-refresh h2.title.addon span:before {
    content: "\f06b";
}

.desc-refresh h2.title.pricing span:before {
    content: "\f0d6";
}

.desc-refresh h2.title.notes span:before {
    content: "\f06a";
}

.desc-refresh h2.title.terms span:before {
    content: "\f15c";
}

.desc-refresh h2.title.reviews span:before {
    content: "\f086";
}

.desc-refresh h2.title.faq span:before {
    content: "\f059";
}

.desc-refresh h2.title.together span:before {
    content: "\f0c0";
}

.desc-refresh h2.title.similar span:before {
    content: "\f24d";
}

.desc-refresh h3.subtitle {
    line-height: 42px;
    margin: 14px 0 10px;
    padding: 0 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-left: 4px solid rgba(179, 122, 35, 0.72);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.03);
    color: var(--text-body);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
}

.desc-refresh h3.subtitle:before {
    display: none;
}

.desc-refresh div.tour-content-section .tour-content-item p,
.desc-refresh div.tour-content-section .tour-content-item ul li {
    color: var(--text-body);
    line-height: 1.75;
}

.desc-refresh div.tour-content-section .tour-content-item ul li i {
    color: rgba(15, 23, 42, 0.38);
}

.desc-refresh div.tour-content-section .tour-content-item a[href]:not(.view-all):not(.benefit-more):not(.hzins) {
    color: #9f6d1d;
    font-weight: var(--font-weight-medium);
    text-decoration-line: underline;
    text-decoration-color: rgba(179, 122, 35, 0.38);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .18s ease, text-decoration-color .18s ease, background-color .18s ease;
}

.desc-refresh div.tour-content-section .tour-content-item a[href]:not(.view-all):not(.benefit-more):not(.hzins):visited {
    color: #9f6d1d;
}

.desc-refresh div.tour-content-section .tour-content-item a[href]:not(.view-all):not(.benefit-more):not(.hzins):hover {
    color: #8f6220;
    text-decoration-color: rgba(143, 98, 32, 0.72);
    background: rgba(255, 194, 51, 0.1);
}

.desc-refresh div.tour-content-section .tour-content-item a[href]:not(.view-all):not(.benefit-more):not(.hzins):focus {
    outline: none;
    color: #8f6220;
    text-decoration-color: rgba(143, 98, 32, 0.72);
}

.desc-refresh div.tour-content-section li i.fa-caret-right {
    color: #b37a23;
    margin-right: 6px;
}

.desc-refresh div#notes ul li i.fa-caret-right,
.desc-refresh div#terms ul li i.fa-caret-right {
    color: #b37a23;
}

.desc-refresh div#terms ul li.unmodifiable {
    display: flex;
    align-items: flex-start;
    gap: 0;
    color: var(--text-body);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-regular);
    line-height: 1.7;
    padding-left: 0;
    padding-bottom: 16px;
}

.desc-refresh div#terms ul li.unmodifiable .note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    flex: 0 0 20px;
    min-height: calc(var(--font-size-base) * 1.7);
}

.desc-refresh div#terms ul li.unmodifiable .note-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 8px;
}

.desc-refresh div#terms ul li.unmodifiable i.fa-warning,
.desc-refresh div#terms ul li.unmodifiable i.fa-exclamation-triangle {
    position: static;
    color: #b37a23;
    margin-top: 0;
    width: auto;
    flex: 0 0 auto;
    text-align: center;
    font-size: var(--font-size-base);
    line-height: 1;
}

.desc-refresh div.tour-content-section span.highlight {
    color: #9f6d1d;
}

.desc-refresh a.hzins,
.desc-refresh ul.summary li i {
    color: #ff3573;
}

.desc-refresh div.tour-content-section .tour-content-item ul.note {
    padding-top: 8px;
}

.desc-refresh div.tour-content-section .tour-content-item ul.note li {
    color: #9f6d1d;
    line-height: 1.65;
}

.desc-refresh div.tour-content-section .tour-content-item ul.note li a[href] {
    color: #9f6d1d;
    text-decoration-color: rgba(159, 109, 29, 0.35);
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > p font,
.desc-refresh div#describe_box div.day-content div.day-item > ul > li > ul.note li font {
    color: #b37a23 !important;
}

.desc-refresh h6.describe-note {
    margin: 8px 0 14px;
    padding: 0 0 10px;
    border-bottom-color: rgba(148, 163, 184, 0.3);
    color: var(--text-muted);
}

.desc-refresh h6.describe-note i.note {
    color: var(--text-body);
}

.desc-refresh h6.describe-note span.mode {
    float: right;
    display: inline-flex;
    gap: 10px;
    margin-left: 10px;
}

.desc-refresh h6.describe-note span.mode span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    padding: 0 14px;
    line-height: 1;
    font-size: var(--font-size-base);
    color: var(--text-muted);
    cursor: pointer;
    transition: color .24s ease, background-color .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.desc-refresh h6.describe-note span.mode span i {
    margin-right: 6px;
    font-size: var(--font-size-base);
    line-height: 1;
    color: inherit;
}

.desc-refresh h6.describe-note span.mode span:hover {
    border-color: rgba(179, 122, 35, 0.2);
    color: #b37a23;
    background: rgba(255, 194, 51, 0.1);
    box-shadow: 0 8px 16px rgba(158, 116, 36, 0.12);
}

.desc-refresh h6.describe-note span.mode span.active,
.desc-refresh h6.describe-note span.mode span.active:hover {
    border-color: rgba(179, 122, 35, 0.24);
    color: #8f6220;
    background: linear-gradient(135deg, rgba(255, 194, 51, 0.26) 0%, rgba(255, 226, 170, 0.38) 100%);
    box-shadow: 0 8px 18px rgba(158, 116, 36, 0.16);
}

.desc-refresh table.desc-tbl {
    width: 100%;
    margin: 0 0 28px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.desc-refresh table.desc-tbl thead {
    background: rgba(15, 23, 42, 0.06);
}

.desc-refresh table.desc-tbl thead td {
    color: var(--text-body);
    font-weight: var(--font-weight-semibold);
}

.desc-refresh table.desc-tbl tr.alter {
    background: rgba(248, 250, 253, 0.78);
}

.desc-refresh table.desc-tbl > thead > tr > td,
.desc-refresh table.desc-tbl > tbody > tr > td {
    margin: 0;
    border: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.2);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    color: var(--text-body);
}

.desc-refresh #desc-tbl-pickup td.w15,
.desc-refresh #desc-tbl-dropoff td.w15 {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.desc-refresh table.desc-tbl > thead > tr > td:last-child,
.desc-refresh table.desc-tbl > tbody > tr > td:last-child {
    border-right: none;
}

.desc-refresh table.desc-tbl tbody tr:last-child td {
    border-bottom: none;
}

.desc-refresh table.desc-tbl thead td {
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.desc-refresh table.desc-tbl td a,
.desc-refresh ul.operation-info li a[href] {
    color: #9f6d1d;
    font-weight: var(--font-weight-medium);
    text-decoration-line: underline;
    text-decoration-color: rgba(179, 122, 35, 0.38);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .18s ease, text-decoration-color .18s ease, background-color .18s ease;
}

.desc-refresh table.desc-tbl td a:visited,
.desc-refresh ul.operation-info li a[href]:visited {
    color: #9f6d1d;
}

.desc-refresh table.desc-tbl td a:hover,
.desc-refresh ul.operation-info li a[href]:hover {
    color: #8f6220;
    text-decoration-color: rgba(143, 98, 32, 0.72);
    background: rgba(255, 194, 51, 0.1);
}

.desc-refresh table.desc-tbl td a:focus,
.desc-refresh ul.operation-info li a[href]:focus {
    outline: none;
    color: #8f6220;
    text-decoration-color: rgba(143, 98, 32, 0.72);
}

.desc-refresh table.desc-tbl td a i.fa,
.desc-refresh ul.operation-info li a[href] i.fa {
    color: inherit;
    margin-right: 4px;
}

.desc-refresh table.desc-tbl td span.scenic {
    border-radius: 999px;
    border-color: rgba(148, 163, 184, 0.42);
    color: var(--text-body);
    background: rgba(255, 255, 255, 0.82);
}

.desc-refresh table.desc-tbl.long-tbl td,
.desc-refresh table.desc-tbl.long-tbl td * {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.desc-refresh table.desc-tbl.long-tbl td ul.option-price-list,
.desc-refresh table.desc-tbl.long-tbl td ul.option-price-list * {
    word-break: normal;
    overflow-wrap: normal;
}

.desc-refresh table.desc-tbl.long-tbl td ul.option-price-list .price-row,
.desc-refresh table.desc-tbl.long-tbl td ul.option-price-list .price-row .price {
    white-space: nowrap !important;
}

.desc-refresh table.desc-tbl td ul.option-price-list .price-row .price.current {
    color: #8f6220;
}

.desc-refresh table.desc-tbl td ul.option-price-list .price-row .price.orig {
    color: #b19062;
}

.desc-refresh #tbl-special-date-price i.add {
    color: #c2862f;
    padding-right: 3px;
}

.desc-refresh #tbl-special-date-price i.minus {
    color: #5f8f3a;
    padding-right: 3px;
}

.desc-refresh #option_items table.option-items-collapse-ready.option-items-collapsed tbody tr.option-row-hidden-by-default {
    display: none;
}

.desc-refresh #option_items .option-items-more-wrap {
    margin: 14px 0 0;
    text-align: center;
}

.desc-refresh #option_items .option-items-more-btn i {
    margin-right: 6px;
    font-size: var(--font-size-sm);
}

.desc-refresh div#pricing div.price-list.exclude p.exclude-note {
    position: relative;
    margin: 10px 0 0;
    padding: 12px 14px 12px 40px;
    border: 1px solid rgba(194, 134, 47, 0.24);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 251, 241, 0.96) 0%, rgba(255, 247, 228, 0.9) 100%);
    box-shadow: 0 8px 18px rgba(158, 116, 36, 0.08);
    color: #7a5519;
    font-size: var(--font-size-sm);
    line-height: 1.72;
    font-weight: var(--font-weight-medium);
}

.desc-refresh div#pricing div.price-list.exclude p.exclude-note:before {
    content: "\f06a";
    font-family: FontAwesome;
    position: absolute;
    left: 14px;
    top: 13px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #b37a23;
    font-size: 15px;
}

.desc-refresh p.pickup-dropoff-note strong.pickup-note-example {
    color: #9f6d1d;
    font-weight: var(--font-weight-semibold);
}

.desc-refresh ul.tbl-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 0;
}

.desc-refresh ul.tbl-pager li {
    width: auto;
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-muted);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.desc-refresh ul.tbl-pager li:hover {
    border-color: rgba(179, 122, 35, 0.2);
    background: rgba(255, 194, 51, 0.1);
    color: #b37a23;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.desc-refresh ul.tbl-pager li.active {
    border-color: rgba(179, 122, 35, 0.24);
    background: linear-gradient(135deg, rgba(255, 194, 51, 0.18) 0%, rgba(255, 226, 170, 0.26) 100%);
    color: #9f6d1d;
    box-shadow: 0 14px 26px rgba(158, 116, 36, 0.16);
    cursor: default;
}

.desc-refresh ul.operation-info {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    float: none;
    margin: 12px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: rgba(248, 250, 253, 0.78);
    overflow: hidden;
}

.desc-refresh ul.operation-info li {
    position: relative;
    font-size: var(--font-size-base);
    color: var(--text-body);
    line-height: 1.7;
    padding-left: 16px;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.desc-refresh ul.operation-info li + li {
    margin-top: 6px;
}

.desc-refresh ul.operation-info li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(179, 122, 35, 0.72);
}

.desc-refresh ul.operation-info li i.fa-caret-right {
    color: #b37a23;
    margin-right: 6px;
}

.desc-refresh ul.operation-info li.voucher-note {
    padding-left: 16px;
}

.desc-refresh ul.operation-info li.voucher-note:before {
    display: none;
}

.desc-refresh ul.operation-info li.voucher-note i.fa-info-circle {
    position: absolute;
    left: 0;
    top: 0.38em;
    color: #b37a23;
    margin-right: 0;
    font-size: var(--font-size-sm);
    line-height: 1;
}

.desc-refresh div.flow-title span {
    border-radius: 999px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #b37a23;
    font-weight: var(--font-weight-semibold);
    padding-left: 0;
    text-align: center;
}

.desc-refresh div.flow-title span:before {
    content: none;
}

.desc-refresh div.flow-title span i {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    filter: none;
}

.desc-refresh div.flow-title span i:before {
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    content: "\f073";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.desc-refresh div.flow-title.step1 span i:before {
    content: "\f0d6";
}

.desc-refresh div.flow-title.step2 span i:before {
    content: "\f017";
}

.desc-refresh div.flow-title.step3 span i:before {
    content: "\f00c";
}

.desc-refresh div.flow-title h6 {
    color: var(--text-body);
}

.desc-refresh div.flow-title small {
    color: var(--text-subtle);
}

.desc-refresh table.flow-wrapper {
    margin: 0 0 30px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.desc-refresh table.flow-wrapper tr {
    background: #fff;
    border-bottom-color: rgba(148, 163, 184, 0.26);
}

.desc-refresh td.flow-left,
.desc-refresh td.flow-right {
    border-color: rgba(148, 163, 184, 0.26);
}

.desc-refresh td.flow-box p {
    color: var(--text-muted);
}

.desc-refresh td.flow-box h5 i {
    background-image: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    border: 1px solid rgba(179, 122, 35, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 228, 0.84) 100%);
    box-shadow: 0 8px 16px rgba(158, 116, 36, 0.12);
}

.desc-refresh td.flow-box h5 i:before {
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    color: #b37a23;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f05a";
}

.desc-refresh td.flow-box h5 i.icon1:before {
    content: "\f132";
}

.desc-refresh td.flow-box h5 i.icon2:before {
    content: "\f0d6";
}

.desc-refresh td.flow-box h5 i.icon3:before {
    content: "\f046";
}

.desc-refresh td.flow-box h5 i.icon4:before {
    content: "\f018";
}

.desc-refresh td.flow-box h5 i.icon5:before {
    content: "\f1cd";
}

.desc-refresh td.flow-box h5 i.icon6:before {
    content: "\f071";
}

.desc-refresh td.flow-box h5 i.icon7:before {
    content: "\f0f2";
}

.desc-refresh td.flow-box h5 i.icon8:before {
    content: "\f095";
}

.desc-refresh div#describe_box div.days-sidebar {
    width: 94px;
}

.desc-refresh div#describe_box div.days-wrapper ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.desc-refresh div#describe_box div.days-wrapper ul li {
    float: none;
    width: 72px;
    height: 38px;
    line-height: 36px;
    margin: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-muted);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.desc-refresh div#describe_box div.days-wrapper ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    text-decoration: none;
}

.desc-refresh div#describe_box div.days-wrapper ul li a span {
    line-height: 1;
}

.desc-refresh div#describe_box div.days-wrapper ul li:hover {
    border-color: rgba(179, 122, 35, 0.2);
    background: rgba(255, 194, 51, 0.1);
    color: #b37a23;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.desc-refresh div#describe_box div.days-wrapper ul li.active,
.desc-refresh div#describe_box div.days-wrapper ul li.active:hover {
    border-color: rgba(179, 122, 35, 0.24);
    background: linear-gradient(135deg, rgba(255, 194, 51, 0.16) 0%, rgba(255, 226, 170, 0.22) 100%);
    color: #9f6d1d;
    box-shadow: 0 14px 26px rgba(158, 116, 36, 0.16);
}

.desc-refresh div#describe_box div.days-wrapper ul li:after,
.desc-refresh div#describe_box div.days-wrapper ul li:hover:after,
.desc-refresh div#describe_box div.days-wrapper ul li.active:after {
    display: none;
}

.desc-refresh div#describe_box div.day-content h3 {
    border-left-color: rgba(148, 163, 184, 0.45);
    color: var(--text-primary);
}

.desc-refresh div#describe_box div.day-content h3 div {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(179, 122, 35, 0.28);
    color: #b37a23;
    box-shadow: 0 8px 18px rgba(158, 116, 36, 0.16);
    font-weight: var(--font-weight-semibold);
}

.desc-refresh div#describe_box div.day-content h3 span.day {
    color: var(--text-body);
}

.desc-refresh div#describe_box div.day-content div.day-item > ul {
    border-left-color: rgba(148, 163, 184, 0.45);
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > span {
    color: var(--text-body);
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > span i {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 253, 0.95) 100%);
    border: 1px solid rgba(179, 122, 35, 0.22);
    color: #b37a23;
    box-shadow: 0 8px 16px rgba(158, 116, 36, 0.14);
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > p {
    color: var(--text-muted);
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li {
    display: flex;
    align-items: flex-start;
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > span {
    flex: 0 0 100px;
    width: 100px;
    float: none;
    margin-left: -8px;
    padding-top: 0;
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > span i {
    top: 0;
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > p,
.desc-refresh div#describe_box div.day-content div.day-item > ul > li > div,
.desc-refresh div#describe_box div.day-content div.day-item > ul > li > ul.note {
    flex: 1 1 auto;
    align-self: flex-start;
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > p {
    padding-left: 0;
    margin-top: 0;
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > div.pois,
.desc-refresh div#describe_box div.day-content div.day-item > ul > li > div.day-attachments-swiper {
    margin-top: 0;
    padding: 0;
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > div.dinner-hotel {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    margin: 0 0 10px 26px;
}

.desc-refresh div#describe_box div.day-content div.day-item > ul > li > ul.note {
    margin: 0;
    padding: 2px 0 0;
}

.desc-refresh .pois .poi .thumb,
.desc-refresh .day-attachments-swiper .swiper-slide .thumb {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.desc-refresh .day-attachments-swiper .swiper-slide .thumb {
    border-radius: 10px;
}

.desc-refresh ul.summary-imgs li div.img-container {
    border-radius: 12px;
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

.desc-refresh ul.summary-imgs li div.img-wrapper {
    border-radius: 8px;
}

.desc-refresh ul.summary-imgs li:hover div.img-container {
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.16);
}

.desc-refresh div.img-desc-wrapper {
    margin: 10px auto 32px;
    padding: 0;
    width: 100%;
    max-width: 790px;
    overflow: hidden;
    border-radius: 14px;
}

.desc-refresh div.img-desc-wrapper img {
    display: block;
    width: 100%;
    max-width: 790px;
    height: auto;
    margin: 0 auto;
}

.desc-refresh a.view-all {
    margin-right: 0;
}

.desc-refresh #similar-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    overflow: hidden;
}

.desc-refresh #similar-container div.tour-wrapper {
    width: 25%;
    float: none;
    padding: 0 10px 20px;
    box-sizing: border-box;
}

.desc-refresh #similar-container div.tour-wrapper div.tour {
    margin: 0;
    padding: 212px 16px 16px;
    height: 334px;
    border: 1px solid rgba(226, 232, 240, 0.84);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 254, 0.96) 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.desc-refresh #similar-container div.tour-wrapper div.tour:hover {
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    transform: translateY(-1px);
}

.desc-refresh #similar-container div.tour-wrapper div.tour div.thumb {
    top: 12px;
    left: 12px;
    right: 12px;
    height: 188px;
    border-radius: 18px;
    overflow: hidden;
}

.desc-refresh #similar-container div.tour-wrapper div.tour div.thumb span {
    top: 14px;
    left: 14px;
    line-height: 1;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-primary);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
}

.desc-refresh #similar-container div.tour-wrapper div.tour h5 {
    margin: 0;
    color: var(--text-body);
    font-weight: var(--font-weight-semibold);
    line-height: 1.45;
    letter-spacing: -0.01em;
    max-height: 64px;
}

.desc-refresh #similar-container div.tour-wrapper div.tour div.meta {
    left: 16px;
    right: 16px;
    bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.desc-refresh #similar-container div.tour-wrapper div.tour div.meta span.discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 999px;
    padding: 6px 10px;
    background: linear-gradient(135deg, rgba(255, 53, 115, 0.16) 0%, rgba(255, 194, 51, 0.18) 100%);
    color: #ff3573;
    border: 1px solid rgba(255, 53, 115, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.desc-refresh #similar-container div.tour-wrapper div.tour div.meta span.discount small {
    margin-left: 1px;
    font-size: var(--font-size-sm);
    line-height: 1;
    font-weight: var(--font-weight-medium);
    color: inherit;
}

.desc-refresh #similar-container div.tour-wrapper div.tour div.meta span.current-price {
    display: inline-flex;
    align-items: baseline;
    line-height: 1;
    font-size: var(--font-size-price-md);
    color: var(--text-primary);
    font-weight: var(--font-weight-bold);
}

.desc-refresh #similar-container div.tour-wrapper div.tour div.meta span.current-price small {
    color: var(--text-subtle);
}

.desc-refresh div#faq {
    overflow: hidden;
}

.desc-refresh div#faq > ul.faq {
    float: left;
    width: 33.3333%;
    padding: 0 10px 24px;
    margin: 0;
    box-sizing: border-box;
}

.desc-refresh div#faq ul li {
    box-sizing: border-box;
    width: 100%;
}

.desc-refresh div#faq ul li span.q {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    color: #8f6220;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 8px;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.desc-refresh div#faq ul li:hover span.q,
.desc-refresh div#faq ul li.active span.q {
    color: #7a5519;
    border-color: rgba(179, 122, 35, 0.32);
    background: linear-gradient(180deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 241, 199, 0.92) 100%);
    box-shadow: 0 10px 18px rgba(158, 116, 36, 0.12);
}

.desc-refresh div#faq ul li span.a {
    float: none;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    color: var(--text-muted);
}

.desc-refresh div#faq ul li span.a:before {
    border-bottom-color: var(--text-inverse);
}

.desc-refresh div.calendar-ext {
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 253, 0.96) 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.desc-refresh div.calendar-ext.alter {
    margin-top: 12px;
    width: calc(100% - var(--tour-gallery-right-gap));
    margin-right: var(--tour-gallery-right-gap);
    padding-right: 0;
    box-sizing: border-box;
}

.desc-refresh div.calendar-ext.is-loading {
    position: relative;
    min-height: 336px;
}

.desc-refresh div.calendar-ext .calendar-loading-mask {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(246, 249, 253, 0.92) 100%);
    color: var(--text-muted);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.01em;
}

.desc-refresh div.calendar-ext.is-loading .calendar-loading-mask {
    display: inline-flex;
}

.desc-refresh div.calendar-ext .calendar-loading-mask .loading-spinner {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(148, 163, 184, 0.38);
    border-top-color: #c2862f;
    animation: calendarLoadingSpin .9s linear infinite;
}

.desc-refresh div.calendar-ext .calendar-price-updating-tip {
    margin: 8px 10px 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(194, 134, 47, 0.12);
    color: #8a6222;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    line-height: 1.4;
}

.desc-refresh div.calendar-ext .calendar-price-updating-tip i {
    font-size: 12px;
}

@keyframes calendarLoadingSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.desc-refresh div.calendar-ext div.fc-header-toolbar {
    position: relative;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: rgba(15, 23, 42, 0.04);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.desc-refresh div.calendar-ext div.fc-header-toolbar h2 {
    margin: 0;
    line-height: 46px;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    color: var(--text-body);
    letter-spacing: 0.01em;
}

.desc-refresh div.calendar-ext div.fc-header-toolbar .fc-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    margin-top: 6px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: none;
    text-shadow: none;
}

.desc-refresh div.calendar-ext div.fc-header-toolbar .fc-button span {
    display: inline;
    color: var(--text-body);
    font-family: FontAwesome;
    font-size: var(--font-size-sm);
    line-height: 1;
}

.desc-refresh div.calendar-ext div.fc-header-toolbar .fc-button:hover {
    border-color: rgba(15, 23, 42, 0.5);
    background: #fff;
}

.desc-refresh div.calendar-ext div.fc-header-toolbar .fc-button:hover span {
    color: #ff3573;
}

.desc-refresh div.calendar-ext .fc-view-container,
.desc-refresh div.calendar-ext .fc-view-container table,
.desc-refresh div.calendar-ext .fc-view-container th,
.desc-refresh div.calendar-ext .fc-view-container td {
    border-color: rgba(148, 163, 184, 0.3);
}

.desc-refresh div.calendar-ext th.fc-day-header {
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-muted);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    text-align: left;
    padding: 8px 0 8px 8px;
}

.desc-refresh div.calendar-ext .fc-body .fc-row {
    min-height: 42px;
}

.desc-refresh .cal-wrapper div.calendar-ext .fc-body .fc-row {
    min-height: 48px;
}

.desc-refresh div.calendar-ext.alter .fc-body .fc-row {
    min-height: 58px;
}

.desc-refresh div.calendar-ext td.fc-day.fc-today {
    background-color: transparent;
    position: relative;
}

.desc-refresh div.calendar-ext span.today {
    position: absolute;
    right: 6px;
    top: 4px;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    border-radius: 999px;
    font-size: var(--font-size-xs);
    color: var(--text-subtle);
    background: rgba(255, 255, 255, 0.86);
}

.desc-refresh div.calendar-ext .fc-day-top {
    position: relative;
}

.desc-refresh div.calendar-ext .fc-day-number {
    font-size: var(--font-size-xs);
    color: var(--text-subtle);
    padding: 0;
    font-weight: var(--font-weight-regular);
    float: none !important;
    position: absolute;
    display: block;
    top: 3px;
    left: 3px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    transition: all .12s ease;
}

.desc-refresh div.calendar-ext.alter .fc-day-number {
    font-size: var(--font-size-sm);
}

.desc-refresh div.calendar-ext .fc-today .fc-day-number {
    color: var(--text-inverse) !important;
    background-color: #8a97ab;
}

.desc-refresh div.calendar-ext .available .fc-day-number {
    color: var(--text-body);
    cursor: pointer;
}

.desc-refresh div.calendar-ext .available .fc-day-number.hover,
.desc-refresh div.calendar-ext .selected .fc-day-number,
.desc-refresh div.calendar-ext .selected .fc-day-number:hover {
    background-color: #ff3573 !important;
    color: var(--text-inverse) !important;
}

.desc-refresh div.calendar-ext td.fc-day.available:hover {
    background: rgba(15, 23, 42, 0.03);
}

.desc-refresh div.calendar-ext td.fc-day.selected {
    background: rgba(255, 53, 115, 0.08);
}

.desc-refresh div.calendar-ext .price-wrapper {
    position: absolute;
    top: 2px;
    left: 4px;
    right: 4px;
    bottom: 2px;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    color: #ff3573;
    cursor: pointer;
}

.desc-refresh div.calendar-ext.alter .price-wrapper {
    top: 0;
    left: 2px;
    right: 2px;
    bottom: 0;
}

.desc-refresh div.calendar-ext .price-wrapper span {
    position: absolute;
    right: 0;
    bottom: 0;
}

.desc-refresh div.calendar-ext .price-wrapper span.sp-desc {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: var(--font-size-xs);
    color: var(--text-subtle);
    text-align: right;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2px;
}

.desc-refresh div.calendar-ext .price-wrapper span.sp-no-desc {
    font-size: var(--font-size-2xl);
    color: var(--text-subtle);
    padding: 8px 0;
}

.desc-refresh div.calendar-ext .price-wrapper small.sp-tag:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-right: 13px solid #c7cfda;
    border-bottom: 13px solid transparent;
    transition: border-color .12s ease;
}

.desc-refresh div.calendar-ext .price-wrapper:hover small.sp-tag:after {
    border-right-color: #8a97ab;
}

.desc-refresh div.calendar-ext .selected .price-wrapper small.sp-tag:after {
    border-right-color: #ff3573;
}

.desc-refresh div.calendar-ext .selected .price-wrapper span {
    color: #ff3573;
}

.desc-refresh div.tour-calendar {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 253, 0.96) 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.desc-refresh div.tour-calendar div.fc-header-toolbar {
    position: relative;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: rgba(15, 23, 42, 0.04);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.desc-refresh div.tour-calendar div.fc-header-toolbar h2 {
    margin: 0;
    line-height: 46px;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    color: var(--text-body);
    letter-spacing: 0.01em;
}

.desc-refresh div.tour-calendar div.fc-header-toolbar .fc-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    margin-top: 6px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: none;
    text-shadow: none;
}

.desc-refresh div.tour-calendar div.fc-header-toolbar .fc-button span {
    display: inline;
    color: var(--text-body);
    font-family: FontAwesome;
    font-size: var(--font-size-sm);
    line-height: 1;
}

.desc-refresh div.tour-calendar div.fc-header-toolbar .fc-button:hover {
    border-color: rgba(15, 23, 42, 0.5);
    background: #fff;
}

.desc-refresh div.tour-calendar div.fc-header-toolbar .fc-button:hover span {
    color: #ff3573;
}

.desc-refresh div.tour-calendar .fc-view-container,
.desc-refresh div.tour-calendar .fc-view-container table,
.desc-refresh div.tour-calendar .fc-view-container th,
.desc-refresh div.tour-calendar .fc-view-container td {
    border-color: rgba(148, 163, 184, 0.3);
}

.desc-refresh div.tour-calendar th.fc-day-header {
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-muted);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    text-align: left;
    padding: 8px 0 8px 8px;
}

.desc-refresh div.tour-calendar td.fc-day.fc-today {
    background-color: transparent;
    position: relative;
}

.desc-refresh div.tour-calendar span.today {
    position: absolute;
    right: 6px;
    top: 4px;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    border-radius: 999px;
    font-size: var(--font-size-xs);
    color: var(--text-subtle);
    background: rgba(255, 255, 255, 0.86);
}

.desc-refresh div.tour-calendar .fc-day-top {
    position: relative;
}

.desc-refresh div.tour-calendar .fc-day-number {
    font-size: var(--font-size-sm);
    color: var(--text-subtle);
    padding: 0;
    font-weight: var(--font-weight-regular);
    float: none !important;
    position: absolute;
    display: block;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    transition: all .12s ease;
}

.desc-refresh div.tour-calendar .fc-today .fc-day-number {
    color: var(--text-inverse) !important;
    background-color: #8a97ab;
}

.desc-refresh div.tour-calendar .available .fc-day-number {
    color: var(--text-body);
    cursor: pointer;
}

.desc-refresh div.tour-calendar .available .fc-day-number.hover,
.desc-refresh div.tour-calendar .selected .fc-day-number,
.desc-refresh div.tour-calendar .selected .fc-day-number:hover {
    background-color: #ff3573 !important;
    color: var(--text-inverse) !important;
}

.desc-refresh div.tour-calendar td.fc-day.available:hover {
    background: rgba(15, 23, 42, 0.03);
}

.desc-refresh div.tour-calendar td.fc-day.selected {
    background: rgba(255, 53, 115, 0.08);
}

.desc-refresh div.tour-calendar .price-wrapper {
    position: absolute;
    top: 2px;
    left: 4px;
    right: 4px;
    bottom: 2px;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    color: #ff3573;
    cursor: pointer;
}

.desc-refresh div.tour-calendar .price-wrapper span {
    position: absolute;
    right: 0;
    bottom: 0;
}

.desc-refresh div.tour-calendar .price-wrapper span.sp-desc {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: var(--font-size-xs);
    color: var(--text-subtle);
    text-align: right;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2px;
}

.desc-refresh div.tour-calendar .price-wrapper span.sp-no-desc {
    font-size: var(--font-size-2xl);
    color: var(--text-subtle);
    padding: 8px 0;
}

.desc-refresh div.tour-calendar .price-wrapper small.sp-tag:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-right: 13px solid #c7cfda;
    border-bottom: 13px solid transparent;
    transition: border-color .12s ease;
}

.desc-refresh div.tour-calendar .price-wrapper:hover small.sp-tag:after {
    border-right-color: #8a97ab;
}

.desc-refresh div.tour-calendar .selected .price-wrapper small.sp-tag:after {
    border-right-color: #ff3573;
}

.desc-refresh div.tour-calendar .selected .price-wrapper span {
    color: #ff3573;
}

.desc-refresh .price-popover-wrapper div.popover {
    padding: 0;
    max-width: 340px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 253, 0.96) 100%);
    z-index: 18000;
    overflow: hidden;
}

.desc-refresh .price-popover-wrapper div.popover.top > .arrow {
    border-top-color: rgba(15, 23, 42, 0.14);
}

.desc-refresh .price-popover-wrapper div.popover.top > .arrow:after {
    border-top-color: rgba(248, 250, 253, 0.96);
}

.desc-refresh .price-popover-wrapper div.popover.bottom > .arrow {
    border-bottom-color: rgba(15, 23, 42, 0.14);
}

.desc-refresh .price-popover-wrapper div.popover.bottom > .arrow:after {
    border-bottom-color: var(--text-inverse);
}

.desc-refresh .price-popover-wrapper div.popover.left > .arrow {
    border-left-color: rgba(15, 23, 42, 0.14);
}

.desc-refresh .price-popover-wrapper div.popover.left > .arrow:after {
    border-left-color: var(--text-inverse);
}

.desc-refresh .price-popover-wrapper div.popover.right > .arrow {
    border-right-color: rgba(15, 23, 42, 0.14);
}

.desc-refresh .price-popover-wrapper div.popover.right > .arrow:after {
    border-right-color: var(--text-inverse);
}

.desc-refresh .price-popover-wrapper div.popover h3 {
    margin: 0;
    padding: 8px 12px;
    background: rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    font-size: var(--font-size-base);
    color: var(--text-body);
    font-weight: var(--font-weight-medium);
    line-height: 1.4;
}

.desc-refresh .price-popover-wrapper div.popover h3 i {
    margin: -2px 6px 0 0;
    color: #ff3573;
    background: transparent;
}

.desc-refresh .price-popover-wrapper div.popover ul {
    margin: 8px 10px 10px;
    padding: 0;
    list-style: none;
}

.desc-refresh .price-popover-wrapper div.popover ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-height: 26px;
    padding: 1px 2px;
    line-height: 1.4;
    color: var(--text-muted);
    font-size: var(--font-size-sm);
}

.desc-refresh .price-popover-wrapper div.popover ul li strong {
    flex: 0 0 84px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    color: var(--text-body);
}

.desc-refresh .price-popover-wrapper div.popover .price.current {
    color: var(--text-body);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    padding: 0;
}

.desc-refresh .price-popover-wrapper div.popover .price.orig {
    color: var(--text-subtle);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-regular);
    text-decoration: line-through;
    padding: 0;
}

.desc-refresh .price-popover-wrapper div.popover ul li.sp {
    display: block;
    min-height: 0;
    margin-bottom: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: var(--font-size-sm);
    line-height: 1.4;
    color: #92400e;
    text-align: center;
    background: rgba(251, 191, 36, 0.22);
}

.desc-refresh div.pick-date span.title {
    color: var(--text-body);
}

.desc-refresh div.pick-date div.pick-date-value {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-body);
}

.desc-refresh div.pick-date div.pick-date-value:hover {
    border-color: rgba(15, 23, 42, 0.42);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.desc-refresh div.pick-date div.cal-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.96) 100%);
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
}

.desc-refresh div.pick-date div.cal-wrapper h3 {
    margin: 0 0 8px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.08);
    color: var(--text-body);
}

.desc-refresh div.pick-date div.cal-wrapper h3 small {
    color: var(--text-subtle);
}

.desc-refresh div.pick-date div.cal-wrapper h3 small:hover {
    color: var(--text-body);
}

.desc-refresh div#order_tour {
    z-index: 15000;
}

.desc-refresh div#order_tour div.modal-dialog {
    width: 1200px;
    height: 700px;
    margin-top: 36px;
}

.desc-refresh div#order_tour .modal-content {
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 253, 0.96) 100%);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.24);
}

.desc-refresh div#order_tour div.modal-header {
    height: 94px;
    padding: 0 78px 0 0;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.desc-refresh div#order_tour div.modal-header button.close {
    top: 18px;
    right: 16px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: var(--font-size-2xl);
    border-radius: 999px;
    opacity: 1;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.35);
    transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.desc-refresh div#order_tour div.modal-header button.close:hover {
    color: var(--text-body);
    border-color: rgba(15, 23, 42, 0.4);
}

.desc-refresh div#order_tour div.modal-header ul {
    height: 94px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.desc-refresh div#order_tour div.modal-header ul li {
    float: none;
    flex: 0 0 auto;
    height: 40px;
    margin: 0;
    padding: 0 12px 0 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    transition: background-color .18s ease, border-color .18s ease;
}

.desc-refresh div#order_tour div.modal-header ul li:hover {
    border-color: rgba(148, 163, 184, 0.2);
    background: rgba(255, 53, 115, .08);
}

.desc-refresh div#order_tour div.modal-header ul li.active {
    height: 40px;
    margin: 0;
    border-color: rgba(255, 53, 115, 0.18);
    background: rgba(255, 53, 115, .12);
    box-shadow: none;
}

.desc-refresh div#order_tour div.modal-header span.step {
    position: static;
    margin: 0;
    width: auto;
    min-width: 0;
    height: 34px;
    line-height: 1;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: color .18s ease;
}

.desc-refresh div#order_tour div.modal-header ul li:hover span.step {
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #ff3573;
}

.desc-refresh div#order_tour div.modal-header li.active span.step,
.desc-refresh div#order_tour div.modal-header li.active:hover span.step {
    margin-top: 0;
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #ff3573;
    font-weight: var(--font-weight-bold);
}

.desc-refresh div#order_tour div.modal-header div.step-arrow {
    display: none;
}

.desc-refresh div#order_tour div.modal-header h3 {
    margin: 0;
    float: none;
    height: 34px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: var(--font-size-md);
    color: var(--text-body);
    font-weight: var(--font-weight-semibold);
    letter-spacing: .01em;
    padding: 0;
    transition: color .18s ease;
    white-space: nowrap;
}

.desc-refresh div#order_tour div.modal-header ul li:hover h3 {
    color: #ff3573;
}

.desc-refresh div#order_tour div.modal-header ul li.active h3,
.desc-refresh div#order_tour div.modal-header ul li.active:hover h3 {
    line-height: 1;
    color: #ff3573;
    font-weight: var(--font-weight-semibold);
}

.desc-refresh div#order_tour div.modal-body {
    height: 545px;
    background: rgba(246, 249, 253, 0.72);
}

.desc-refresh div#order_tour div.order-form {
    height: 545px;
    background: transparent;
}

.desc-refresh div#order_tour div.order-form div.step {
    padding-left: 728px;
}

.desc-refresh div#order_tour div.order-form div.step-fullwidth {
    position: relative;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.desc-refresh div#order_tour div.modal-footer {
    height: 60px;
    padding: 0 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.94);
}

.desc-refresh div#order_tour div.modal-footer span.total-price {
    padding-left: 0;
    font-size: var(--font-size-3xl);
    color: #ff3573;
}

.desc-refresh div#order_tour div.modal-footer span.total-price span.title {
    width: auto;
    padding-right: 10px;
    line-height: 60px;
    font-size: var(--font-size-base);
    color: var(--text-body);
}

.desc-refresh div#order_tour div.modal-footer span.total-price span.number {
    font-size: calc(var(--font-size-3xl) + 2px);
    font-weight: var(--font-weight-semibold);
}

.desc-refresh div#order_tour div.modal-footer span.discount-info {
    margin: 15px 0 15px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.74);
    color: var(--text-inverse);
    font-size: var(--font-size-sm);
}

.desc-refresh div#order_tour div.modal-footer span.discount-info i.arrow-to-left {
    display: none;
}

.desc-refresh div#order_tour div.modal-footer span.step-btn {
    height: 42px;
    line-height: 40px;
    margin: 9px 0 0 10px;
    padding: 0 18px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.42);
    color: var(--text-body);
    background: rgba(255, 255, 255, 0.92);
    box-sizing: border-box;
}

.desc-refresh div#order_tour div.modal-footer span.step-btn.next,
.desc-refresh div#order_tour div.modal-footer span.step-btn.pay-now {
    border-color: transparent;
    color: var(--text-primary);
    background: linear-gradient(135deg, #ffc233 0%, #ffb24d 100%);
    box-shadow: 0 10px 20px rgba(255, 194, 51, 0.26);
}

.desc-refresh div#order_tour div.modal-footer span.step-btn:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(15, 23, 42, 0.36);
    color: var(--text-body);
}

.desc-refresh div#order_tour div.modal-footer span.step-btn.next:hover,
.desc-refresh div#order_tour div.modal-footer span.step-btn.pay-now:hover {
    background: linear-gradient(135deg, #ffcf57 0%, #ffc233 100%);
    border-color: transparent;
    color: var(--text-primary);
}

.desc-refresh div#order_tour div.modal-footer span.step-last,
.desc-refresh div#order_tour div.modal-footer span.prev,
.desc-refresh div#order_tour div.modal-footer span.next {
    border-left: none;
}

.desc-refresh div#order_tour span.exchange-note {
    line-height: 30px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    border-radius: 0 0 10px 10px;
    background: rgba(15, 23, 42, 0.78);
}

.desc-refresh div#order_tour div.order-form div.form-section > label {
    color: var(--text-body);
    font-size: var(--font-size-md);
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-semibold);
    line-height: 1.45;
    letter-spacing: 0.01em;
}

.desc-refresh div#order_tour div.order-form div.form-section > label small {
    color: var(--text-subtle);
    font-size: var(--font-size-sm);
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-regular);
}

.desc-refresh div#order_tour div.order-form div.form-section select,
.desc-refresh div#order_tour div.order-form div.form-section input[type="text"],
.desc-refresh div#order_tour div.order-form div.form-section input[type="email"],
.desc-refresh div#order_tour div.order-form div.form-section input[type="tel"],
.desc-refresh div#order_tour div.order-form div.form-section input[type="number"],
.desc-refresh div#order_tour div.order-form div.form-section input[type="password"],
.desc-refresh div#order_tour div.order-form div.form-section textarea {
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 10px;
    color: var(--text-body);
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.45;
    letter-spacing: 0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 1px 2px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.desc-refresh div#order_tour div.order-form div.form-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 28px;
    background-image:
        linear-gradient(45deg, transparent 50%, #6b7280 50%),
        linear-gradient(135deg, #6b7280 50%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    background-position:
        calc(100% - 15px) calc(50% - 2px),
        calc(100% - 10px) calc(50% - 2px),
        0 0;
    background-size: 6px 6px, 6px 6px, 100% 100%;
    background-repeat: no-repeat;
}

.desc-refresh div#order_tour div.order-form div.form-section input[type="text"]::placeholder,
.desc-refresh div#order_tour div.order-form div.form-section input[type="email"]::placeholder,
.desc-refresh div#order_tour div.order-form div.form-section input[type="tel"]::placeholder,
.desc-refresh div#order_tour div.order-form div.form-section input[type="number"]::placeholder,
.desc-refresh div#order_tour div.order-form div.form-section input[type="password"]::placeholder,
.desc-refresh div#order_tour div.order-form div.form-section textarea::placeholder {
    color: var(--text-subtle);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-regular);
}

.desc-refresh div#order_tour div.order-form div.form-section select:hover {
    background-image:
        linear-gradient(45deg, transparent 50%, #4b5563 50%),
        linear-gradient(135deg, #4b5563 50%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    background-position:
        calc(100% - 15px) calc(50% - 2px),
        calc(100% - 10px) calc(50% - 2px),
        0 0;
    background-size: 6px 6px, 6px 6px, 100% 100%;
    background-repeat: no-repeat;
    border-color: rgba(15, 23, 42, 0.34);
}

.desc-refresh div#order_tour div.order-form div.form-section input[type="text"]:hover,
.desc-refresh div#order_tour div.order-form div.form-section input[type="email"]:hover,
.desc-refresh div#order_tour div.order-form div.form-section input[type="tel"]:hover,
.desc-refresh div#order_tour div.order-form div.form-section input[type="number"]:hover,
.desc-refresh div#order_tour div.order-form div.form-section input[type="password"]:hover,
.desc-refresh div#order_tour div.order-form div.form-section textarea:hover {
    background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    border-color: rgba(15, 23, 42, 0.34);
}

.desc-refresh div#order_tour div.order-form div.form-section select:focus {
    outline: none;
    border-color: rgba(59, 130, 246, 0.55);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    background-image:
        linear-gradient(45deg, transparent 50%, #2563eb 50%),
        linear-gradient(135deg, #2563eb 50%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    background-position:
        calc(100% - 15px) calc(50% - 2px),
        calc(100% - 10px) calc(50% - 2px),
        0 0;
    background-size: 6px 6px, 6px 6px, 100% 100%;
    background-repeat: no-repeat;
}

.desc-refresh div#order_tour div.order-form div.form-section input[type="text"]:focus,
.desc-refresh div#order_tour div.order-form div.form-section input[type="email"]:focus,
.desc-refresh div#order_tour div.order-form div.form-section input[type="tel"]:focus,
.desc-refresh div#order_tour div.order-form div.form-section input[type="number"]:focus,
.desc-refresh div#order_tour div.order-form div.form-section input[type="password"]:focus,
.desc-refresh div#order_tour div.order-form div.form-section textarea:focus {
    outline: none;
    border-color: rgba(59, 130, 246, 0.55);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    background: #ffffff;
}

.desc-refresh div#order_tour div.order-form div.form-section div.customerinfo-wrapper input.customer-name,
.desc-refresh div#order_tour .contactphone-wrapper input {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    color: var(--text-body);
}

.desc-refresh div#order_tour div.order-form div.form-section div.customerinfo-wrapper select,
.desc-refresh div#order_tour .contactphone-wrapper select {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    color: var(--text-body);
}

.desc-refresh div#order_tour .contactphone-wrapper select#contact_phone_country {
    width: 128px !important;
    min-width: 128px;
    padding-left: 8px;
    padding-right: 24px;
}

.desc-refresh div#order_tour .contactphone-wrapper input#contact_phone {
    padding-left: 136px;
}

.desc-refresh div#order_tour .memo-wrapper div.note-wrapper {
    padding: 10px 12px 10px 54px;
    margin: 0 0 10px;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.22);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.96) 0%, rgba(227, 240, 255, 0.9) 100%);
    color: var(--text-body);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.1);
}

.desc-refresh div#order_tour .memo-wrapper div.note-wrapper div.note-icon-wrapper {
    left: 10px;
    width: 34px;
    top: 8px;
    bottom: 8px;
    border-right: 1px solid rgba(59, 130, 246, 0.2);
}

.desc-refresh div#order_tour .memo-wrapper div.note-wrapper .note-icon {
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    font-size: var(--font-size-xl);
    color: #2563eb;
}

.desc-refresh div#order_tour span.memo-notify-title {
    display: block;
    margin: 0 0 3px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: var(--text-body);
}

.desc-refresh div#order_tour ul.memo-notify-items {
    margin: 2px 0 0;
}

.desc-refresh div#order_tour ul.memo-notify-items li {
    margin-bottom: 3px;
    color: var(--text-muted);
    font-size: var(--font-size-sm);
    line-height: 1.5;
}

.desc-refresh div#order_tour ul.memo-notify-items li i {
    color: #2563eb;
}

.desc-refresh div#order_tour #room_arrange .form-group .for-adult,
.desc-refresh div#order_tour #room_arrange .form-group .for-children {
    min-height: 52px;
}

.desc-refresh div#order_tour #room_arrange .form-group span.roomarrange-share {
    display: none !important;
}

.desc-refresh div#order_tour #room_arrange .form-group .for-adult > span,
.desc-refresh div#order_tour #room_arrange .form-group .for-children > span {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    min-width: 0;
}

.desc-refresh div#order_tour #room_arrange .form-group .for-adult > span small,
.desc-refresh div#order_tour #room_arrange .form-group .for-children > span small {
    float: none;
    margin-left: 8px;
    padding-right: 2px;
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    padding-left: 0;
    font-size: var(--font-size-xs) !important;
    color: var(--text-subtle);
}

.desc-refresh div#order_tour #room_arrange .form-group .for-adult > span small .room-small-track,
.desc-refresh div#order_tour #room_arrange .form-group .for-children > span small .room-small-track {
    position: relative;
    left: 0;
    display: inline-block;
    width: auto !important;
    min-width: 0;
    max-width: none;
    height: auto;
    line-height: inherit;
    white-space: nowrap;
    text-align: left;
    padding-right: 2px;
}

.desc-refresh div#order_tour h4.order-confirm-title {
    width: 100%;
    height: auto;
    margin: 0 0 12px;
    padding: 0 0 12px;
    position: static;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: var(--text-body);
    border-bottom: 1px solid rgba(148, 163, 184, 0.34);
}

.desc-refresh div#order_tour h4.order-confirm-title i {
    position: static;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: var(--font-size-base);
    border-radius: 999px;
    text-align: center;
    flex: 0 0 30px;
    background: linear-gradient(135deg, #ffc233 0%, #ffb24d 100%);
    color: var(--text-primary);
}

.desc-refresh div#order_tour div.order-confirm-wrapper {
    position: absolute;
    top: 14px;
    left: 20px;
    right: 20px;
    bottom: 176px;
    height: auto;
    margin: 0;
    padding: 14px 16px 12px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(249, 252, 255, 0.9) 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.desc-refresh div#order_tour div#order_confirm {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    margin: 0;
    padding: 2px 0 4px;
    overflow: auto;
    display: grid;
    grid-template-columns: minmax(340px, 1.35fr) minmax(250px, 1fr) minmax(250px, 1fr);
    align-content: start;
    gap: 12px;
}

.desc-refresh div#order_tour div#order_confirm > ul {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
    height: auto;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
}

.desc-refresh div#order_tour div#order_confirm > ul.order-basic {
    min-width: 0;
}

.desc-refresh div#order_tour div#order_confirm > ul.order-advanced {
    min-width: 0;
}

.desc-refresh div#order_tour div#order_confirm > ul.order-memo {
    min-width: 0;
}

.desc-refresh div#order_tour div#order_confirm > ul > li {
    margin: 0;
    padding: 10px 12px;
    border-bottom: 1px dashed rgba(148, 163, 184, 0.28);
}

.desc-refresh div#order_tour div#order_confirm > ul > li:last-child {
    border-bottom: none;
}

.desc-refresh div#order_tour div#order_confirm > ul > li span.title {
    position: static;
    width: auto;
    display: block;
    margin-bottom: 4px;
    color: var(--text-subtle);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    line-height: 1.4;
}

.desc-refresh div#order_tour div#order_confirm > ul > li p {
    width: auto;
    margin: 0;
    padding: 0;
    color: var(--text-body);
    font-size: var(--font-size-base);
    line-height: 1.6;
    word-break: break-word;
}

.desc-refresh div#order_tour div#order_confirm > ul > li div.addon {
    padding: 0;
    margin: 0;
    gap: 6px;
}

.desc-refresh div#order_tour div#order_confirm > ul > li div.addon span.addon-title {
    color: var(--text-body);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

.desc-refresh div#order_tour div#order_confirm > ul > li div.addon span.addon-selection {
    margin: 0;
    color: var(--text-body);
    font-size: var(--font-size-base);
}

.desc-refresh div#order_tour div#order_confirm > ul > li div.addon span.addon-selection i {
    margin-top: 3px;
    margin-right: 5px;
    color: #f59e0b;
}

.desc-refresh div#order_tour div#order_confirm > ul > li textarea {
    width: 100%;
    margin: 2px 0 0;
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 10px;
    color: var(--text-body);
    background: rgba(248, 251, 255, 0.82);
    font-size: var(--font-size-base);
    line-height: 1.6;
}

.desc-refresh div#order_tour div#order_confirm > ul > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.desc-refresh div#order_tour div#order_confirm > ul > li ul li {
    display: block;
    color: var(--text-body);
    font-size: var(--font-size-base);
    line-height: 1.6;
}

.desc-refresh div#order_tour div.payment-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding: 0 20px;
}

.desc-refresh div#order_tour ul#payment-select {
    border-bottom: 1px solid #ddd;
    height: 40px;
    text-align: center;
    margin: 10px 0 20px -500px;
    display: block;
    position: absolute;
    left: 50%;
    width: 1000px;
}

.desc-refresh div#order_tour ul#payment-select li {
    padding: 0;
    display: inline-block;
    border-radius: 8px 8px 0 0;
    height: 39px;
    cursor: pointer;
    margin-right: 2px;
    float: left;
    border: 1px solid transparent;
}

.desc-refresh div#order_tour ul#payment-select li.active {
    background-color: var(--text-inverse);
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    margin-top: 1px;
}

.desc-refresh div#order_tour ul#payment-select li.active:hover {
    background-color: var(--text-inverse);
}

.desc-refresh div#order_tour ul#payment-select li a {
    outline: none;
    margin: 0;
    width: 100%;
    height: 38px;
    line-height: 36px;
    padding: 0 20px;
    color: var(--text-muted);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    display: block;
    text-align: center;
}

.desc-refresh div#order_tour ul#payment-select li a:link,
.desc-refresh div#order_tour ul#payment-select li a:visited,
.desc-refresh div#order_tour ul#payment-select li a:hover,
.desc-refresh div#order_tour ul#payment-select li a:active,
.desc-refresh div#order_tour ul#payment-select li a:focus {
    text-decoration: none;
    outline: none;
}

.desc-refresh div#order_tour ul#payment-select li:hover {
    background-color: #eee;
}

.desc-refresh div#order_tour ul#payment-select li.active a {
    color: #ff3573;
}

.desc-refresh div#order_tour ul#payment-tab {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 800px;
    margin-left: -400px;
    left: 50%;
}

.desc-refresh div#order_tour ul#payment-tab li {
    display: inline-block;
    width: 33%;
    float: left;
    padding: 0;
    position: relative;
}

.desc-refresh div#order_tour ul#payment-tab li div {
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.desc-refresh div#order_tour ul#payment-tab li label {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0;
    height: 72px;
    padding: 0;
    width: 100%;
    padding-left: 40px;
    position: relative;
}

.desc-refresh div#order_tour ul#payment-tab li label span {
    background-repeat: no-repeat;
    background-image: url("https://cdn.wannar.com/images/payment/all.png");
    width: 140px;
    height: 49px;
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
}

.desc-refresh div#order_tour ul#payment-tab li.batch label span {
    background-image: url("https://cdn.wannar.com/images/payment/split-pay-96x96.png");
    background-size: contain;
}

.desc-refresh div#order_tour ul#payment-tab li.batch label span i {
    line-height: 49px;
    font-size: var(--font-size-3xl);
    color: var(--text-body);
}

.desc-refresh div#order_tour ul#payment-tab li.paypal label span {
    background-position: -420px 0;
}

.desc-refresh div#order_tour ul#payment-tab li.alipay label span {
    background-position: -280px 0;
}

.desc-refresh div#order_tour ul#payment-tab li.credit label span {
    background-position: -140px 0;
}

.desc-refresh div#order_tour ul#payment-tab li.remit label span {
    background-position: 0 0;
}

.desc-refresh div#order_tour ul#payment-tab li p {
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-base);
    color: var(--text-body);
    padding-top: 50px;
    margin: 0;
}

.desc-refresh div#user_login {
    z-index: 15000;
    top: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.desc-refresh div#user_login.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.desc-refresh div#user_login .modal-dialog {
    width: 540px !important;
    margin: 0 auto;
}

.desc-refresh div#user_login .modal-content {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.desc-refresh div#user_login .modal-header {
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(180deg, rgba(248, 250, 253, 0.96) 0%, rgba(241, 245, 250, 0.96) 100%);
    padding: 16px 20px;
}

.desc-refresh div#user_login .modal-header .modal-title {
    margin: 0;
    color: var(--text-primary);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    line-height: 1.35;
}

.desc-refresh div#user_login .modal-header .close {
    margin-top: -3px;
    font-size: 24px;
    color: var(--text-subtle);
    opacity: .72;
    text-shadow: none;
}

.desc-refresh div#user_login .modal-header .close:hover {
    color: #ea580c;
    opacity: 1;
}

.desc-refresh div#user_login .modal-body {
    padding: 20px 20px 18px;
}

.desc-refresh div#user_login .pmb-loginform {
    margin-bottom: 0 !important;
}

.desc-refresh div#user_login .input-group {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.desc-refresh div#user_login .input-group + .input-group {
    margin-top: 10px !important;
}

.desc-refresh #user_login .input-group-addon {
    width: 46px;
    min-width: 46px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-right: none;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(180deg, rgba(243, 246, 251, 0.95) 0%, rgba(233, 239, 247, 0.95) 100%);
    color: var(--text-muted);
    font-size: var(--font-size-base);
}

.desc-refresh #user_login .input-group .form-control {
    height: 46px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 0 12px 12px 0;
    box-shadow: none;
    color: var(--text-body);
    font-size: var(--font-size-base);
    line-height: 46px;
    padding: 0 12px;
}

.desc-refresh #user_login .input-group .form-control:focus {
    border-color: rgba(249, 115, 22, 0.55);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14);
}

.desc-refresh div#user_login .form-group {
    margin: 10px 0 12px !important;
}

.desc-refresh #user_login label.small {
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    font-weight: var(--font-weight-regular);
}

.desc-refresh #user_login label.small input[type="checkbox"] {
    margin: -2px 6px 0 0;
    vertical-align: middle;
    accent-color: #f97316;
}

.desc-refresh div#user_login #login-hint {
    display: block;
    min-height: 20px;
    color: #c83b3b !important;
    font-size: var(--font-size-xs) !important;
    font-weight: var(--font-weight-regular) !important;
    line-height: 1.4;
    text-align: right;
}

.desc-refresh button#login-submit {
    border: none;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 14px;
    background: linear-gradient(135deg, #ffb84d 0%, #f97316 100%);
    color: var(--text-inverse);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    letter-spacing: .01em;
    box-shadow: 0 14px 26px rgba(249, 115, 22, 0.28);
    transition: transform .16s ease, box-shadow .18s ease, opacity .18s ease;
}

.desc-refresh button#login-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(249, 115, 22, 0.33);
}

.desc-refresh button#login-submit.disabled,
.desc-refresh button#login-submit.disabled:hover {
    transform: none;
    opacity: .84;
    box-shadow: none;
}

@media (max-width: 1260px) {
    .desc-refresh {
        --tour-gallery-right-gap: 10px;
    }

    .desc-refresh div.section {
        width: calc(100% - 20px);
        min-width: 1180px;
    }

    .desc-refresh div.section.tour-cover {
        border-radius: 24px;
        padding: 18px;
    }

}
