.tour-refresh {
    background:
        radial-gradient(circle at top left, rgba(255, 194, 51, 0.08), transparent 28%),
        radial-gradient(circle at 84% 6%, rgba(255, 53, 115, 0.07), transparent 24%),
        linear-gradient(180deg, #f7f8fb 0%, #eef3f8 36%, #f9fafc 100%);
}

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

.tour-refresh ul.breadcrumb {
    padding: 12px 2px 0;
}

.tour-refresh ul.breadcrumb li a {
    color: var(--text-subtle);
}

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

.tour-refresh #filters {
    margin-top: 14px;
    position: relative;
    z-index: 20;
}

.tour-refresh .decision-guide {
    margin: 0 0 16px;
    padding: 18px 20px 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-top: none;
    border-radius: 0 0 24px 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 248, 240, 0.92) 100%);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.06);
    position: relative;
    z-index: 15;
}

.tour-refresh .decision-guide::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 194, 51, 0.12), transparent 24%),
        radial-gradient(circle at 12% 88%, rgba(255, 53, 115, 0.07), transparent 24%);
    pointer-events: none;
}

.tour-refresh .decision-guide__intro,
.tour-refresh .decision-guide__groups {
    position: relative;
    z-index: 1;
}

.tour-refresh .decision-guide__intro {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.tour-refresh .decision-guide__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-subtle);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

.tour-refresh .decision-guide__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff3573 0%, #ffc233 100%);
    box-shadow: 0 0 0 4px rgba(255, 53, 115, 0.08);
}

.tour-refresh .decision-guide__intro h2 {
    margin: 10px 0 8px;
    color: var(--text-primary);
    font-size: 24px;
    font-weight: var(--font-weight-semibold);
    line-height: 1.3;
}

.tour-refresh .decision-guide__intro p {
    margin: 0;
    color: var(--text-muted);
    font-size: var(--font-size-base);
    line-height: 1.65;
}

.tour-refresh .decision-guide__chip:hover {
    border-color: rgba(255, 53, 115, 0.22);
    box-shadow: 0 14px 26px rgba(255, 53, 115, 0.10);
    text-decoration: none;
}

.tour-refresh .decision-guide__chip:focus,
.tour-refresh .decision-guide__chip:active {
    outline: none;
    text-decoration: none;
}

.tour-refresh .decision-guide__chip.is-selected {
    background: linear-gradient(135deg, rgba(255, 53, 115, 0.96) 0%, rgba(255, 120, 169, 0.92) 100%);
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(255, 53, 115, 0.18);
}

.tour-refresh .decision-guide__chip.is-selected strong,
.tour-refresh .decision-guide__chip.is-selected span {
    color: #fff;
}

.tour-refresh .decision-guide__groups {
    display: block;
    padding-top: 14px;
}

.tour-refresh .decision-guide__group {
    min-width: 0;
}

.tour-refresh .decision-guide__group + .decision-guide__group {
    margin-top: 16px;
}

.tour-refresh .decision-guide__label {
    margin-bottom: 10px;
    color: var(--text-body);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

.tour-refresh .decision-guide__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.tour-refresh .decision-guide__links.is-city {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tour-refresh .decision-guide__chip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 82px;
    padding: 13px 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
    position: relative;
}

.tour-refresh .decision-guide__chip strong {
    color: var(--text-body);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: 1.35;
}

.tour-refresh .decision-guide__chip span {
    margin-top: 5px;
    color: var(--text-subtle);
    font-size: 12px;
    line-height: 1.45;
}

.tour-refresh .decision-guide__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.26) 0%, rgba(255, 236, 202, 0.22) 100%);
    border: 1px solid rgba(255, 241, 245, 0.48);
    color: rgba(255, 250, 250, 0.98);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
    opacity: 0.96;
    box-shadow: 0 8px 18px rgba(167, 40, 92, 0.22);
    backdrop-filter: blur(8px);
}

.tour-refresh .decision-guide__clear i {
    font-size: 11px;
    line-height: 1;
    margin: 0;
}

.tour-refresh .decision-guide__return-tip {
    position: absolute;
    top: -46px;
    right: -4px;
    max-width: 190px;
    padding: 8px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 247, 249, 0.97) 0%, rgba(255, 241, 214, 0.97) 100%);
    border: 1px solid rgba(255, 214, 226, 0.88);
    color: #9a2f59;
    font-size: 12px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: 1.45;
    letter-spacing: 0;
    box-shadow: 0 16px 28px rgba(255, 53, 115, 0.16);
    opacity: 0;
    transform: translateY(4px);
    pointer-events: none;
}

