html,
body {
    min-height: 100%;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    src:
        local("Roboto"),
        url("/assets/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    src:
        local("Playfair Display"),
        url("/assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
}

/* NAVBAR CONFIGURATION */
.pt-header-main {
    border-bottom: 1px solid #e5e7eb;
}

.pt-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    max-width: 1544px;
}

.plantrip-main .container,
.plantrip-footer .footer-container {
    max-width: 1544px;
}

.pt-header-logo img {
    max-width: 107px;
    height: auto;
}

.pt-header-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 32px;
    align-items: center;
    padding: 0 16px;
    white-space: nowrap;
}

.pt-header-nav a {
    text-decoration: none;
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    /* Reduced from 20px to match Figma */
    line-height: 24px;
    position: relative;
}

.pt-header-nav a:hover,
.pt-header-nav a.active {
    color: #6d28d9;
}

.pt-header-nav a.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #6d28d9;
    border-radius: 2px;
}

.pt-header-right {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pt-weather-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pt-weather-info img {
    width: 49px;
    height: 40px;
    object-fit: cover;
}

.pt-weather-temp {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #212529;
}

.pt-weather-temp sup {
    font-size: 10px;
}

.pt-language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
}

.pt-language-selector .img-flag-nav {
    width: 24px;
    height: 16px;
    border-radius: 2px;
}

.pt-language-selector span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #212529;
}

.pt-header-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 8px 16px;
    background-color: #7008e7;
    color: #ffffff !important;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.pt-header-login:hover {
    background-color: #5b06c2;
    text-decoration: none;
}

.pt-language-selector i {
    font-size: 12px;
}

@media (max-width: 991px) {
    .pt-header-nav {
        display: none;
    }
}

/* GLOBAL OVERRIDES */
body .cal-day-cell.is-today {
    background: #7008e7;
    color: #FFF;
    font-weight: 700;
}

/* Footer */
.plantrip-footer {
    background: #EDE9FE;
    padding: 16px 0;
    width: 100%;
    margin-top: 48px;
}

.plantrip-footer .footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.plantrip-footer p.footer-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: #4D179A;
    margin: 0;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-text__title {
    font-weight: 700;
}

.footer-text__version {
    font-style: italic;
}

.footer-text__copyright,
.footer-text__credit {
    font-weight: 500;
}

.plantrip-footer .social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.plantrip-footer .icon-button {
    background: #FFFFFF;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D179A;
    text-decoration: none;
    transition: all 0.3s;
}

.plantrip-footer .icon-button:hover {
    background: #4D179A;
    color: #FFFFFF;
}

.plantrip-footer .icon-button i {
    font-size: 16px;
}

/* Responsive Footer */
@media (max-width: 1200px) {
    .plantrip-footer {
        padding: 24px 50px;
    }
}

@media (max-width: 768px) {
    .plantrip-footer {
        padding: 24px 20px;
    }

    .plantrip-footer .footer-container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .plantrip-footer p {
        white-space: normal;
    }
}

/* TOUR BANNER */
.tour-banner {
    --banner-bg: url('/assets/images/banner/tourBg.png');
    position: relative;
    min-height: 190px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px 0;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%),
        var(--banner-bg);
    background-size: cover;
    background-position: center;
}

.tour-banner--tour {
    --banner-bg: url('/assets/images/banner/tourBg.png');
}

.tour-banner--vehicle {
    --banner-bg: url('/assets/images/banner/vehicleBg.png');
}

.tour-banner--event {
    --banner-bg: url('/assets/images/banner/eventBg.png');
}

.tour-banner__content {
    color: #fff;
}

.tour-banner__content h1 {
    margin: 0;
    font-family: 'Roboto', serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
}

.tour-banner__content p {
    margin: 8px 0 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.tour-banner__search {
    width: 387px;
    max-width: 100%;
    border: none;
    border-radius: 99px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    cursor: text;
}

.tour-banner__search svg {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    order: 2;
}

.tour-banner__search svg path {
    stroke: #7008E7 !important;
}

.tour-banner__search input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #4d5154;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0;
    order: 1;
}

.tour-banner__search input::placeholder {
    color: #A6A8A9;
    opacity: 1;
}

