.tp-stage4 { background: #fff; }
.tp-stage4 .tp-site-header,
.tp-stage4 .tp-bottom-nav,
.tp-stage4 .tp-browser-footer,
.tp-stage4 .tp-destination-sheet { display: none!important; }
.tp-stage4 .tp-skip-link { z-index: 1000; }
.tp-stage4 > .tp-container.tp-content { width: 100%; max-width: none; min-height: 100vh; margin: 0; padding: 0!important; }
body.tp-stage4 #main { width: 100%; margin: 0; padding: 0; float: none; }
.tp-stage4 [hidden] { display: none!important; }
.tp-stage4-guide-results .tp-guide-results__content { padding-bottom: calc(var(--tp-bottom-nav-height) + 30px); }

.tp-stage4-topbar { position: sticky; top: 0; z-index: 20; display: grid; float: none!important; width: 100%; grid-template-columns: 48px 1fr auto; clear: both; align-items: center; min-height: 76px; padding: 10px 20px; border-bottom: 1px solid #e7ebf2; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.tp-stage4 .tp-flash { width: min(100%,760px); margin: 0 auto; padding: 10px 16px; }
.tp-stage4 .tp-header-flash:not(:has(> .flashmessage:not([style*="display:none"]):not([style*="display: none"]))) { display: none; margin: 0; padding: 0; }
.tp-stage4-brand { position: absolute; left: 50%; display: flex; justify-content: center; min-width: 0; translate: -50% 0; }
.tp-stage4-brand .logo-link { display: block; line-height: 0; }
.tp-stage4-brand .logo-img { width: auto; height: 39px; object-fit: contain; }
.tp-stage4-icon { display: inline-grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #0b1b4c; background: transparent; cursor: pointer; }
.tp-stage4-icon:hover { background: #f1f5fb; }
.tp-stage4-actions { position: relative; display: flex; gap: 2px; align-items: center; justify-self: end; }
.tp-stage4-topbar--report > .tp-stage4-actions { grid-column: 3; grid-row: 1; }
.tp-stage4-overflow { position: relative; display: inline-flex; }
.tp-stage4-report-menu { position: absolute; z-index: 40; top: calc(100% + 7px); right: 0; width: min(236px, calc(100vw - 24px)); padding: 4px; border: 1px solid #dce3ef; border-radius: 13px; background: #fff; box-shadow: 0 12px 30px rgba(6,25,77,.16); }
.tp-stage4-report-menu::before { position: absolute; right: 15px; bottom: 100%; width: 12px; height: 12px; border-top: 1px solid #dce3ef; border-left: 1px solid #dce3ef; background: #fff; content: ''; transform: translateY(6px) rotate(45deg); }
.tp-stage4-report-menu a,.tp-stage4-report-menu button { position: relative; z-index: 1; display: flex; width: 100%; min-height: 42px; align-items: center; gap: 10px; padding: 8px 10px; border: 0; border-radius: 9px; color: #0b1b4c; background: transparent; font-size: 14px; font-weight: 700; line-height: 1.2; text-align: left; white-space: nowrap; cursor: pointer; }
.tp-stage4-report-menu a:hover,.tp-stage4-report-menu a:focus-visible,.tp-stage4-report-menu button:hover,.tp-stage4-report-menu button:focus-visible { color: #0b1b4c; background: #f7f9fd; outline: 2px solid #b9d2fb; outline-offset: -2px; }
.tp-stage4-report-menu a i,.tp-stage4-report-menu button i { width: 17px; color: #c6283d; font-size: 16px; text-align: center; }
.tp-stage4-overflow [data-tp-report-toggle][aria-expanded="true"] { color: #1557d5; background: #eef4ff; }
.tp-stage4-avatar { display: block; width: 42px; height: 42px; overflow: hidden; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dce3ef; }
.tp-stage4-avatar img { width: 100%; height: 100%; object-fit: cover; }
.tp-stage4 [data-tp-stage4-favorite][aria-pressed="true"],
.tp-stage4 .tp9-profile-save button[aria-pressed="true"] { color: #0755e8; background: #fff; }
.tp-stage4 [data-tp-stage4-favorite][aria-pressed="true"] i { font-weight: 900; }
.tp-favorite-toast { position: absolute; z-index: 25; top: calc(100% + 7px); right: -2px; min-width: 98px; padding: 7px 10px; border: 1px solid rgba(11,27,76,.1); border-radius: 9px; opacity: 0; color: #fff; background: rgba(11,27,76,.84); box-shadow: 0 5px 14px rgba(11,27,76,.16); font-size: 12px; font-weight: 700; line-height: 1.2; text-align: center; white-space: nowrap; pointer-events: none; transform: translateY(-4px); transition: opacity .22s ease,transform .22s ease; }
.tp-favorite-toast::before { position: absolute; right: 17px; bottom: 100%; width: 0; height: 0; border-right: 6px solid transparent; border-bottom: 7px solid rgba(11,27,76,.84); border-left: 6px solid transparent; content: ''; }
.tp-favorite-toast.is-visible { opacity: 1; transform: translateY(0); }
.tp-cover-actions { position: absolute; z-index: 3; top: 12px; right: max(12px,env(safe-area-inset-right)); display: flex; width: var(--tp-saved-control-size); height: var(--tp-saved-control-size); }
body.tp-journey.tp-stage4 .tp-cover-actions .tp-stage4-icon { color: #0755e8; background: rgba(255,255,255,.94); box-shadow: 0 4px 14px rgba(6,25,77,.16); }
.tp-cover-actions .tp-favorite-toast { right: 0; }
.tp-guide-profile-cover > .tp-cover-actions { right: 16px; }
.tp-guide-result-card > .tp-favorite-toast { top: 70px; right: 12px; }

/* Guide results */
.tp-guide-results { min-height: 100vh; background: #f7f9fd; }
.tp-guide-results__content { width: min(100%, 760px); margin: 0 auto; padding: 29px 20px 48px; }
.tp-stage4-guide-results .tp-search-alert-creator,
.tp-stage4-guide-results .tp-guide-result-group { float: none; clear: both; width: 100%; }
.tp-stage4-guide-results .tp-guide-result-group { padding: 0; }
.tp-search-alert-creator { display:grid; grid-template-columns:44px minmax(0,1fr) auto; align-items:center; gap:12px; margin:18px 0 24px; padding:14px; border:1px solid #cfe0fb; border-radius:16px; outline:0; background:#f4f8ff; box-shadow:0 5px 18px rgba(16,67,151,.06); }
.tp-search-alert-creator:target { border-color:#1769e8; box-shadow:0 0 0 3px rgba(23,105,232,.12); }
.tp-search-alert-creator__icon { display:grid; width:42px; height:42px; place-items:center; border-radius:50%; color:#1769e8; background:#e3edff; font-size:19px; }
.tp-search-alert-creator__copy { min-width:0; }
.tp-search-alert-creator__copy strong,.tp-search-alert-creator__copy small { display:block; }
.tp-search-alert-creator__copy strong { color:#0b1b4c; font-size:15px; }
.tp-search-alert-creator__copy small { margin-top:2px; color:#52617e; font-size:12px; line-height:1.35; }
.tp-search-alert-creator form { margin:0; }
.tp-search-alert-creator__status { grid-column:2/-1; min-height:0; margin:0; color:#18704d; font-size:12px; }
.tp-search-alert-creator__status:empty { display:none; }
.tp-stage4-guide-results .tp-guide-results__content > h1 { max-width: 520px; margin: 0; font-size: clamp(28px, 7vw, 38px); letter-spacing: -.035em; }
.tp-guide-location { display: inline-flex; align-items: center; gap: 8px; margin: 13px 0 24px; color: #52617e; font-weight: 600; }
.tp-guide-location i { color: #1769e8; }
.tp-guide-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tp-guide-controls > button { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 0 16px; border: 1px solid #dce3ef; border-radius: 14px; color: #0b1b4c; background: #fff; box-shadow: 0 3px 12px rgba(6,25,77,.04); cursor: pointer; font-weight: 700; }
.tp-guide-controls > button[aria-expanded="true"] { border-color: #1769e8; box-shadow: 0 0 0 3px #dbeafe; }
.tp-guide-control-panel { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 10px; padding: 12px; border: 1px solid #dce3ef; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(6,25,77,.08); }
.tp-guide-control-panel button { min-height: 40px; padding: 7px 10px; border: 1px solid #dce3ef; border-radius: 10px; color: #52617e; background: #fff; cursor: pointer; font-size: 13px; font-weight: 700; }
.tp-guide-control-panel button.is-active { color: #fff; border-color: #1557d5; background: #1557d5; }
.tp-guide-filter-panel { display: block; }
.tp-guide-filter-panel p { margin: 0 0 9px; color: #52617e; font-size: 13px; font-weight: 700; }
.tp-guide-filter-panel div { display: flex; flex-wrap: wrap; gap: 8px; }
.tp-guide-results__note { margin: 20px 0 15px; color: #6c7891; font-size: 13px; }
.tp-guide-result-list { display: grid; gap: 16px; }
.tp-guide-result-groups { display: grid; gap: 28px; }
.tp-guide-result-group > h2 { margin: 0 0 12px; color: #0b1b4c; font-family: var(--tp-font-display); font-size: clamp(21px,5vw,28px); line-height: 1.2; }
.tp-guide-result-group[hidden] { display: none!important; }
.tp-guide-result-card { overflow: hidden; border: 1px solid #e0e6f0; border-radius: 20px; background: #fff; box-shadow: 0 8px 25px rgba(6,25,77,.07); }
.tp-guide-result-card__main { display: grid; grid-template-columns: 92px 1fr; grid-template-rows: auto 1fr; gap: 8px 16px; align-items: start; padding: 20px 18px 15px; }
.tp-guide-result-card__avatar { position: relative; display: block; width: 92px; height: 92px; grid-column: 1; grid-row: 1; }
.tp-guide-result-card__avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.tp-guide-presence { position: absolute; right: 3px; bottom: 5px; width: 19px; height: 19px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 1px 4px rgba(6,25,77,.18); }
.tp-guide-presence.is-online { background: #22c55e; }
.tp-guide-presence.is-offline { background: #9ca3af; }
.tp-guide-result-card__statuses { display: grid; width: 92px; grid-column: 1; grid-row: 2; gap: 4px; }
.tp-guide-result-card__status { display: flex; width: 100%; align-items: flex-start; justify-content: center; gap: 5px; color: #15803d; font-size: 11px; line-height: 1.25; text-align: center; }
.tp-guide-result-card__status i { margin-top: 1px; flex: 0 0 auto; }
.tp-guide-result-card__status.is-unavailable { color: #6b7280; }
.tp-guide-result-card__details { min-width: 0; grid-column: 2; grid-row: 1 / span 2; }
.tp-guide-result-card__details h2 { margin: 0 0 3px; padding-inline-end: 58px; font-family: var(--tp-font-ui); font-size: 20px; font-weight: 700; line-height: 1.15; word-break: normal; }
.tp-guide-result-card__details h2 a { word-break: normal; }
.tp-guide-result-card__details h2 a:hover { color: #1557d5; }
.tp-guide-result-card__details > p { margin: 3px 0; color: #52617e; font-size: 14px; }
.tp-guide-result-card__details .tp-guide-rating { display: flex; align-items: center; gap: 5px; margin-top: 8px; color: #0b1b4c; }
.tp-guide-rating i { color: #f5b301; }
.tp-guide-rating strong { color: #0b1b4c; }
.tp-guide-rating span { color: #6c7891; }
.tp-guide-result-card__details ul { display: grid; gap: 5px; margin: 12px 0 0; padding: 0; list-style: none; color: #52617e; font-size: 13px; }
.tp-guide-result-card__details li { display: flex; align-items: center; gap: 8px; }
.tp-guide-result-card__details li i { width: 15px; text-align: center; color: #6c7891; }
.tp-guide-result-card__details li.is-available { color: #15803d; font-weight: 700; }
.tp-guide-result-card__details li.is-available i { color: #15803d; }
.tp-guide-result-card footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px 17px; border-top: 1px solid #edf0f6; background: #fbfcfe; }
.tp-guide-result-card footer > div { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 4px; }
.tp-guide-result-card footer span { color: #6c7891; font-size: 12px; }
.tp-guide-result-card footer strong { color: #0b1b4c; font-size: 23px; }
.tp-guide-result-card footer .tp-pricing-status { font-size: 18px; line-height: 1.2; white-space: nowrap; }
.tp-guide-result-card footer small { flex-basis: 100%; margin-top: 3px; color: #52617e; font-size: 11px; }
.tp-guide-result-card footer small i { margin-right: 5px; color: #15803d; }
.tp-guide-result-card footer .tp-button { min-width: 145px; }
.tp-guide-results-empty { margin: 32px 0; padding: 28px; border-radius: 18px; color: #52617e; background: #fff; text-align: center; }
.tp-guide-fallback-notice { display:flex; align-items:flex-start; gap:8px; margin:18px 0 4px; padding:11px 13px; border:1px solid #dbe7fb; border-radius:12px; color:#40516f; background:#f5f8ff; font-size:13px; line-height:1.45; }
.tp-guide-fallback-notice i { margin-top:3px; color:#1769e8; }
.tp-guide-location-empty { display:grid; float:none; clear:both; width:100%; box-sizing:border-box; justify-items:center; gap:9px; margin:26px 0; padding:34px 22px; border:1px solid #dce3ef; border-radius:18px; background:#fff; box-shadow:0 5px 18px rgba(6,25,77,.07); text-align:center; }
.tp-guide-location-empty > span { display:grid; width:48px; height:48px; place-items:center; border-radius:50%; color:#1769e8; background:#edf4ff; font-size:20px; }
.tp-guide-location-empty h2 { margin:3px 0 0; color:#0b1b4c; font-size:22px; line-height:1.2; }
.tp-guide-location-empty p { max-width:440px; margin:0; color:#52617e; line-height:1.5; }
.tp-guide-location-empty > div { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin-top:7px; }

/* Experience detail */
.tp-experience-detail { min-height: 100vh; padding-bottom: calc(var(--tp-experience-request-bar-height, 128px) + 24px + env(safe-area-inset-bottom)); background: #fff; }
.tp-experience-hero { position: relative; float: none!important; width: 100%; height: clamp(260px, 68vw, 470px); overflow: hidden; clear: both; background: #e6ebf3; }
.tp-experience-media { --tp-media-action-center: calc(40px + env(safe-area-inset-right, 0px)); position: relative; width: min(100%,900px); margin: 4px auto 0; clear: both; }
.tp-experience-media > .tp-cover-actions,
.tp-experience-media > .tp-experience-hero > b { right: var(--tp-media-action-center); translate: 50% 0; }
.tp-experience-hero > .tpri-picture { display: block; width: 100%; height: 100%; }
.tp-experience-hero img { width: 100%; height: 100%; object-fit: cover; }
.tp-experience-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 58%,rgba(6,25,77,.48)); pointer-events: none; }
.tp-experience-hero > .tp-experience-location { position: absolute; z-index: 1; left: 20px; bottom: 18px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; color: #fff; background: rgba(6,25,77,.76); backdrop-filter: blur(8px); font-size: 13px; font-weight: 700; }
.tp-experience-content { width: min(100%, 760px); margin: 0 auto; padding: 28px 20px 40px; }
.tp-experience-content > h1 { display: block; margin: 0 0 4px; font-size: clamp(28px,7vw,39px); line-height: 1.4; letter-spacing: -.035em; }
.tp-experience-subtitle { margin: 8px 0 6px; color: #52617e; font-size: 16px; }
.tp-experience-rating { display: flex; align-items: center; gap: 6px; margin: 0 0 24px; }
.tp-experience-rating i { color: #f5b301; }
.tp-experience-rating span { color: #6c7891; }
.tp-guide-rating-stars { position: relative; display: inline-block; width: max-content; color: #d0d7e5; font-size: 16px; letter-spacing: 1px; line-height: 1; white-space: nowrap; }
.tp-guide-rating-stars::after { position: absolute; top: 0; left: 0; width: var(--tp-guide-rating, 0%); overflow: hidden; color: #ffb400; content: '★★★★★'; pointer-events: none; }
.tp-rating-summary-link { display: inline-flex; width: fit-content; max-width: 100%; align-items: center; gap: 8px; border-radius: 8px; color: inherit!important; text-decoration: none!important; }
.tp-rating-summary-link:focus-visible { outline: 3px solid rgba(23,105,232,.24); outline-offset: 3px; }
.tp-rating-summary-link > .tp-rating-summary { pointer-events: none; }
.tp-guide-profile-intro > .tp-guide-rating-stars { grid-column: 1/2; margin: 3px 0; }
.tp-guide-profile-intro > .tp-rating-summary-link { grid-column: 1/2; margin: 3px 0; }
.tp-experience-guide .tp-guide-rating-stars { margin: 0; font-size: 13px; }
.tp-experience-review-jump { margin: 2px 0 14px; padding: 7px 10px; color: #1557d5!important; background: #f1f5ff; font-size: 12px; font-weight: 700; }
.tp-experience-review-jump > span:last-child { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.tp-experience-review-jump > span:last-child i { font-size: 9px; }
.tp-experience-guide { display: grid; grid-template-columns: 58px 1fr auto; gap: 13px; align-items: center; margin: 0 0 25px; padding: 15px; border: 1px solid #e0e6f0; border-radius: 18px; box-shadow: 0 5px 17px rgba(6,25,77,.05); }
.tp-experience-guide__avatar { position: relative; display: block; width: 58px; height: 58px; }
.tp-experience-guide__avatar > img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.tp-experience-guide__avatar .tp-guide-presence { right: 0; bottom: 1px; width: 13px; height: 13px; border-width: 2px; }
.tp-experience-guide > span { display: grid; min-width: 0; }
.tp-experience-guide > span:not(.tp-experience-guide__avatar) { row-gap: 3px; line-height: 1.1; }
.tp-experience-guide strong, .tp-experience-guide small, .tp-experience-guide em { line-height: 1.1; }
.tp-experience-guide strong { color: #0b1b4c; }
.tp-experience-guide small { color: #52617e; }
.tp-experience-guide__status { display: flex; align-items: baseline; gap: 8px; margin-top: 0; }
.tp-experience-guide .tp-experience-guide__status em { margin-top: 0; }
.tp-experience-guide em { margin-top: 3px; color: #15803d; font-size: 11px; font-style: normal; font-weight: 700; }
.tp-experience-guide em i { margin-right: 5px; }
.tp-experience-guide em.is-unavailable { color: #6b7280; }
.tp-experience-guide > b { color: #1557d5; font-size: 13px; white-space: nowrap; }
.tp-experience-description { margin: 0 0 20px; color: #34425f; line-height: 1.7; }
.tp-experience-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0 0 33px; padding: 0; list-style: none; }
.tp-experience-facts li { display: grid; min-height: 88px; place-content: center; gap: 8px; padding: 12px 8px; border-radius: 15px; color: #34425f; background: #f1f5fb; text-align: center; font-size: 12px; font-weight: 700; }
.tp-experience-facts i { color: #1769e8; font-size: 19px; }
.tp-experience-itinerary { float: none!important; clear: both; width: 100%; margin: 0; padding: 0; }
.tp-experience-itinerary h2 { margin-bottom: 15px; font-family: var(--tp-font-ui); font-size: 22px; }
.tp-experience-itinerary > div { display: grid; grid-template-columns: 88px 1fr 16px; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid #e7ebf2; }
.tp-experience-itinerary img { width: 88px; height: 76px; object-fit: cover; border-radius: 13px; }
.tp-experience-itinerary span { display: grid; gap: 4px; }
.tp-experience-itinerary strong { color: #0b1b4c; }
.tp-experience-itinerary small { color: #52617e; line-height: 1.45; }
.tp-experience-itinerary > div > i { color: #9ba6ba; }
.tp-experience-request-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 18px; padding: 13px max(20px,calc((100vw - 720px)/2)); border-top: 1px solid #dce3ef; background: rgba(255,255,255,.97); box-shadow: 0 -8px 24px rgba(6,25,77,.09); backdrop-filter: blur(12px); }
.tp-experience-request-bar > p { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 4px; margin: 0; }
.tp-experience-request-bar span { color: #6c7891; font-size: 12px; }
.tp-experience-request-bar strong { color: #0b1b4c; font-size: 25px; }
.tp-experience-request-bar .tp-pricing-status { font-size: 18px; line-height: 1.2; white-space: nowrap; }
.tp-experience-request-bar:has(.tp-experience-request-action > .trs-request-disabled) > p { flex: 0 0 auto; width: auto; flex-direction: column; align-items: flex-start; }
.tp-experience-request-action:has(> .trs-request-disabled) { flex: 1 1 auto; min-width: 0; }
.tp-experience-request-action > .trs-request-disabled { box-sizing: border-box; display: grid; width: 100%; min-height: 74px; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 12px; padding: 11px 16px; border: 1px solid #f4b5b5; border-radius: 27px; color: #991b1b; background: #fff7f7; box-shadow: none; }
.tp-experience-request-action > .trs-request-disabled .trs-request-disabled-icon { display: inline-flex; width: 42px; height: 42px; flex: 0 0 42px; align-items: center; justify-content: center; border-radius: 50%; color: #df3e45; background: #fee2e2; font-size: 17px; }
.tp-experience-request-action > .trs-request-disabled .trs-request-disabled-content { display: grid; min-width: 0; gap: 2px; }
.tp-experience-request-action > .trs-request-disabled .trs-request-disabled-content strong,
.tp-experience-request-action > .trs-request-disabled .trs-request-disabled-content > span { display: block; overflow: visible; margin: 0; text-overflow: clip; white-space: normal; }
.tp-experience-request-action > .trs-request-disabled .trs-request-disabled-content strong { color: #991b1b; font-size: 14px; font-weight: 700; line-height: 1.35; }
.tp-experience-request-action > .trs-request-disabled .trs-request-disabled-content > span { color: #7f1d1d; font-size: 13px; line-height: 1.45; }
.tp-experience-request-action > .tp-button,
.tp-experience-request-action > button,
.tp-experience-request-action > a,
.tp-experience-request-action > .trs-request-form > .trs-request-button { min-width: 190px; min-height: 52px; color: #fff!important; border-color: #1557d5!important; border-radius: 12px!important; background: #1557d5!important; box-shadow: none!important; }
.tp-experience-request-action .trs-request-button { float: none!important; width: 100%; }
.tp-experience-request-action .trs-request-text { display: block; font-size: 14px; font-weight: 700; line-height: 1.2; text-align: center; white-space: nowrap; }
.tp-experience-request-action > .trs-request-login { display: flex!important; align-items: center; justify-content: center; padding-block: 0!important; text-align: center; }
.tp-experience-request-action > .trs-request-login .trs-request-text { flex: 0 1 auto; margin: 0; }
.tp-experience-request-bar:has(> .tp-pricing-card) { min-height: 100px; gap: 20px; padding-top: 13px; padding-bottom: 13px; }
.tp-experience-request-bar > .tp-pricing-card { box-sizing: border-box; display: grid; min-width: 0; min-height: 74px; flex: 1 1 0; grid-template-columns: 46px minmax(0,1fr); align-items: center; gap: 13px; margin: 0; padding: 12px 20px; border: 1px solid; border-radius: 27px; }
.tp-experience-request-bar > .tp-pricing-card > i { font-size: 35px; line-height: 1; text-align: center; }
.tp-experience-request-bar > .tp-pricing-card > span { display: grid; min-width: 0; gap: 2px; }
.tp-experience-request-bar > .tp-pricing-card strong { overflow: hidden; font-size: 19px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.tp-experience-request-bar > .tp-pricing-card small { overflow: hidden; color: #53698d; font-size: 13px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.tp-experience-request-bar > .tp-pricing-card--discuss { border-color: #dfebfb; background: #f5f8fd; }
.tp-experience-request-bar > .tp-pricing-card--discuss > i { color: #1557d5; }
.tp-experience-request-bar > .tp-pricing-card--free { border-color: #dcebdc; background: #f0f8f0; }
.tp-experience-request-bar > .tp-pricing-card--free > i { color: #32c868; }
.tp-experience-request-bar:has(> .tp-pricing-card) > .tp-experience-request-action { min-width: 0; flex: 1 1 0; }
.tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action > .tp-button,
.tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action > button,
.tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action > a,
.tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action > .trs-request-form > .trs-request-button { width: 100%; min-width: 0; min-height: 74px; border-radius: 27px!important; font-size: 18px; }
.tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action .trs-request-text { font-size: 18px; }
.tp-experience-request-bar:has(.tp-experience-request-action > .trs-request-disabled) > p.tp-pricing-card { display: none; }
.tp-experience-request-bar:has(.tp-experience-request-action > .trs-request-disabled) > .tp-experience-request-action { width: 100%; flex: 1 1 100%; }
.tp-experience-request-action [disabled] { opacity: 1; cursor: not-allowed; }
[data-trs-request-open],
.trs-request-login { position: relative; overflow: hidden; isolation: isolate; transition: transform .12s ease, filter .12s ease; touch-action: manipulation; }
[data-trs-request-open]::after,
.trs-request-login::after { position: absolute; z-index: -1; top: 50%; left: 50%; width: 24px; height: 24px; border-radius: 999px; background: rgba(255,255,255,.32); content: ''; opacity: 0; pointer-events: none; transform: translate(-50%,-50%) scale(0); }
[data-trs-request-open]:active,
.trs-request-login:active { transform: translateY(2px) scale(.98); filter: brightness(.92); }
:where(a[href],button,[role="button"],input[type="button"],input[type="submit"],input[type="reset"]) { touch-action: manipulation; }
:where(a[href],button,[role="button"],input[type="button"],input[type="submit"],input[type="reset"]):not(:disabled):not([aria-disabled="true"]):not([data-tp-no-tap-effect]):active { filter: brightness(.92); }
:where(a[href],button,[role="button"],input[type="button"],input[type="submit"],input[type="reset"]):not([data-tp-no-tap-effect]).is-tapped { animation: tp-request-button-tap .42s ease-out; }
.flashmessage .ico-close:active { filter:none; }
.flashmessage .ico-close.is-tapped { animation:none; }
[data-trs-request-open].is-tapped::after,
.trs-request-login.is-tapped::after { animation: tp-request-button-glow .42s ease-out; }
@keyframes tp-request-button-tap { 0%,100% { transform: translateY(0) scale(1); } 32% { transform: translateY(2px) scale(.975); filter: brightness(.9); } }
@keyframes tp-request-button-glow { 0% { opacity: 0; transform: translate(-50%,-50%) scale(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(16); } }
.tp-experience-request-action > .tp-button i,
.tp-experience-request-action > button i,
.tp-experience-request-action > a i,
.tp-experience-request-action > .trs-request-form > .trs-request-button i,
.tp-guide-profile-request i { display: none!important; }
.tp-stage4 .trs-request-icon,
.tp-stage4 .trs-request-arrow,
.tp-stage4 .trs-request-shine { display: none!important; }
.tp-stage4 .trs-request-text { color: #fff!important; }

/* Item and public guide pages use the document as the mobile scroll container. */
html:not(.tp-overlay-open):has(body:is(.tp-stage4-item,.tp-stage4-public-profile)) { min-height: 100%; overflow-y: auto; }
body:is(.tp-stage4-item,.tp-stage4-public-profile) { min-height: 100%; height: auto; overflow-y: visible; float: none; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
body:is(.tp-stage4-item,.tp-stage4-public-profile) .tp-content,
body:is(.tp-stage4-item,.tp-stage4-public-profile) .tp-content > #main { height: auto; overflow: visible; }
.tp-guide-profile { width: 100%; min-height: 100vh; min-height: 100dvh; height: auto; overflow: visible; padding-bottom: 40px; background: #fff; touch-action: pan-y; }
.tp-guide-profile-cover { position: relative; width: 100%; height: clamp(220px,58vw,390px); overflow: hidden; clear: both; background: #eef3f9; }
.tp-guide-profile-cover img { width: 100%; height: 100%; object-fit: cover; }
.tp-guide-profile-cover__empty { display: block; width: 100%; height: 100%; background: linear-gradient(145deg,#edf3fa 0%,#dfe8f3 100%); }
.tp-guide-profile-cover__edit { position: absolute; z-index: 2; right: 16px; bottom: 16px; display: grid; box-sizing: border-box; width: var(--tp-saved-control-size); height: var(--tp-saved-control-size); min-width: var(--tp-saved-control-size); min-height: var(--tp-saved-control-size); place-items: center; overflow: hidden; border: 2px solid #fff; border-radius: 50%; color: #0b1b4c; background: rgba(255,255,255,.94); box-shadow: 0 5px 18px rgba(6,25,77,.24); font-size: var(--tp-saved-heart-size); line-height: 1; cursor: pointer; }
.tp-guide-profile-cover__edit:hover { background: #fff; }
.tp-guide-profile-cover__edit:focus-within { outline: 3px solid rgba(23,105,232,.35); outline-offset: 2px; }
.tp-guide-profile-cover__edit input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.tp-guide-profile-cover__status { position: absolute; z-index: 2; right: 66px; bottom: 18px; max-width: calc(100% - 90px); padding: 6px 10px; border-radius: 999px; color: #0b1b4c; background: rgba(255,255,255,.94); font-size: 12px; font-weight: 700; box-shadow: 0 3px 12px rgba(6,25,77,.15); }
.tp-guide-profile-cover__status:empty { display: none; }
.tp-guide-profile-cover.is-uploading .tp-guide-profile-cover__edit { opacity: .6; pointer-events: none; }
.tp-guide-profile-content { position: relative; width: min(100%,760px); margin: 0 auto; padding: 58px 20px 42px; }
.tp-guide-profile-avatar-wrap { position: absolute; top: -54px; left: 20px; width: 108px; height: 108px; }
.tp-guide-profile-avatar { display: block; width: 108px; height: 108px; object-fit: cover; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 6px 20px rgba(6,25,77,.18); }
.tp-guide-profile-avatar-wrap .tp-guide-presence { right: 2px; bottom: 5px; width: 22px; height: 22px; }
.contact-verifications { display: flex; flex: 0 0 auto; gap: 9px; align-items: center; transform: translateY(-4px); }
.contact-verification { display: inline-flex; min-width: 0; gap: 4px; align-items: center; color: #66758c; text-align: left; text-decoration: none!important; white-space: nowrap; }
.contact-verification-icon { position: relative; display: grid; width: 19px; height: 19px; flex: 0 0 19px; place-items: center; border: 1px solid #8cb4ff; border-radius: 50%; color: #1769e8; background: #fff; font-size: 9px; }
.contact-verification-check { position: absolute; right: -2px; bottom: -2px; display: grid; width: 9px; height: 9px; place-items: center; border: 1px solid #fff; border-radius: 50%; color: #fff; background: #20bd6a; font-size: 4px; line-height: 1; }
.contact-verification small { color: inherit; font-size: 10px; font-weight: 700; line-height: 1; }
.contact-verification--unverified { color: #8a96a8; }
.contact-verification--unverified .contact-verification-icon { border-color: #d8dee8; color: #8592a5; }
.contact-verification-cross { background: #f04e59; }
.contact-verification--action:hover .contact-verification-icon,
.contact-verification--action:focus-visible .contact-verification-icon { border-color: #1769e8; color: #1769e8; }
.contact-verification--action:focus-visible { border-radius: 8px; outline: 3px solid rgba(23,105,232,.22); outline-offset: 3px; }
.tp-guide-profile-intro { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: center; }
.tp-guide-profile-intro h1 { grid-column: 1/2; font-size: 26px; letter-spacing: -.035em; }
.tp-guide-profile-intro > p { grid-column: 1/2; margin: 0; color: #52617e; }
.tp-guide-profile-intro > small { grid-column: 1/2; color: #15803d; font-weight: 700; }
.tp-guide-profile-intro > small i { margin-right: 6px; }
.tp-guide-profile-intro > small.is-unavailable { color: #6b7280; }
.tp-guide-profile-intro > strong { grid-column: 2/3; grid-row: 1/4; color: #0b1b4c; }
.tp-guide-profile-intro > strong i { margin-right: 5px; color: #f5b301; }
.tp-guide-profile-intro > strong em { color: #6c7891; font-size: 12px; font-style: normal; font-weight: 500; }
.tp-guide-profile-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; margin: 24px 0 18px; padding: 0; list-style: none; }
.tp-guide-profile-stats li { display: grid; min-height: 82px; place-items: center; place-content: center; gap: 6px; padding: 10px 7px; border-radius: 15px; color: #52617e; background: #f1f5fb; text-align: center; font-size: 11px; font-weight: 700; }
.tp-guide-profile-stats i { color: #1769e8; font-size: 18px; }
.tp-guide-profile-actions { display: grid; grid-template-columns: 1.2fr 1fr; gap: 11px; margin-bottom: 30px; }
.tp-guide-profile-request > * { width: 100%; min-height: 52px; }
.tp-guide-profile-request button,
.tp-guide-profile-request a { min-height: 52px; color: #fff!important; border-color: #1557d5!important; border-radius: 999px!important; background: #1557d5!important; box-shadow: none!important; }
.tp-guide-profile-request .trs-request-button { float: none!important; width: 100%; }
.tp-guide-profile-request [disabled] { opacity: .72; cursor: not-allowed; }
.tp-guide-profile-message { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 15px; border: 1px solid #1769e8; border-radius: 12px; color: #1557d5!important; font-weight: 700; }
.tp-guide-profile-content section > h2 { margin-bottom: 12px; font-family: var(--tp-font-ui); font-size: 21px; }
.tp-guide-profile-about { padding: 25px 0; border-top: 1px solid #e7ebf2; }
.tp-guide-profile-about-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 1px; }
.tp-guide-profile-about-heading > h2 { min-width: 0; margin: 0; font-family: var(--tp-font-ui); font-size: 21px; }
.tp-guide-profile-about p { margin: 0 0 15px; color: #34425f; line-height: 1.65; }
.tp-guide-profile-about-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tp-guide-profile-about-tags span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; color: #34425f; background: #f1f5fb; font-size: 12px; font-weight: 700; }
.tp-guide-profile-about-tags span i { color: #1769e8; }
.tp-guide-profile-experiences { padding: 25px 0; border-top: 1px solid #e7ebf2; }
.tp-guide-profile-experiences > a { display: grid; grid-template-columns: 92px 1fr 16px; gap: 13px; align-items: center; padding: 12px 0; border-bottom: 1px solid #edf0f6; }
.tp-guide-profile-experiences .tpri-picture { display: block; width: 92px; height: 72px; }
.tp-guide-profile-experiences img { width: 92px; height: 72px; object-fit: cover; border-radius: 13px; }
.tp-guide-profile-experiences span { display: grid; gap: 6px; }
.tp-guide-profile-experiences strong { color: #0b1b4c; line-height: 1.35; }
.tp-guide-profile-experiences small { color: #52617e; }
.tp-guide-profile-experiences > a > i { color: #9ba6ba; }
.tp-traveler-reviews { float: none!important; clear: both; width: 100%; margin-top: 24px; padding-top: 0; border-top: 1px solid #e7ebf2; scroll-margin-top: 84px; }
.tp-guide-profile-reviews { margin-top: 0; padding: 0 0 25px; border-top: 1px solid #e7ebf2; }
.tp-traveler-reviews__heading { box-sizing: border-box; display: grid; width: auto; height: 68px; min-height: 68px; grid-template-columns: 32px minmax(0,1fr) auto; align-items: center; gap: 9px; margin: 8px 10px; padding: 10px 11px; border: 1px solid #dbe6f7; border-radius: 12px; background: #f8fbff; box-shadow: 0 2px 8px rgba(23,74,151,.035); }
.tp-traveler-reviews__icon { position: relative; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 8px; color: #1769e8; background: #e6efff; }
.tp-traveler-reviews__icon .fa-comment-alt { font-size: 19px; }
.tp-traveler-reviews__icon .fa-star { position: absolute; top: 12px; left: 12px; color: #1769e8; font-size: 7px; }
.tp-traveler-reviews__copy { display: grid; min-width: 0; height: 32px; align-content: center; gap: 0; }
.tp-traveler-reviews__heading h2 { overflow: hidden; margin: 0; color: #0b1b4c; font-family: var(--tp-font-display); font-size: 18px; font-weight: 600; line-height: 19px; text-overflow: ellipsis; white-space: nowrap; }
.tp-traveler-reviews__heading p { overflow: hidden; margin: 0; color: #6c7891; font-size: 11px; line-height: 13px; text-overflow: ellipsis; white-space: nowrap; }
.tp-traveler-reviews__summary { display: grid; flex: 0 0 auto; grid-template-columns: auto auto; align-items: center; justify-content: end; gap: 2px 8px; color: #0b1b4c; text-align: right; }
.tp-traveler-reviews__summary .tp-review-stars { grid-row: 1; font-size: 12px; letter-spacing: 0; white-space: nowrap; }
.tp-traveler-reviews__summary > strong { grid-row: 1; font-size: 14px; line-height: 18px; }
.tp-traveler-reviews__summary > small { grid-column: 1/3; color: #6c7891; font-size: 11px; }
.tp-traveler-reviews__empty { display: flex; align-items: center; gap: 10px; margin: 0; padding: 14px; border-radius: 13px; color: #52617e; background: #f5f7fb; font-size: 13px; }
.tp-traveler-reviews__empty i { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: #1769e8; background: #e6efff; }
.tp-review-list { display: grid; gap: 12px; }
.tp-review-card { position: relative; margin: 0; padding: 15px; border: 1px solid #e2e8f2; border-radius: 15px; background: #fff; box-shadow: 0 4px 14px rgba(6,25,77,.045); scroll-margin-top: 90px; }
.tp-review-card:target,
.tp-review-card.trs-comment-highlight { border-color: #8ab4ff; box-shadow: 0 0 0 3px rgba(23,105,232,.13), 0 5px 16px rgba(6,25,77,.07); }
.tp-review-card__header { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 10px; }
.tp-review-card__header > img { width: 42px; height: 42px; object-fit: cover; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(6,25,77,.14); }
.tp-review-card__author { display: grid; min-width: 0; gap: 2px; }
.tp-review-card__author strong { overflow: hidden; color: #0b1b4c; font-size: 14px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.tp-review-card__author small { color: #7a879b; font-size: 11px; line-height: 1.3; }
.tp-review-card__score { display: inline-flex; align-items: center; gap: 7px; color: #0b1b4c; }
.tp-review-card__score .tp-review-stars { font-size: 14px; }
.tp-review-card__score b { font-size: 13px; }
.tp-review-card__experience { display: grid; grid-template-columns: 20px minmax(0,1fr) 10px; align-items: center; gap: 7px; margin: 11px 0 0; padding: 7px 9px; border-radius: 9px; color: #1557d5!important; background: #f3f7ff; font-size: 11px; font-weight: 700; text-decoration: none!important; }
.tp-review-card__experience > i:first-child { text-align: center; }
.tp-review-card__experience > i:last-child { color: #8ea3c7; font-size: 8px; }
.tp-review-card__experience.is-unavailable { color: #687892!important; background: #f4f6fa; cursor: default; }
.tp-review-card__experience.is-unavailable > i:last-child { color: #98a4b7; }
.tp-review-card h3 { margin: 11px 0 3px; color: #0b1b4c; font-family: var(--tp-font-display); font-size: 15px; line-height: 1.35; }
.tp-review-card__body { margin: 9px 0 0; color: #34425f; font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.tp-review-card__details { margin-top: 10px; border-top: 1px solid #edf0f5; }
.tp-review-card__details summary { display: flex; min-height: 34px; align-items: center; justify-content: space-between; color: #1557d5; font-size: 11px; font-weight: 700; cursor: pointer; list-style: none; }
.tp-review-card__details summary::-webkit-details-marker { display: none; }
.tp-review-card__details summary i { font-size: 9px; transition: transform .18s ease; }
.tp-review-card__details[open] summary i { transform: rotate(180deg); }
.tp-review-card__details > div { display: grid; gap: 7px; padding: 0 0 4px; }
.tp-review-card__details p { display: grid; grid-template-columns: minmax(0,1fr) auto 26px; align-items: center; gap: 8px; margin: 0; color: #52617e; font-size: 11px; }
.tp-review-card__details p .tp-review-stars { font-size: 11px; }
.tp-review-card__details p b { color: #0b1b4c; text-align: right; }
.tp-review-response { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 9px; margin-top: 11px; padding: 11px; border-radius: 11px; color: #34425f; background: #f5f7fb; }
.tp-review-response__icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #1769e8; background: #e4edff; font-size: 10px; }
.tp-review-response > div { min-width: 0; }
.tp-review-response strong { display: inline; color: #0b1b4c; font-size: 12px; }
.tp-review-response small { margin-left: 7px; color: #7a879b; font-size: 10px; white-space: nowrap; }
.tp-review-response p { margin: 5px 0 0; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.tp-review-card__delete { display: inline-block; margin-top: 9px; color: #b4232d!important; font-size: 11px; font-weight: 700; }
@media (min-width: 760px) {
  .tp-stage4-topbar { padding-inline: max(28px,calc((100vw - 900px)/2)); }
  .tp-guide-results__content,
  .tp-experience-content,
  .tp-guide-profile-content { padding-inline: 28px; }
  .tp-experience-hero,
  .tp-guide-profile-cover { width: min(100%,900px); margin-inline: auto; border-radius: 0 0 24px 24px; }
}

@media (max-width: 480px) {
  .tp-stage4-topbar { min-height: 70px; padding: 8px 16px; }
  .tp-stage4-brand .logo-img { height: 35px; }
  .tp-guide-results__content { padding: 24px 16px 36px; }
  .tp-search-alert-creator { grid-template-columns:40px minmax(0,1fr); gap:10px; margin-block:14px 20px; padding:12px; }
  .tp-search-alert-creator>form,.tp-search-alert-creator>.tp-button,.tp-search-alert-creator__status { grid-column:1/-1; }
  .tp-search-alert-creator>form .tp-button,.tp-search-alert-creator>.tp-button { width:100%; }
  .tp-guide-result-card__main { grid-template-columns: 78px 1fr; gap: 13px; padding: 17px 15px 13px; }
  .tp-guide-result-card__avatar { width: 78px; height: 78px; }
  .tp-guide-result-card footer { padding-inline: 15px; }
  .tp-guide-result-card footer .tp-button { min-width: 132px; padding-inline: 13px; }
  .tp-experience-content,
  .tp-guide-profile-content { padding-right: 16px; padding-left: 16px; }
  .tp-experience-hero { height: 260px; }
  .tp-experience-content { padding-top: 20px; padding-bottom: 24px; }
  .tp-experience-content > h1 { font-size: 26px; }
  .tp-experience-rating { margin-bottom: 16px; }
  .tp-experience-guide { grid-template-columns: 54px 1fr; }
  .tp-experience-guide { margin-bottom: 15px; padding: 13px 0; border-width: 1px 0; border-radius: 0; box-shadow: none; }
  .tp-experience-guide > b { grid-column: 2; }
  .tp-experience-description { margin-bottom: 14px; line-height: 1.55; }
  .tp-experience-facts { gap: 0; margin-bottom: 20px; border-bottom: 1px solid #e7ebf2; }
  .tp-experience-facts li { min-height: 62px; border-radius: 0; background: transparent; }
  .tp-experience-facts li + li { border-left: 1px solid #dce3ef; }
  .tp-experience-itinerary h2 { margin-bottom: 5px; }
  .tp-experience-itinerary > div { padding: 10px 0; }
  .tp-experience-itinerary img { height: 68px; }
  .tp-experience-request-bar { padding-right: 16px; padding-left: 16px; }
  .tp-experience-request-action > .tp-button,
  .tp-experience-request-action > button,
  .tp-experience-request-action > a,
  .tp-experience-request-action > .trs-request-form > .trs-request-button { min-width: 164px; padding-inline: 14px; }
  .tp-guide-profile-cover { height: 250px; }
  .tp-guide-profile-content { margin-top: -20px; padding-top: 54px; border-radius: 24px 24px 0 0; background: #fff; }
  .tp-guide-profile-avatar-wrap { top: -103px; left: 50%; width: 124px; height: 124px; transform: translateX(-50%); }
  .tp-guide-profile-avatar { width: 124px; height: 124px; }
  .tp-guide-profile-intro { display: block; text-align: center; }
  .tp-guide-profile-intro h1 { font-size: 26px; }
  .tp-guide-profile-intro > p { margin-top: 2px; }
  .tp-guide-profile-intro > small { display: block; margin-top: 3px; }
  .tp-guide-profile-intro > strong { display: block; margin-top: 7px; }
  .tp-guide-profile-stats { gap: 0; margin: 15px 0 12px; }
  .tp-guide-profile-stats li { min-height: 48px; border-radius: 0; background: transparent; }
  .tp-guide-profile-stats li + li { border-left: 1px solid #dce3ef; }
  .tp-guide-profile-stats i { font-size: 16px; }
  .tp-guide-profile-actions { display: block; margin-bottom: 10px; }
  .tp-guide-profile-message { width: 100%; min-height: 40px; border: 0; }
  .tp-guide-profile-about,
  .tp-guide-profile-experiences,
  .tp-guide-profile-reviews { padding: 16px 0; }
  .tp-guide-profile-content section > h2,
  .tp-guide-profile-about-heading > h2 { margin-bottom: 7px; font-family: var(--tp-font-display); font-size: 19px; }
  .tp-guide-profile-about-heading > h2 { margin-bottom: 0; }
  .tp-guide-profile-about p { margin-bottom: 10px; line-height: 1.45; }
  .tp-guide-profile-about-tags span { padding: 6px 9px; }
  .tp-guide-profile-experiences > a { grid-template-columns: 176px 1fr 12px; gap: 11px; padding: 7px 0; }
  .tp-guide-profile-experiences .tpri-picture { width: 176px; height: 62px; }
  .tp-guide-profile-experiences img { width: 176px; height: 62px; }
  .tp-guide-profile-experiences strong { font-family: var(--tp-font-display); font-size: 14px; }
  .tp-guide-profile-reviews blockquote { display: flex; align-items: flex-start; padding: 0; border-radius: 0; background: transparent; }
  .tp-guide-profile-reviews blockquote > i,
  .tp-guide-profile-reviews blockquote > strong { flex: 0 0 auto; }
  .tp-guide-profile-reviews blockquote > strong { white-space: nowrap; }
  .tp-guide-profile-reviews blockquote p { margin: 0 0 0 10px; }
  .tp-guide-profile-reviews blockquote p br { display: block; }
  .tp-guide-profile-reviews blockquote span { margin-left: 9px; }
}

@media (max-width: 1023px) {
  .tp-stage4-guide-results .tp-bottom-nav,
  .tp-stage4-public-profile .tp-bottom-nav { display: grid!important; }
  .tp-stage4-public-profile .tp-guide-profile { padding-bottom: 0; }
}

@media (max-width: 380px) {
  .tp-guide-result-card__main { grid-template-columns: 64px 1fr; }
  .tp-guide-result-card__avatar { width: 64px; height: 64px; }
  .tp-guide-result-card footer { align-items: flex-end; }
  .tp-guide-result-card footer .tp-button { min-width: 112px; font-size: 13px; }
  .tp-experience-facts { grid-template-columns: 1fr; }
  .tp-experience-facts li { min-height: 58px; grid-template-columns: 28px 1fr; place-content: center stretch; text-align: left; }
  .tp-guide-profile-actions { grid-template-columns: 1fr; }
}

/* Batch 1 approved-reference mobile sizing. */
@media (max-width: 480px) {
  .tp-stage4-topbar { min-height: 68px; padding: 8px 12px; }
  .tp-stage4-topbar .tp-stage4-icon { width: 40px; height: 40px; }
  .tp-stage4-brand .logo-img { height: 34px; }
  .tp-stage4-avatar { width: 36px; height: 36px; }
  .tp-guide-results { background: #fff; }
  .tp-guide-results__content { padding: 18px 22px 84px; }
  .tp-stage4-guide-results .tp-guide-results__content > h1 { font-size: 25px; line-height: 1.08; }
  .tp-guide-location { margin: 8px 0 12px; padding: 4px 11px; border-radius: 999px; background: #f1f5fb; font-size: 12px; }
  .tp-guide-controls { gap: 8px; }
  .tp-stage4-guide-results .tp-guide-controls > button { min-height: 45px; padding: 0 12px; border-radius: 10px; font-size: 13px; white-space: nowrap; box-shadow: none; }
  .tp-guide-results__note { margin: 13px 2px 8px; font-size: 11px; }
  .tp-guide-result-groups { gap: 24px; }
  .tp-guide-result-group > h2 { margin-bottom: 4px; font-size: 21px; }
  .tp-guide-result-list { gap: 0; }
  .tp-guide-result-card { border: 0; border-bottom: 1px solid #e0e6f0; border-radius: 0; box-shadow: none; }
  .tp-guide-result-card__main { grid-template-columns: 96px minmax(0,1fr); gap: 14px; padding: 19px 2px 9px; }
  .tp-guide-result-card__avatar { width: 96px; height: 96px; }
  .tp-guide-result-card__statuses { width: 96px; }
  .tp-guide-result-card__status { font-size: 10px; }
  .tp-guide-result-card__details h2 { padding-inline-end: 46px; }
  .tp-stage4-guide-results .tp-guide-result-card .tp9-card-save { inset: 12px 2px auto auto; width: 40px; height: 40px; }
  .tp-stage4-guide-results .tp-guide-result-card .tp9-card-save button { font-size: 17px; }
  .tp-guide-result-card__details h2 { font-family: var(--tp-font-display); font-size: 23px; }
  .tp-guide-result-card__details > p { font-size: 12px; }
  .tp-guide-result-card__details .tp-guide-rating { margin-top: 5px; font-size: 13px; }
  .tp-guide-result-card__details ul { gap: 5px; margin-top: 8px; font-size: 11px; }
  .tp-guide-result-card footer { padding: 9px 2px 14px; border-top: 0; background: transparent; }
  .tp-guide-result-card footer span { font-size: 11px; }
  .tp-guide-result-card footer strong { font-size: 22px; }
  .tp-guide-result-card footer .tp-pricing-status { font-size: 15px; }
  .tp-guide-result-card footer small { font-size: 10px; }
  .tp-guide-result-card footer .tp-button { min-width: 128px; min-height: 44px; border-radius: 10px; font-size: 12px; }

  .tp-experience-hero { height: 242px; }
  .tp-experience-detail { padding-bottom: calc(var(--tp-experience-request-bar-height, 128px) + 24px + env(safe-area-inset-bottom)); }
  .tp-experience-content { padding: 15px 28px 22px; }
  .tp-experience-content > h1 { margin-top: 4px; font-size: 26px; line-height: 1.2; }
  .tp-experience-subtitle { margin: 5px 0 4px; font-size: 13px; }
  .tp-experience-rating { margin-bottom: 12px; font-size: 12px; }
  .tp-experience-guide { grid-template-columns: 52px 1fr auto; gap: 10px; margin-bottom: 9px; padding: 10px 0; }
  .tp-experience-guide__avatar { width: 52px; height: 52px; }
  .tp-experience-guide strong { font-size: 13px; }
  .tp-experience-guide small,
  .tp-experience-guide em,
  .tp-experience-guide > b { font-size: 10px; }
  .tp-experience-guide > b { grid-column: auto; }
  .tp-experience-description { margin-bottom: 9px; font-size: 12px; line-height: 1.4; }
  .tp-experience-facts { margin-bottom: 13px; }
  .tp-experience-facts li { min-height: 51px; padding: 6px 4px; font-size: 10px; }
  .tp-experience-facts i { font-size: 15px; }
  .tp-experience-itinerary h2 { font-size: 19px; }
  .tp-experience-itinerary > div { grid-template-columns: 108px 1fr 12px; gap: 10px; padding: 8px 0; }
  .tp-experience-itinerary img { width: 108px; height: 60px; border-radius: 8px; }
  .tp-experience-itinerary strong { font-size: 12px; }
  .tp-experience-itinerary small { font-size: 10px; }
  .tp-experience-request-bar { min-height: 66px; padding: 8px 28px; }
  .tp-experience-request-bar:has(.tp-experience-request-action > .trs-request-disabled) { padding-right: 10px; }
  .tp-experience-request-action > .trs-request-disabled { min-height: 62px; grid-template-columns: 30px minmax(0,1fr); gap: 8px; padding: 8px 10px; border-radius: 20px; }
  .tp-experience-request-action > .trs-request-disabled .trs-request-disabled-icon { width: 30px; height: 30px; flex-basis: 30px; font-size: 13px; }
  .tp-experience-request-bar strong { font-size: 21px; }
  .tp-experience-request-bar .tp-pricing-status { font-size: 15px; }
  .tp-experience-request-action > .tp-button,
  .tp-experience-request-action > button,
  .tp-experience-request-action > a,
  .tp-experience-request-action > .trs-request-form > .trs-request-button { min-width: 185px; min-height: 45px; }
  .tp-experience-request-bar:has(> .tp-pricing-card) { min-height: 78px; gap: 12px; padding: 8px 14px; }
  .tp-experience-request-bar > .tp-pricing-card { min-height: 62px; grid-template-columns: 34px minmax(0,1fr); gap: 10px; padding: 8px 12px; border-radius: 20px; }
  .tp-experience-request-bar > .tp-pricing-card > i { font-size: 28px; }
  .tp-experience-request-bar > .tp-pricing-card strong { font-size: 16px; }
  .tp-experience-request-bar > .tp-pricing-card small { font-size: 11px; }
  .tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action > .tp-button,
  .tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action > button,
  .tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action > a,
  .tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action > .trs-request-form > .trs-request-button { min-width: 0; min-height: 62px; padding-inline: 10px; border-radius: 20px!important; font-size: 16px; }
  .tp-experience-request-bar:has(> .tp-pricing-card) .tp-experience-request-action .trs-request-text { font-size: 16px; }

  .tp-guide-profile-cover { height: 190px; }
  .tp-guide-profile-content { margin-top: 0; padding: 55px 20px 28px; border-radius: 22px 22px 0 0; }
  .tp-guide-profile-avatar-wrap { top: -62px; width: 108px; height: 108px; }
  .tp-guide-profile-avatar { width: 108px; height: 108px; }
  .tp-guide-profile-intro h1 { font-size: 26px; }
  .tp-guide-profile-intro > p,
  .tp-guide-profile-intro > small,
  .tp-guide-profile-intro > strong { font-size: 12px; }
  .tp-guide-profile-stats { margin: 12px 0 9px; }
  .tp-guide-profile-stats li { min-height: 41px; font-size: 9px; }
  .tp-guide-profile-actions { margin-bottom: 7px; }
  .tp-guide-profile-request button,
  .tp-guide-profile-request a { min-height: 40px; }
  .tp-guide-profile-message { min-height: 34px; font-size: 12px; }
  .tp-guide-profile-about,
  .tp-guide-profile-experiences,
  .tp-guide-profile-reviews { padding: 12px 0; }
  .tp-guide-profile-content section > h2,
  .tp-guide-profile-about-heading > h2 { margin-bottom: 5px; font-size: 17px; }
  .tp-guide-profile-about-heading { margin-bottom: 0; }
  .tp-guide-profile-about-heading > h2 { margin-bottom: 0; }
  .tp-guide-profile-about p { margin-bottom: 8px; font-size: 11px; line-height: 1.4; }
  .tp-guide-profile-about-tags span { padding: 5px 8px; font-size: 10px; }
  .tp-guide-profile-experiences > a { grid-template-columns: 155px 1fr 12px; gap: 9px; padding: 5px 0; }
  .tp-guide-profile-experiences .tpri-picture { width: 155px; height: 54px; }
  .tp-guide-profile-experiences img { width: 155px; height: 54px; border-radius: 8px; }
  .tp-guide-profile-experiences strong { font-size: 12px; }
  .tp-guide-profile-experiences small { font-size: 10px; }
  .tp-guide-profile-reviews blockquote { font-size: 11px; }

  .tp-experience-review-jump { margin-bottom: 10px; padding: 6px 9px; }
  .tp-traveler-reviews { margin-top: 18px; padding-top: 0; }
  .tp-stage4-item .tp-traveler-reviews { box-sizing: border-box; width: calc(100% + 28px); margin-right: -14px; margin-left: -14px; padding-right: 0; padding-left: 0; }
  .tp-guide-profile-reviews { margin-top: 0; padding: 0 0 12px; }
  .tp-traveler-reviews__heading { gap: 6px; margin-top: 8px; margin-bottom: 8px; padding-right: 10px; padding-left: 10px; }
  .tp-stage4-item .tp-traveler-reviews__heading { margin-right: -4px; margin-left: -4px; }
  .tp-stage4-public-profile .tp-traveler-reviews__heading { margin-right: -4px; margin-left: -4px; }
  .tp-traveler-reviews__heading h2 { font-size: 18px; white-space: nowrap; }
  .tp-traveler-reviews__heading p { font-size: 11px; }
  .tp-traveler-reviews__summary { gap: 1px 3px; }
  .tp-traveler-reviews__summary .tp-review-stars { font-size: 11px; letter-spacing: -.8px; }
  .tp-traveler-reviews__summary > strong { font-size: 12px; }
  .tp-traveler-reviews__summary > small { font-size: 9px; }
  .tp-review-list { gap: 10px; }
  .tp-review-card { padding: 12px; border-radius: 13px; }
  .tp-review-card__header { grid-template-columns: 36px minmax(0,1fr) auto; gap: 8px; }
  .tp-review-card__header > img { width: 36px; height: 36px; }
  .tp-review-card__score { gap: 4px; }
  .tp-review-card__score .tp-review-stars { font-size: 11px; letter-spacing: 0; }
  .tp-review-card h3 { font-size: 14px; }
  .tp-review-card__body { font-size: 12px; line-height: 1.5; }
  .tp-review-response { padding: 9px; }
}

/* Keep the final experience in the document flow above the fixed mobile nav. */
@media (max-width: 1023px) {
  .tp-stage4-public-profile .tp-guide-profile-content {
    padding-bottom: calc(var(--tp-bottom-nav-height) + 24px + env(safe-area-inset-bottom));
  }
  .tp-stage4-public-profile .tp-guide-profile-experiences,
  .tp-stage4-public-profile .tp-guide-profile-experiences > a:last-child {
    float: none;
    clear: both;
    overflow: visible;
  }
}