.tour-refresh .decision-guide__chip.show-return-tip .decision-guide__return-tip {
    opacity: 1;
    transform: translateY(0);
}

.tour-refresh .decision-guide__return-tip::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: rgba(255, 242, 220, 0.98);
    border-top: 1px solid rgba(255, 214, 226, 0.88);
    border-right: 1px solid rgba(255, 214, 226, 0.88);
    transform: rotate(135deg);
}

.tour-refresh #trip-list {
    content-visibility: visible;
    contain-intrinsic-size: auto;
}

.tour-refresh ul.dest-tab {
    height: 56px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: none;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(18px);
    position: relative;
    z-index: 30;
}

.tour-refresh ul.dest-tab > li {
    height: 55px;
    line-height: 55px;
    margin: 0;
    background: transparent;
    color: var(--text-subtle);
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.tour-refresh ul.dest-tab > li.active {
    height: 55px;
    line-height: 55px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.tour-refresh ul.dest-tab > li.type:hover {
    background: transparent;
}

.tour-refresh ul.dest-tab > li.active:hover {
    background: transparent;
}

.tour-refresh ul.dest-tab > li > a {
    font-size: var(--font-size-xl);
    color: var(--text-muted);
    padding: 0 22px;
    transition: color .18s ease, background-color .18s ease;
}

.tour-refresh ul.dest-tab > li.type > a {
    position: relative;
}

.tour-refresh ul.dest-tab > li.first > a,
.tour-refresh ul.dest-tab > li.first > span {
    color: var(--text-body);
}

.tour-refresh ul.dest-tab > li.active a {
    color: var(--text-body);
    font-weight: var(--font-weight-semibold);
    position: relative;
}

.tour-refresh ul.dest-tab > li.active a i {
    color: var(--text-subtle);
}

.tour-refresh ul.dest-tab > li.active a::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 8px;
    height: 2px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.22);
}

.tour-refresh ul.dest-tab > li.active > a:hover {
    color: var(--text-body);
}

.tour-refresh ul.dest-tab > li.active > a:hover i {
    color: var(--text-subtle);
}

.tour-refresh ul.dest-tab > li.first > a,
.tour-refresh ul.dest-tab > li.first > span {
    display: inline-flex;
    align-items: center;
    height: 55px;
    line-height: 55px;
    padding: 0 22px;
    vertical-align: top;
}

.tour-refresh ul.dest-tab > li.type > a:hover {
    color: var(--text-body);
}

.tour-refresh ul.dest-tab > li.type > a:hover i {
    color: var(--text-subtle);
}

.tour-refresh ul.dest-tab > li.type > a:hover::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 8px;
    height: 2px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.14);
}

.tour-refresh ul.dest-tab > li.first > a:hover,
.tour-refresh ul.dest-tab > li.first > span:hover {
    color: #ff3573;
}

.tour-refresh #dest-menu-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 0 10px;
    min-height: 24px;
    border-radius: 999px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--text-body);
    line-height: 1;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    letter-spacing: .02em;
    vertical-align: middle;
    transition: color .18s ease;
}

.tour-refresh #dest-menu-trigger i {
    font-size: 16px;
    line-height: 1;
}

.tour-refresh #dest-menu-trigger:hover {
    background: transparent;
    color: #ff3573;
    box-shadow: none;
}

.tour-refresh ul.dest-tab > li.first {
    margin-right: 16px;
    border: none;
    border-bottom: none;
    border-radius: 18px 0 0 0;
    box-shadow: none;
    position: relative;
    z-index: 40;
}

.tour-refresh ul.dest-tab > li.first > small {
    color: var(--text-subtle);
    top: 8px;
    width: 68px;
    height: 38px;
}

.tour-refresh div.dest-menu.light span.dest-menu-closer,
.tour-refresh div.dest-menu.light > ul {
    right: 0;
}

.tour-refresh ul.dest-tab > li.first > small:hover {
    color: var(--text-body);
}