.tour-banner__search:focus-within {
    box-shadow: 0 0 0 2px rgba(112, 8, 231, 0.2);
}

@media (max-width: 992px) {
    .tour-banner {
        padding: 24px;
        min-height: 170px;
    }

    .tour-banner__content h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .tour-banner {
        margin-top: 8px;
        min-height: 160px;
        border-radius: 6px;
    }

    .tour-banner__content h1 {
        font-size: 26px;
    }

    .tour-banner__content p {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 20px;
    }
}

/* COMPANY TRAVEL SECTION */
.company-travel {
    padding: 24px 0 8px;
}

.company-travel__container {
    position: relative;
}

.company-travel__head {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.company-travel__head h2 {
    color: var(--Content-text-primary, #212529);
    text-align: center;
    font-family: "Roboto";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    flex-shrink: 0;
    margin-bottom: 0;
}

.company-travel__chips {
    display: flex;
    flex: 1 1 auto;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 2px;
    justify-content: flex-end;
}

.company-travel__chip {
    white-space: nowrap;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #212529;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.company-travel__chip.is-active {
    color: #7008e7;
    border-color: #7008e7;
    background: #f5f3ff;
}

.company-travel__slider {
    margin: -8px;
}

.company-travel__slider .slick-list {
    margin: 0;
    padding: 0;
}

.company-travel__slider .slick-track {
    display: flex !important;
}

.company-travel__slider .slick-slide {
    padding: 8px;
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

.company-travel__slider .slick-slide>div:first-child {
    margin-bottom: 16px;
}

.company-travel__slider .slick-slide>div {
    height: 100%;
    display: flex;
    width: 100%;
}

.company-travel__card {
    background: #f5f3ff;
    border-radius: 16px;
    padding: 16px;
    display: flex !important;
    align-items: stretch;
    gap: 16px;
    min-height: 116px;
    width: 100%;
    text-decoration: none !important;
    color: inherit;
}

.company-travel__logo-wrap {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    align-self: flex-start;
    flex: 0 0 auto;
    overflow: hidden;
}

.company-travel__logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-travel__meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.company-travel__meta-header h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #212529;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.company-travel__meta-header p {
    margin: 4px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #212529;
}

.company-travel__star {
    color: #ffb900;
}

.company-travel__contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.company-travel__info-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.company-travel__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.company-travel__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #4D5154;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-travel__action,
.tour-list__action {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.company-travel__more,
.tour-list__more {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #7008e7;
    border-radius: 999px;
    padding: 8px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-decoration: none;
}

.company-travel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #7008e7;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 12px;
}

.company-travel__nav--prev {
    left: -64px;
}

.company-travel__nav--next {
    right: -64px;
}

.company-travel__nav span {
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 1536px) {
    .company-travel__nav {
        display: none;
    }
}

/* Cập nhật chung cho phần Tour Filter */
.tour-category-filter {
    padding: 24px 0 16px;
}

.tour-category-filter__head {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    /* Keep title and chips on same line */
    justify-content: space-between;
    margin-bottom: 24px;
    width: 100%;
}

.tour-category-filter__head h2.section-title {
    margin-bottom: 0;
}

.tour-category-filter__head h2 {
    color: var(--Content-text-primary, #212529);
    margin: 0;
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    flex-shrink: 0;
    /* Prevent title from shrinking */
}

.tour-category-filter__chips {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    /* Use flex-start so scrolling works when overflowing */
    justify-content: flex-start;
    min-width: 0;
    /* Allow container to shrink and trigger overflow scroll */
    max-width: 100%;
    padding-bottom: 4px;
    /* Space for scrollbar */
}

/* Right-align chips dynamically when they don't overflow */
.tour-category-filter__chips>.tour-category-filter__chip:first-child {
    margin-left: auto;
}

/* Hide scrollbar */
.tour-category-filter__chips::-webkit-scrollbar {
    display: none;
}

.tour-category-filter__chip {
    white-space: nowrap;
    border: 1px solid #e5e7eb;
    background: transparent;
    color: #212529;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.tour-category-filter__chip:hover,
.tour-category-filter__chip.is-active {
    color: #7008e7;
    border-color: #7008e7;
    background: #f5f3ff;
}

/* THIẾT KẾ ĐOẠN THANH SẮP XẾP SỐ 2 TỪ FIGMA */
.tour-sort-filter {
    padding: 0 0 24px 0;
}

.tour-sort-filter__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.tour-sort-filter__left {
    display: flex;
    align-items: center;
}

.btn-filter-outline {
    display: inline-flex;
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #1447E6;
    background: #FFF;
    color: #1447E6;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-filter-outline:hover {
    background: #f0f4ff;
}

.tour-sort-filter__right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tour-sort-filter__label {
    margin: 0;
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.tour-sort-filter__chips {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tour-sort-filter__chip {
    white-space: nowrap;
    border: 1px solid #e5e7eb;
    background: transparent;
    color: #212529;
    border-radius: 999px;
    /* Theo mẫu figma thứ 2 */
    padding: 6px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s;
}

.tour-sort-filter__chip:hover,
.tour-sort-filter__chip.is-active {
    color: #7008e7;
    border-color: #7008e7;
    background: #f5f3ff;
}

@media (max-width: 1200px) {
    .tour-sort-filter__bar {
        flex-direction: column;
        align-items: flex-start;
    }



    .tour-category-filter__chips {
        justify-content: flex-start;
    }

    .company-travel__head,
    .tour-list__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .company-travel__chips,
    .tour-list__chips {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .company-travel,
    .tour-list {
        padding-top: 16px;
    }

    .company-travel__head h2,
    .tour-list__head h2 {
        font-size: 28px;
    }

    .company-travel__card {
        min-height: 108px;
    }

    .company-travel__logo-wrap {
        width: 72px;
        height: 72px;
    }
}

/* Grid Tour List & Tour Card */
.tour-list__grid {
    --item: 4;
    --gap: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    margin-top: 24px;
}

.tour-list__grid>* {
    width: calc((100% - var(--gap) * (var(--item) - 1)) / var(--item));
}

@media (max-width: 1200px) {
    .tour-list__grid {
        --item: 3;
    }
}

@media (max-width: 900px) {
    .tour-list__grid {
        --item: 2;
    }
}

@media (max-width: 600px) {
    .tour-list__grid {
        --item: 1;
    }
}

.tour-list__card {
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    text-decoration: none !important;
    color: inherit;
}

.tour-list__logo-wrap {
    position: relative;
    height: 224px;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.tour-list__logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tour-list__logo-wrap:hover img {
    transform: scale(1.05);
}

.tour-list__category-chip {
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 999px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.12);
    line-height: 20px;
    letter-spacing: 0.1px;
}

.tour-list__meta {
    padding: 16px 24px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 16px;
    background: #fff;
    justify-content: space-between;
}

.tour-list__meta-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tour-list__meta-header h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #212529;
    margin: 0;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-list__meta-header h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tour-list__meta-header h3 a:hover {
    color: #1447E6;
}

.tour-list__meta-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4D5154;
    margin: 0;
    line-height: 24px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-list__contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tour-list__info-item {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.tour-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.tour-list__icon svg {
    width: 100%;
    height: 100%;
}

.tour-list__text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #212529;
    line-height: 24px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-list__text span {
    color: var(--Content-text-primary, #212529);
    /* Title/Medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.tour-list__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: #fff;
}

.tour-list__price-wrap {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #7008E7;
}

.tour-list__price-wrap span {
    color: var(--Content-text-primary, #212529);
    /* Title/Medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.15px;
}

.tour-list__btn-detail {
    background: white;
    color: #7008E7;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #7008E7;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    line-height: 20px;
    white-space: nowrap;
}

.tour-list__btn-detail:hover {
    background: #F5F3FF;
}

/* Fix width of icon svg to handle cases where it was forced by JS */
.tour-list__icon svg {
    stroke: #4D5154;
}

/* Custom styles for vehicle card */
.tour-list__vehicle-price-row {
    display: flex;
    gap: 4px;
    align-items: baseline;
    margin: 0;
    white-space: nowrap;
}

.tour-list__vehicle-price-prefix {
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    font-weight: 500;
}

.tour-list__vehicle-price-value {
    font-size: 20px;
    line-height: 28px;
    color: #7008E7;
    font-weight: 500;
}

.tour-list__vehicle-price-unit {
    font-size: 16px;
    line-height: 24px;
    color: #7008E7;
    font-weight: 500;
}

.tour-list__business-info {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: auto;
}

.tour-list__business-logo-wrap {
    width: 48px;
    height: 48px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 0;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tour-list__business-logo-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.tour-list__business-details {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
}

.tour-list__business-name {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #00A6F4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-list__business-desc {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-list__btn-full-width {
    background: #F5F3FF;
    border-radius: 8px;
    padding: 8px 16px;
    text-align: center;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #7008E7;
    transition: background 0.2s, color 0.2s;
    border: none;
    display: block;
    width: 100%;
}

.tour-list__btn-full-width:hover {
    background: #EBE5FF;
}


/* Language Selector styling */
.pt-language-selector .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
}

.pt-language-selector .lang-flag-container {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pt-language-selector .lang-flag-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-language-selector #langText {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--text-color, #212529);
}

.pt-language-selector svg {
    flex-shrink: 0;
    color: var(--text-color, #212529);
}


/* Language Dropdown Menu */
.pt-language-selector #langMenu {
    min-width: 150px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin-top: 8px;
}

.pt-language-selector #langMenu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #212529;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.pt-language-selector #langMenu .dropdown-item:hover,
.pt-language-selector #langMenu .dropdown-item:focus {
    background-color: #f3f4f6;
    color: #111827;
}

.pt-language-selector #langMenu .dropdown-item img {
    width: 24px !important;
    height: 18px !important;
    object-fit: cover;
    border-radius: 2px;
    margin: 0 !important;
}

/* User Profile Dropdown Navbar */
.pt-user-dropdown-menu {
    width: 320px !important;
    padding: 24px !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12) !important;
    margin-top: 8px !important;
}

.pt-user-dropdown-menu.show {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.pt-user-dropdown-header {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.pt-user-avatar-wrapper {
    background: #F5F3FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.pt-user-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.pt-user-info-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    color: #1E2939;
}

.pt-user-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pt-user-email {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4D5154;
}

.pt-user-logout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    flex-shrink: 0;
    color: #212529;
    text-decoration: none;
}

.pt-user-dropdown-divider {
    height: 1px;
    background-color: #E5E7EB;
    width: 100%;
    margin: 0;
    padding: 0;
}

.pt-user-dropdown-item {
    width: 100%;
}

.pt-user-dropdown-link {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: #212529 !important;
    background: transparent !important;
    padding-right: 0 !important;
}

.pt-user-dropdown-link-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    flex: 1;
}

.pt-user-badge-info {
    background: #EFF6FF;
    color: #1447E6;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    padding: 0 8px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-user-badge-warning {
    background: #FFFBEB;
    color: #FFB900;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    padding: 0 8px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-user-badge-error {
    background: #FCE7E5;
    color: #E31400;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    padding: 0 8px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Google Translate Widget Hide */
.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget span,
.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

/* User Toggle Button */
.pt-user-dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pt-user-toggle-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pt-user-toggle-info {
    display: flex;
    flex-direction: column;
    display: none;
}

.pt-user-toggle-name {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    line-height: 20px;
}

.pt-user-toggle-email {
    font-size: 12px;
    font-weight: 400;
    color: #A6A8A9;
    line-height: 16px;
}

.pt-language-selector .language-selector {
    list-style: none;
}

/* Report Error Card in Sidebar */
.pt-report-error-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
}

.pt-report-error-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    width: 100%;
}

.pt-report-error-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #212529;
    margin: 0;
    width: 100%;
}

.pt-report-error-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #212529;
    margin: 0;
    width: 100%;
}

.pt-report-error-btn {
    background: #FFFFFF;
    border: 1px solid #E31400;
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.2s;
}

.pt-report-error-btn:hover {
    background-color: #fdf2f2;
}

.pt-report-error-btn span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #E31400;
    margin: 0;
}

/* Report Location Modal */
.pt-report-modal-dialog {
    max-width: 480px;
}

.pt-report-modal-content {
    border-radius: 24px;
    border: none;
    padding: 16px 24px 32px 24px;
}

.pt-report-modal-header {
    padding: 0;
    justify-content: flex-end;
}

.pt-report-modal-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #212529;
    line-height: 28px;
}

.pt-report-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #212529;
    margin-bottom: 8px;
}

.pt-report-input {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #212529;
    border-radius: 8px;
    border: 1px solid #D1D5DC;
    padding: 8px 12px;
}

.pt-report-input:focus {
    border-color: #7C3AED;
    box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.25);
}