.tour-refresh div.filters-wrapper {
    margin: 0 0 34px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-top: none;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.tour-refresh .decision-guide ~ div.filters-wrapper {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px !important;
}

.tour-refresh .decision-guide ~ div.filters-wrapper.more,
.tour-refresh .decision-guide ~ div.filters-wrapper.more div.filters-selected,
.tour-refresh .decision-guide ~ div.filters-wrapper.more .panel-body {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.tour-refresh div.filters-selected,
.tour-refresh table.category {
    background: rgba(255, 255, 255, 0.94);
}

.tour-refresh div.filters-selected {
    padding: 12px 16px 6px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.tour-refresh div.filters-selected span.label-title,
.tour-refresh span.label-title {
    color: var(--text-body);
}

.tour-refresh span.label-title {
    font-size: var(--font-size-md);
    border-right-color: rgba(15, 23, 42, 0.12);
}

.tour-refresh div.filters-selected div.selected-wrapper {
    margin-left: 70px;
    margin-right: 84px;
    min-height: 30px;
}

.tour-refresh div.filters-selected a.clearall-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    top: 12px;
    right: 16px;
    line-height: 30px;
    height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-muted);
}

.tour-refresh div.filters-selected a.clearall-title i {
    font-size: var(--font-size-xs);
    color: inherit;
}

.tour-refresh div.filters-selected a.clearall-title:hover {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 53, 115, 0.2);
    color: #ff3573;
    text-decoration: none;
    line-height: 30px;
}

.tour-refresh table.category tr {
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    padding: 8px 0 3px;
}

.tour-refresh table.category tr.last {
    border-bottom: none;
}

.tour-refresh table.category td {
    height: 28px;
    line-height: 28px;
}

.tour-refresh table.category td#service {
    padding-right: 18px;
}

.tour-refresh span.tag-btn {
    display: inline-flex;
    align-items: center;
    float: left;
    min-height: 30px;
    line-height: 1;
    padding: 0 12px;
    margin: 0 6px 6px 0;
    color: var(--text-muted);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.22);
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.tour-refresh span.tag-btn:hover {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 53, 115, 0.2);
    color: #ff3573;
}

.tour-refresh span.tag-btn.selected {
    background: linear-gradient(135deg, rgba(255, 53, 115, 0.94) 0%, rgba(255, 120, 169, 0.92) 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 18px rgba(255, 53, 115, 0.18);
}

.tour-refresh span.tag-btn-wrapper.has-children {
    float: left;
    margin: 0 6px 6px 0;
    position: relative;
    border-radius: 999px;
}

.tour-refresh span.tag-btn-wrapper.has-children.has-selected {
    box-shadow: 0 0 0 1px rgba(255, 53, 115, 0.34), 0 8px 18px rgba(255, 53, 115, 0.10);
}

.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn {
    margin: 0;
    border-radius: 0;
}

.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn:first-child:last-child {
    border-radius: 999px;
}

.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.parent {
    padding: 0 12px;
    border-radius: 999px 0 0 999px;
}

.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.child,
.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.child.last,
.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.child.next-selected,
.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.child.prev-selected,
.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.child.prev-selected.last {
    margin-left: 0;
    padding: 0 12px;
    border-radius: 0;
}

.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.parent + span.tag-btn.child,
.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.child + span.tag-btn.child {
    border-left: 1px solid rgba(148, 163, 184, 0.22);
}

.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.child.last,
.tour-refresh span.tag-btn-wrapper.has-children > span.tag-btn.child.prev-selected.last {
    border-radius: 0 999px 999px 0;
}

.tour-refresh span.tag-btn-wrapper.has-children span.tag-btn.parent.selected::after,
.tour-refresh span.tag-btn-wrapper.has-children span.tag-btn.child.selected::before,
.tour-refresh span.tag-btn-wrapper.has-children span.tag-btn.child.selected::after {
    content: none;
    display: none;
    border: none;
}

.tour-refresh span.tag-btn i {
    width: auto;
    line-height: 1;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 8px;
    text-align: center;
    float: none;
}

.tour-refresh div.filters-selected .selected-wrapper span.tag-btn {
    background: rgba(71, 85, 105, 0.86);
    border-color: transparent;
    box-shadow: none;
}

.tour-refresh div.filters-selected .selected-wrapper span.tag-btn:hover {
    background: rgba(51, 65, 85, 0.92);
}

.tour-refresh span.tag-btn.readonly,
.tour-refresh span.tag-btn.readonly:hover {
    background: rgba(71, 85, 105, 0.86);
    border-color: transparent;
}

.tour-refresh span.tag-btn a:link,
.tour-refresh span.tag-btn a:visited,
.tour-refresh span.tag-btn a:hover,
.tour-refresh span.tag-btn a:active,
.tour-refresh span.tag-btn a:focus {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
}

.tour-refresh span.tag-btn i.hot {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
    line-height: 1;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.tour-refresh span.tag-btn.tag-group,
.tour-refresh span.tag-btn.tag-divider {
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--text-subtle);
    padding-left: 0;
    padding-right: 0;
}

.tour-refresh span.tag-btn.tag-group a,
.tour-refresh span.tag-btn.tag-group a:link,
.tour-refresh span.tag-btn.tag-group a:visited,
.tour-refresh span.tag-btn.tag-group a:hover,
.tour-refresh span.tag-btn.tag-group a:active,
.tour-refresh span.tag-btn.tag-group a:focus {
    background: transparent;
    color: var(--text-subtle);
    border-radius: 0;
    padding: 0;
    margin-left: 0;
    line-height: 30px;
}

.tour-refresh span.tag-btn.tag-group a:after {
    display: none;
}

.tour-refresh span.tag-btn.tag-group:hover,
.tour-refresh span.tag-btn.tag-divider:hover {
    color: var(--text-subtle);
    background: transparent;
    border: none;
}

.tour-refresh div.filters-wrapper .panel-footer {
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.96);
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0 0 18px 18px;
    font-size: var(--font-size-sm);
    color: var(--text-muted);
}

.tour-refresh div.trip-wrapper .sort-bar {
    height: auto;
    margin-bottom: 18px;
}

.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn {
    display: flex;
    align-items: stretch;
    height: 52px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(14px);
}

.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li {
    width: 132px;
    flex: 0 0 132px;
    height: 50px;
    line-height: 50px;
    font-size: var(--font-size-md);
    color: var(--text-muted);
    border-left-color: rgba(15, 23, 42, 0.08);
    border-right-color: rgba(15, 23, 42, 0.08);
}

.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li:first-child {
    border-left: none;
}

.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li:hover {
    background: rgba(255, 53, 115, 0.05);
}

.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li a:link,
.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li a:visited,
.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li a:hover,
.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li a:active,
.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li a:focus {
    color: inherit;
}

.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li.last {
    flex: 1 1 auto;
    width: auto;
    color: var(--text-subtle);
    padding-right: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: none;
    border-right: none;
    text-align: right;
}

.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li.last,
.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li.last:hover {
    margin-right: 0;
}

.tour-refresh div.trip-wrapper .sort-bar ul.sort-btn li.last span {
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-body);
    border-radius: 999px;
    padding: 4px 10px;
}

.tour-refresh .addon-wrapper {
    margin-top: 24px;
    border: 1px solid rgba(255, 194, 51, 0.48);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 244, 0.96) 100%);
    border-radius: 24px;
    padding: 44px 0 44px;
    overflow: visible;
}

.tour-refresh .addon-wrapper div.addon-header,
.tour-refresh .addon-wrapper div.addon-footer,
.tour-refresh .addon-wrapper span.addon-icon {
    display: block;
}

.tour-refresh .addon-wrapper div.addon-header,
.tour-refresh .addon-wrapper div.addon-footer {
    background-repeat: no-repeat;
    background-size: 900px;
    box-shadow: none;
    overflow: hidden;
}

.tour-refresh .addon-wrapper div.addon-header {
    height: 40px;
    border-radius: 24px 24px 0 0;
    background-position: 0 0;
    background-image: url('https://cdn.wannar.com/images/gui/ad-back.png');
}

.tour-refresh .addon-wrapper div.addon-footer {
    height: 40px;
    border-radius: 0 0 24px 24px;
    background-position: 0 -49px;
    background-image: url('https://cdn.wannar.com/images/gui/ad-back.png');
}

.tour-refresh span.trip-item {
    min-height: 256px;
    margin: 18px 0 0;
    padding: 16px 16px 42px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 254, 0.96) 100%);
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tour-refresh span.trip-item:hover {
    border-color: rgba(255, 53, 115, 0.16);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}