.pt-report-input::placeholder {
    color: #9CA3AF;
}

.pt-report-input-disabled {
    background-color: #F9FAFB;
    color: #6B7280;
}

.pt-report-upload-btn {
    border: 1px dashed #7C3AED;
    background: #F5F3FF;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #7C3AED;
    font-weight: 500;
}

.pt-report-upload-btn:hover {
    background: #EDE9FE;
    color: #7C3AED;
}

.pt-report-checkbox {
    width: 20px;
    height: 20px;
    border-color: #D1D5DB;
    margin-top: 2px;
}

.pt-report-checkbox:checked {
    background-color: #7C3AED;
    border-color: #7C3AED;
}

.pt-report-check-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #4B5563;
    margin-left: 8px;
}

.pt-report-btn-cancel {
    border: 1px solid #7C3AED;
    color: #7C3AED;
    background: white;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 500;
    width: 140px;
}

.pt-report-btn-cancel:hover {
    background: #F5F3FF;
    color: #7C3AED;
}

.pt-report-btn-submit {
    background: #7C3AED;
    color: white;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 500;
    width: 140px;
}

.pt-report-btn-submit:hover {
    background: #6D28D9;
    color: white;
}

/* Success View */
.pt-report-success-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #212529;
}

.pt-report-success-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4B5563;
}