.tour-refresh span.trip-item.trip-compare-selected {
    border-color: rgba(255, 53, 115, 0.48);
    box-shadow: 0 0 0 3px rgba(255, 53, 115, 0.08), 0 20px 42px rgba(15, 23, 42, 0.08);
}

.tour-refresh div.trip-img {
    top: 16px;
    left: 16px;
    width: 216px;
    height: 156px;
    border-radius: 18px;
    overflow: hidden;
}

.tour-refresh div.trip-img img.thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 18px;
}

.tour-refresh span.trip-item img.discount-img {
    border-top-left-radius: 18px;
}

.tour-refresh div.trip-img span.trip-code {
    height: 34px;
    line-height: 34px;
    background: linear-gradient(180deg, rgba(8, 15, 30, 0.15) 0%, rgba(8, 15, 30, 0.68) 100%);
}

.tour-refresh span.trip-item ul.tags {
    top: 180px;
    left: 16px;
    width: 216px;
}

.tour-refresh span.trip-item ul.tags li {
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 53, 115, 0.10) 0%, rgba(255, 194, 51, 0.10) 100%);
    border: 1px solid rgba(255, 53, 115, 0.10);
    color: #7a4a62;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    letter-spacing: .01em;
    padding: 0 12px;
    box-shadow: 0 8px 18px rgba(255, 53, 115, 0.06);
}

.tour-refresh span.trip-item div.trip-detail {
    margin-left: 254px;
    padding-right: 0;
    overflow: visible;
}

.tour-refresh span.trip-item h3.trip-title {
    margin-top: 2px;
    padding-bottom: 10px;
    font-size: var(--font-size-xl);
    line-height: 1.45;
    border-bottom-color: rgba(15, 23, 42, 0.08);
}

.tour-refresh span.trip-item h3.trip-title a {
    color: var(--text-primary);
}

.tour-refresh span.trip-item span.trip-lang-days {
    line-height: 38px;
    font-size: var(--font-size-md);
    color: var(--text-body);
    font-weight: var(--font-weight-semibold);
}

.tour-refresh span.trip-item p.trip-teaser {
    color: var(--text-muted);
    font-size: var(--font-size-base);
    line-height: 1.7;
    padding-bottom: 16px;
    border-bottom-color: rgba(15, 23, 42, 0.08);
}

.tour-refresh span.trip-item div.trip-price {
    padding: 12px 0;
}

.tour-refresh span.trip-item div.trip-price span.price-before {
    color: var(--text-subtle);
    border-bottom-color: rgba(122, 138, 160, 0.6);
}

.tour-refresh span.trip-item div.trip-price small {
    color: var(--text-subtle);
}

.tour-refresh span.trip-item div.trip-price span.price-now {
    font-size: 26px;
    color: #ff3573;
}

.tour-refresh span.trip-item div.trip-price div.trip-price-bottom span {
    padding: 9px 18px;
    font-size: var(--font-size-base);
    background: linear-gradient(135deg, #ffc233 0%, #ff3573 100%);
    border-radius: 999px;
    box-shadow: 0 12px 20px rgba(255, 53, 115, 0.16);
}

.tour-refresh span.trip-item div.trip-price div.trip-price-bottom span.sold-out,
.tour-refresh span.trip-item div.trip-price div.trip-price-bottom span.sold-out:hover {
    background: rgba(148, 163, 184, 0.7);
    box-shadow: none;
}

.tour-refresh label.trip-compare-entry,
.tour-refresh label.trip-compare-entry .trip-compare-text {
    color: var(--text-muted);
}

.tour-refresh span.trip-item div.trip-desc {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.94);
    border-radius: 0 0 26px 26px;
    overflow: hidden;
}

.tour-refresh span.trip-item div.trip-desc ul {
    height: 38px;
}

.tour-refresh span.trip-item div.trip-desc ul li {
    height: 37px;
    font-size: var(--font-size-base);
    color: var(--text-muted);
    border-right-color: rgba(15, 23, 42, 0.08);
}

.tour-refresh span.trip-item div.trip-desc ul li.desc-datetime {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 16px;
}

.tour-refresh span.trip-item div.trip-desc ul li.desc-datetime i.calendar {
    display: inline-block;
    float: none;
    margin: 0 8px 0 0;
    font-size: 15px;
    line-height: 38px;
    color: var(--text-body);
    text-shadow: none;
}

.tour-refresh span.trip-item div.trip-desc ul li.desc-datetime i.arrow {
    display: inline-block;
    float: none;
    margin-left: 10px;
    line-height: 38px;
}