.pt-report-success-code {
    font-weight: 500;
    color: #1447E6;
}

/* User Profile Block in Modal */
.pt-report-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F5F3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C4B5FD;
}

.pt-report-avatar svg {
    width: 24px;
    height: 24px;
}

.pt-report-user-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #212529;
    line-height: 24px;
}

.pt-report-user-email {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    line-height: 20px;
}

/* --- MUA SẮM (DỊCH VỤ) CARD MODIFIERS --- */
.tour-list__card.shopping-card {
    border-radius: 16px;
}

.shopping-card__meta {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: flex-start;
    flex-grow: 1;
}

.shopping-card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
}

.shopping-card__rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.shopping-card__rating-badge {
    background: #F3E8FF;
    padding: 2px 6px;
    border-radius: 4px;
    color: var(--plan-trip-700, #7008E7);

    /* Title/Medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.15px;
}

.shopping-card__rating-text {
    color: var(--Content-text-primary, #212529);

    /* Body/Large */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.shopping-card__info-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.shopping-card__info-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #4B5563;
    font-size: 14px;
    line-height: 20px;
    color: var(--Content-text-primary, #212529);

    /* Body/Large */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.shopping-card__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #6B7280;
}

.shopping-card__address-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--Content-text-primary, #212529);
    /* Body/Large */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.tour-list__ocop-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #009966;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.shopping-card__price {
    font-weight: 700;
    color: #E31400;
    font-size: 16px;
}

/* --- ĐẶC SẢN CARD --- */
.specialty-card {
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.specialty-card__image-wrap {
    height: 362px;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}

.specialty-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specialty-card__content {
    background-color: #FFFFFF;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}

.specialty-card__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.specialty-card__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #212529;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.specialty-card__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00A6F4;
    margin: 0;
}

.specialty-card__price-wrap {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
}

.specialty-card__price-prefix {
    font-size: 16px;
    line-height: 24px;
    color: #212529;
}

.specialty-card__price-value {
    font-size: 20px;
    line-height: 28px;
    color: #7008E7;
}

.specialty-card__price-suffix {
    font-size: 16px;
    line-height: 24px;
    color: #7008E7;
}

.specialty-card__btn {
    background-color: #F5F3FF;
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7008E7;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-top: auto;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.specialty-card__btn:hover {
    background-color: #EDE9FE;
    color: #7008E7;
}