.tour-refresh div.trip-none {
    height: 420px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
}

.tour-refresh div.trip-none span {
    font-size: var(--font-size-2xl);
    color: var(--text-subtle);
}

.tour-refresh div.side-bar {
    padding-left: 22px;
}

.tour-refresh .side-bar-wrapper > * {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.tour-refresh ul.php-list-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 36px 0 10px;
    padding: 0;
}

.tour-refresh ul.php-list-pager li {
    min-width: 42px;
    height: 42px;
    line-height: 40px;
    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;
}

.tour-refresh ul.php-list-pager li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    color: inherit;
    line-height: 40px;
}

.tour-refresh ul.php-list-pager li:hover {
    border-color: rgba(255, 53, 115, 0.16);
    background: rgba(255, 53, 115, 0.06);
    color: #ff3573;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.tour-refresh ul.php-list-pager li.current,
.tour-refresh ul.php-list-pager li.current:hover {
    border-color: rgba(255, 53, 115, 0.18);
    background: linear-gradient(135deg, rgba(255, 53, 115, 0.12) 0%, rgba(255, 194, 51, 0.12) 100%);
    color: #ff3573;
    box-shadow: 0 14px 26px rgba(255, 53, 115, 0.10);
}

.tour-refresh ul.php-list-pager li.prev,
.tour-refresh ul.php-list-pager li.next {
    min-width: 46px;
}

.tour-refresh ul.php-list-pager li.blank,
.tour-refresh ul.php-list-pager li.blank:hover {
    min-width: auto;
    width: auto;
    border: none;
    background: transparent;
    box-shadow: none;
    color: var(--text-subtle);
}

.tour-refresh ul.php-list-pager li.disabled,
.tour-refresh ul.php-list-pager li.disabled:hover {
    border-color: rgba(148, 163, 184, 0.12);
    background: rgba(241, 245, 249, 0.9);
    color: rgba(148, 163, 184, 0.78);
    box-shadow: none;
}

.tour-refresh ul.advantage {
    padding: 8px 0;
}

.tour-refresh ul.advantage li {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.tour-refresh ul.advantage li:last-child {
    border-bottom: none;
}

.tour-refresh ul.advantage li div.adv-text h3,
.tour-refresh .tour-history h3,
.tour-refresh .departure-intro h2,
.tour-refresh .special-price-tours h2 {
    color: var(--text-body);
}

.tour-refresh ul.advantage li div.adv-text span,
.tour-refresh .departure-intro span,
.tour-refresh .departure-intro p {
    color: var(--text-muted);
}

.tour-refresh .tour-history,
.tour-refresh .departure-intro,
.tour-refresh .special-price-tours,
.tour-refresh .advert-plan {
    margin-top: 20px;
    padding: 18px;
}

.tour-refresh .departure-intro img.depart-thumb {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 14px;
}

.tour-refresh .tour-history ul.tour-history-items {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tour-refresh .tour-history ul.tour-history-pager,
.tour-refresh .tour-history ul.tour-history-pager-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 100%;
    gap: 10px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
}

.tour-refresh .tour-history ul.tour-history-pager li,
.tour-refresh .tour-history ul.tour-history-pager-2 li {
    float: none;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    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);
    text-align: center;
    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;
}

.tour-refresh .tour-history ul.tour-history-pager li:hover,
.tour-refresh .tour-history ul.tour-history-pager-2 li:hover {
    border-color: rgba(255, 53, 115, 0.16);
    background: rgba(255, 53, 115, 0.06);
    color: #ff3573;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.tour-refresh .tour-history ul.tour-history-pager li.current,
.tour-refresh .tour-history ul.tour-history-pager li.current:hover {
    border-color: rgba(255, 53, 115, 0.18);
    background: linear-gradient(135deg, rgba(255, 53, 115, 0.12) 0%, rgba(255, 194, 51, 0.12) 100%);
    color: #ff3573;
    box-shadow: 0 14px 26px rgba(255, 53, 115, 0.10);
}

.tour-refresh .tour-history ul.tour-history-pager li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    line-height: 28px;
}

.tour-refresh .tour-history ul.tour-history-pager-2 li.prev,
.tour-refresh .tour-history ul.tour-history-pager-2 li.next {
    min-width: 30px;
}
