[data-hr-home-recommendation][hidden] { display: none !important; }
.hr-home-skeleton { position: relative; display: block; flex: 0 0 100%; width: 100%; height: clamp(270px, 35vw, 430px); overflow: hidden; background: #e8edf4; border-radius: 22px; }
.hr-home-skeleton::after,
.tp-guide-mini--skeleton::after { position: absolute; inset: 0; content: ''; background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.72) 48%, transparent 76%); transform: translateX(-100%); animation: hr-skeleton-shimmer 1.25s ease-in-out infinite; }
.hr-home-skeleton > span { position: absolute; z-index: 1; left: 24px; height: 14px; background: rgba(255,255,255,.64); border-radius: 999px; }
.hr-home-skeleton > span:nth-child(1) { bottom: 104px; width: 42%; height: 30px; }
.hr-home-skeleton > span:nth-child(2) { bottom: 78px; width: 58%; }
.hr-home-skeleton > span:nth-child(3) { bottom: 28px; width: 34%; height: 40px; }
.tp-guide-mini--skeleton { position: relative; pointer-events: none; }
.tp-guide-skeleton__avatar { display: block; grid-column: 1; grid-row: 1 / 4; width: 48px; height: 48px; background: #e4e9f0; border-radius: 50%; }
.tp-guide-skeleton__line { display: block; grid-column: 2; width: 72%; height: 8px; background: #e4e9f0; border-radius: 999px; }
.tp-guide-skeleton__line--name { width: 82%; height: 11px; }
.tp-guide-skeleton__line--status { width: 48%; background: #dcefe6; }
@keyframes hr-skeleton-shimmer { to { transform: translateX(100%); } }
.hr-home-recommendation:not([hidden]) + .tp-discovery-section { padding-top: clamp(20px, 3vw, 32px); }
@media (max-width: 599px) {
  .hr-home-recommendation[hidden] + .tp-discovery-guides { padding-top: 54px; }
}
.hr-home-carousel { position: relative; min-width: 0; }
.hr-home-carousel__track { display: flex; width: 100%; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.hr-home-carousel__track::-webkit-scrollbar { display: none; }
.hr-home-slide { flex: 0 0 100%; width: 100%; min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.hr-home-slide .tp-featured-destination__shade { background: linear-gradient(90deg, rgba(3,14,42,.7) 0%, rgba(3,14,42,.46) 46%, rgba(3,14,42,.18) 78%, rgba(3,14,42,.1) 100%); }
body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__copy > strong {
  color: #fff !important;
  font-family: var(--tp-font-display) !important;
  font-size: clamp(34px, 5vw, 52px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: normal !important;
}
body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__copy > strong,
body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__copy > small,
body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__guide strong,
body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__guide small {
  color: #fff !important;
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,.9), 0 3px 8px rgba(0,0,0,.62);
}
body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__copy > strong { text-shadow: 0 2px 3px rgba(0,0,0,.82), 0 6px 18px rgba(0,0,0,.58); }
body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__copy > small { font-size: 18px !important; line-height: 1.45 !important; }
.hr-home-carousel__dots { position: absolute; z-index: 2; top: 12px; right: 14px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-height: 20px; margin: 0; }
.hr-home-carousel__dots[hidden] { display: none; }
.hr-home-carousel__dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #c8d0dc; cursor: pointer; transition: width .2s ease, background-color .2s ease; }
.hr-home-carousel__dot[aria-current="true"] { width: 22px; background: var(--tp-brand-600, #1769e0); }
.hr-home-carousel__dot:focus-visible { outline: 3px solid rgba(23, 105, 224, .28); outline-offset: 3px; }

.hr-page { max-width: 1160px; margin: 0 auto; padding: 38px 20px 80px; }
.hr-page__intro { margin-bottom: 26px; }
.hr-page__intro h1 { margin: 0 0 8px; color: #172b4d; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.hr-page__intro p { margin: 0; color: #607089; font-size: 16px; }
.hr-page__loading { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.hr-page__grid { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hr-guide-card { display: block; overflow: hidden; color: #172b4d; text-decoration: none; background: #fff; border: 1px solid #e7ebf0; border-radius: 18px; box-shadow: 0 10px 30px rgba(23,43,77,.08); transition: transform .2s ease, box-shadow .2s ease; }
.hr-guide-card:hover { transform: translateY(-3px); box-shadow: 0 15px 36px rgba(23,43,77,.13); }
.hr-guide-card__image { display: block; width: 100%; height: 210px; object-fit: cover; }
.hr-guide-card__body { display: grid; gap: 5px; padding: 16px; }
.hr-guide-card__body > strong { font-size: 18px; }
.hr-guide-card__body > small { min-height: 38px; color: #607089; line-height: 1.45; }
.hr-guide-card__guide { display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; margin-top: 8px; padding-top: 12px; border-top: 1px solid #eef1f5; }
.hr-guide-card__guide > img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
.hr-guide-card__guide > span { display: grid; gap: 2px; min-width: 0; }
.hr-guide-card__guide b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hr-guide-card__guide small { color: #728097; font-size: 12px; }
.hr-guide-card--skeleton { position: relative; pointer-events: none; }
.hr-guide-card--skeleton:hover { transform: none; box-shadow: 0 10px 30px rgba(23,43,77,.08); }
.hr-guide-card--skeleton::after { position: absolute; inset: 0; z-index: 1; content: ''; background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.72) 48%, transparent 76%); transform: translateX(-100%); animation: hr-skeleton-shimmer 1.25s ease-in-out infinite; }
.hr-guide-card-skeleton__image { background: #e5eaf1; }
.hr-guide-card-skeleton__line { display: block; height: 10px; background: #e5eaf1; border-radius: 999px; }
.hr-guide-card-skeleton__line--title { width: 48%; height: 18px; margin-bottom: 4px; }
.hr-guide-card-skeleton__line--copy { width: 82%; }
.hr-guide-card-skeleton__line--copy-short { width: 60%; margin-bottom: 3px; }
.hr-guide-card-skeleton__guide { min-height: 55px; }
.hr-guide-card-skeleton__avatar { width: 42px; height: 42px; background: #e5eaf1; border-radius: 50%; }
.hr-guide-card-skeleton__line--name { width: 58%; height: 12px; }
.hr-guide-card-skeleton__line--meta { width: 76%; height: 9px; }
.hr-page__empty { max-width: 520px; margin: 50px auto; padding: 38px 24px; text-align: center; background: #fff; border: 1px solid #e7ebf0; border-radius: 18px; }
.hr-page__empty > i { color: #ff7a59; font-size: 30px; }
.hr-page__empty h2 { margin: 14px 0 7px; color: #172b4d; }
.hr-page__empty p { color: #607089; }
.hr-page__empty button { padding: 11px 18px; color: #fff; font: inherit; font-weight: 700; background: #ff7a59; border: 0; border-radius: 999px; cursor: pointer; }

body.tp-journey.tp-discovery-home .hr-local-experiences, body.tp-journey .hr-experiences-page { box-sizing: border-box; min-width: 0; padding: 14px; background: #fff; border: 1px solid #e3e9f2; border-radius: 14px; box-shadow: 0 4px 14px rgba(15,39,78,.055); }
.hr-local-experiences .tp-discovery-heading { min-height: 34px; align-items: center; gap: 8px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #edf1f6; }
.hr-local-experiences .tp-discovery-heading h2 { display: flex; min-width: 0; align-items: center; gap: 9px; margin: 0; }
.hr-local-experiences .tp-discovery-heading h2 > [data-hr-experience-title] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hr-local-experiences .tp-discovery-heading > a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 3px; margin-left: auto; white-space: nowrap; }
.hr-local-experiences__title-icon { display: inline-grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; color: var(--tp-brand-600, #1557d5); background: #eaf3ff; border-radius: 9px; font-size: 13px; }
.hr-experience-fallback { margin: -2px 0 8px; color: var(--tp-text-secondary, #667085); font-size: 13px; }
.hr-experience-fallback[hidden] { display: none !important; }
.hr-experience-grid { display: flex; flex-wrap: wrap; gap: 18px; width: 100%; }
.hr-experience-grid[hidden] { display: none !important; }
.hr-experience-card { display: flex; flex: 0 1 calc(25% - 14px); min-width: 0; overflow: hidden; flex-direction: column; color: var(--tp-text, #172b4d); text-decoration: none; background: #fff; border: 1px solid #e4e9f1; border-radius: 17px; box-shadow: 0 8px 24px rgba(15,39,78,.08); transition: transform .18s ease, box-shadow .18s ease; }
.hr-experience-card:hover { color: var(--tp-text, #172b4d); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15,39,78,.14); }
.hr-experience-card__media { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #e8edf4; }
.hr-experience-card__image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .24s ease; }
.hr-experience-card:hover .hr-experience-card__image { transform: scale(1.025); }
.hr-experience-card__category { position: absolute; top: 10px; left: 10px; max-width: calc(100% - 20px); overflow: hidden; padding: 5px 9px; color: #172b4d; font-size: 10px; font-weight: 800; line-height: 1; text-overflow: ellipsis; white-space: nowrap; background: rgba(255,255,255,.94); border-radius: 999px; box-shadow: 0 3px 10px rgba(15,39,78,.12); }
.hr-experience-card__body { display: flex; min-height: 164px; flex: 1; flex-direction: column; padding: 13px; }
.hr-experience-card__location { display: flex; min-width: 0; align-items: center; gap: 5px; overflow: hidden; color: #667085; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.hr-experience-card__location i { flex: 0 0 auto; color: var(--tp-brand-600, #1557d5); }
.hr-experience-card__title { display: -webkit-box; min-height: 42px; margin-top: 7px; overflow: hidden; color: #10234a; font-family: var(--tp-font-display); font-size: 15px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hr-experience-card__guide { display: flex; min-width: 0; align-items: center; gap: 7px; margin-top: 10px; color: #52617a; }
.hr-experience-card__guide img { width: 24px; height: 24px; flex: 0 0 24px; object-fit: cover; border-radius: 50%; }
.hr-experience-card__guide small { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.hr-experience-card__metrics { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 11px; border-top: 1px solid #edf0f5; }
.hr-experience-card__rating { color: #667085; font-size: 10px; white-space: nowrap; }
.hr-experience-card__rating::first-letter { color: #f5ad19; }
.hr-experience-card__price { overflow: hidden; color: #10234a; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.hr-experience-card--skeleton { position: relative; min-height: 330px; pointer-events: none; }
.hr-experience-card--skeleton::after { position: absolute; inset: 0; content: ''; background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.72) 48%, transparent 76%); transform: translateX(-100%); animation: hr-skeleton-shimmer 1.25s ease-in-out infinite; }
.hr-experience-card--skeleton .hr-experience-card__image { height: auto; aspect-ratio: 4 / 3; background: #e5eaf1; }
.hr-experience-card--skeleton .hr-experience-card__body { display: grid; min-height: 120px; align-content: start; gap: 10px; }
.hr-experience-card--skeleton .hr-experience-card__body > span { display: block; width: 72%; height: 10px; background: #e5eaf1; border-radius: 999px; }
.hr-experience-card--skeleton .hr-experience-card__body > span:nth-child(2) { width: 92%; height: 16px; }
.hr-experience-card--skeleton .hr-experience-card__body > span:nth-child(3) { width: 54%; }
.hr-experience-empty { display: grid; max-width: 620px; justify-items: center; gap: 7px; margin: 8px auto 0; padding: 30px 20px; text-align: center; background: #fff; border: 1px solid #e4e9f1; border-radius: 17px; }
.hr-experience-empty[hidden] { display: none !important; }
.hr-experience-empty > span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--tp-brand-600, #1557d5); background: #edf4ff; border-radius: 50%; }
.hr-experience-empty > strong { color: #10234a; font-family: var(--tp-font-display); }
.hr-experience-empty > small { max-width: 420px; color: #667085; }
.hr-experience-empty button { margin-top: 6px; }

/* The page uses the same panel and card spacing as the homepage block. */
body.tp-journey .tp-content:has(.hr-experiences-page) { clear: both; }
.hr-experiences-page { max-width: 1180px; margin: 0 auto; }
.hr-experiences-page__header { position: static !important; inset: auto !important; display: flex; width: 100%; height: auto !important; min-height: 0 !important; align-items: flex-end; justify-content: space-between; gap: 8px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #edf1f6; }
.hr-experiences-page__header h1 { margin: 0 0 8px; color: #172b4d; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.hr-experiences-page__header p { margin: 0; color: #607089; }
.hr-experience-controls { display: grid; width: min(100%, 420px); flex: 0 0 420px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8px; }
.hr-experience-controls > button { position: relative; display: flex; min-width: 0; min-height: 44px; align-items: center; justify-content: space-between; gap: 10px; padding: 0 13px; border: 1px solid #d8e0ec; border-radius: 11px; color: #172b4d; background: #fff; font: 700 13px/1.2 var(--tp-font-ui); cursor: pointer; }
.hr-experience-controls > button:hover { border-color: #9db5df; background: #f8faff; }
.hr-experience-controls > button:focus-visible { outline: 2px solid #1557d5; outline-offset: 2px; }
.hr-experience-controls > button > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hr-experience-controls > button > i { flex: 0 0 auto; color: #163b7a; font-size: 12px; }
.hr-experience-controls > button > b { display: grid; position: absolute; top: -7px; right: -7px; min-width: 19px; height: 19px; place-items: center; padding: 0 5px; border-radius: 999px; color: #fff; background: #ff5d45; font-size: 10px; }
.hr-experience-controls > button > b[hidden] { display: none; }
.hr-experience-sheet .tp11-radio-list { overflow-y: auto; }
.hr-experience-sheet .tp11-filter-scroll { padding-bottom: 14px; }
.hr-experience-sheet .tp11-filter-group:first-child { margin-top: 0; }
.hr-experience-sheet .tp11-filter-chips span { min-height: 36px; padding-inline: 13px; font-size: 12px; }
.hr-page__empty--filtered { margin-top: 0; }
.hr-experience-grid--page .hr-experience-card { flex-basis: calc(25% - 14px); }

@media (max-width: 980px) { .hr-experience-card, .hr-experience-grid--page .hr-experience-card { flex-basis: calc(33.333% - 12px); } }
@media (max-width: 820px) { .hr-page__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hr-experience-card, .hr-experience-grid--page .hr-experience-card { flex-basis: calc(50% - 9px); } .hr-experiences-page__header { align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 8px; } .hr-experience-controls { width: 100%; max-width: 420px; flex-basis: auto; } }
@media (max-width: 599px) {
  .hr-home-skeleton { height: 176px; border-radius: 15px; }
  .hr-home-skeleton > span { left: 17px; }
  .hr-home-skeleton > span:nth-child(1) { bottom: 91px; height: 22px; }
  .hr-home-skeleton > span:nth-child(2) { bottom: 70px; }
  .hr-home-skeleton > span:nth-child(3) { bottom: 14px; height: 40px; }
  body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__copy > strong { font-size: 25px !important; line-height: 1.15 !important; }
  body.tp-journey.tp-discovery-home .hr-home-slide .tp-featured-destination__copy > small { font-size: 11px !important; line-height: 1.35 !important; }
  body.tp-journey.tp-discovery-home .hr-local-experiences { width: calc(100% - 20px); margin: 0 10px 18px; padding: 11px; border-radius: 14px; }
  .hr-local-experiences .tp-discovery-heading { min-height: 36px; margin-bottom: 3px; padding-bottom: 3px; }
  .hr-local-experiences .tp-discovery-heading h2 { gap: 8px; font-size: clamp(10px,3.15vw,13px); line-height: 1.25; }
  .hr-local-experiences .tp-discovery-heading > a { font-size: 10px; }
  .hr-local-experiences__title-icon { width: 28px; height: 28px; flex-basis: 28px; border-radius: 8px; font-size: 12px; }
  .hr-experience-fallback { margin: 0 0 8px; font-size: 10px; line-height: 1.35; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 1fr; gap: 8px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card { width: 100%; height: 100%; min-height: 0; flex: none; border-color: #e2e8f1; border-radius: 10px; box-shadow: none; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card:hover { transform: none; box-shadow: 0 4px 12px rgba(15,39,78,.07); }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__media { aspect-ratio: 4 / 3; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__category { top: 6px; left: 6px; max-width: calc(100% - 12px); padding: 4px 6px; font-size: 7px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__body { min-height: 132px; padding: 8px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__location { height: 14px; flex: 0 0 14px; font-size: 8px; line-height: 14px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__title { min-height: 34px; margin-top: 4px; font-size: 12px; line-height: 1.4; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__guide { height: 20px; flex: 0 0 20px; gap: 5px; margin-top: 6px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__guide img { width: 20px; height: 20px; flex-basis: 20px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__guide small { font-size: 8px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__metrics { min-height: 22px; gap: 4px; padding-top: 6px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__rating { overflow: hidden; font-size: 7px; text-overflow: ellipsis; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card__price { font-size: 9px; }
  body.tp-journey :is(.hr-local-experiences, .hr-experiences-page) .hr-experience-card--skeleton { min-height: 238px; }
  body.tp-journey .tp-content:has(.hr-experiences-page) { padding-inline: 10px; }
  body.tp-journey .hr-experiences-page { padding: 11px; }
  .hr-experiences-page__header { margin-bottom: 9px; padding-bottom: 9px; }
  .hr-experiences-page__header h1 { margin-bottom: 7px; font-size: 25px; }
  .hr-experiences-page__header p { font-size: 12px; }
  .hr-experience-controls { max-width: none; }
  .hr-experience-controls > button { min-height: 42px; padding-inline: 11px; font-size: 12px; }
  .hr-experience-sheet.tp11-filter-sheet { top: 72px; }
}
@media (max-width: 560px) { .hr-home-recommendation:not([hidden]) + .tp-discovery-section { padding-top: 18px; } .hr-home-carousel__dots { top: 8px; right: 8px; } .hr-page__grid { grid-template-columns: 1fr; } .hr-guide-card__image { height: 190px; } }
@media (max-width: 599px) {
  body.tp-journey .tp-content:has(.hr-page) { clear: both; padding-top: 24px; }
  .hr-page { padding: 0 0 32px; }
  .hr-page__intro { float: none; width: 100%; margin: 0 0 20px; padding: 0; }
  .hr-page__intro h1 { font-size: 28px; line-height: 1.2; }
  .hr-page__empty { margin-block: 24px; padding: 24px 16px; }
  .hr-page__empty h2 { font-size: 22px; line-height: 1.3; }
}



@media (prefers-reduced-motion: reduce) { .hr-home-carousel__dot, .hr-experience-card, .hr-experience-card__image { transition: none; } .hr-home-skeleton::after, .tp-guide-mini--skeleton::after, .hr-guide-card--skeleton::after, .hr-experience-card--skeleton::after { animation: none; } }

/* Approved unified Local Guides block. */
body.tp-journey.tp-discovery-home .tp-discovery-guides__panel {
  border-color: #e3e9f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 39, 78, .055);
}

body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-discovery-heading {
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf1f6;
}

body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-discovery-heading h2 {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.tp-local-guides-title__icon {
  box-sizing: border-box;
  display: inline-grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  color: #1769e8;
  background: #eaf3ff;
  font-family: var(--tp-font-ui);
  font-size: 13px;
}

@media (max-width: 599px) {
  body.tp-journey.tp-discovery-home .hr-home-recommendation:not([hidden]) + .tp-discovery-guides {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 8px 10px 0;
    padding: 0;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides__panel {
    padding: 11px;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-discovery-heading {
    gap: 8px;
    min-height: 32px;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-discovery-heading h2 {
    flex: 1 1 auto;
    gap: 8px;
    font-size: clamp(12px, 3.7vw, 15px);
    line-height: 1.2;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-discovery-heading h2 > span:last-child {
    min-width: 0;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-discovery-heading > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 3px;
    margin-left: auto;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .tp-local-guides-title__icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 12px;
  }

  body.tp-journey.tp-discovery-home .tp-guide-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 8px;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-guide-mini {
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: repeat(4, auto);
    column-gap: 7px;
    row-gap: 1px;
    align-content: center;
    height: auto;
    min-height: 82px;
    padding: 7px;
    border-radius: 10px;
    box-shadow: none;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-guide-mini__avatar {
    width: 42px;
    height: 42px;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-guide-mini__avatar .tp-guide-presence {
    right: -1px;
    bottom: -1px;
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-guide-mini > strong {
    display: -webkit-box;
    max-height: 29px;
    overflow: hidden;
    font-size: 11px !important;
    line-height: 1.28 !important;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-guide-mini__location {
    gap: 3px;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.15;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-guide-mini__location > span {
    font-size: 9px;
  }

  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-guide-mini > small {
    min-width: 0;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Approved unified Recommended block. */
body.tp-journey.tp-discovery-home .hr-home-recommendation {
  box-sizing: border-box;
  border: 1px solid #e3e9f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 39, 78, .055);
}

body.tp-journey.tp-discovery-home .hr-home-recommendation .tp-discovery-heading {
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf1f6;
}

body.tp-journey.tp-discovery-home .hr-home-recommendation .tp-discovery-heading h2 {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.hr-home-recommendation__title-icon {
  box-sizing: border-box;
  display: inline-grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  color: #1769e8;
  background: #eaf3ff;
  font-family: var(--tp-font-ui);
  font-size: 13px;
}

body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-carousel,
body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-carousel__track,
body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-slide,
body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-skeleton {
  border-radius: 12px;
}

@media (max-width: 599px) {
  body.tp-journey.tp-discovery-home .hr-home-recommendation {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 35px 10px 0;
    padding: 12px;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .tp-discovery-heading {
    gap: 8px;
    min-height: 32px;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .tp-discovery-heading h2 {
    flex: 1 1 auto;
    gap: 8px;
    font-size: clamp(12px, 3.7vw, 15px);
    line-height: 1.2;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .tp-discovery-heading h2 > span:last-child {
    min-width: 0;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .tp-discovery-heading > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 3px;
    margin-left: auto;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .hr-home-recommendation__title-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 12px;
  }

  /* Clip the rounded frame, not the track: it needs native horizontal touch scrolling. */
  body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-carousel {
    overflow: hidden;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-slide,
  body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-skeleton {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-slide .tp-featured-destination__copy {
    top: 20px;
    left: 16px;
    max-width: calc(100% - 54px);
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-slide .tp-featured-destination__guide {
    bottom: 12px;
    left: 14px;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-slide .tp-featured-guide-avatar .tp-guide-presence {
    right: -1px;
    bottom: 0;
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-slide .tp-featured-destination__arrow {
    right: 12px;
    bottom: 12px;
  }

  body.tp-journey.tp-discovery-home .hr-home-recommendation .hr-home-carousel__dots {
    top: 10px;
    right: 10px;
    gap: 5px;
  }

  /* Keep the lower homepage section rhythm at one consistent outer gap. */
  body.tp-journey.tp-discovery-home .tp-discovery-guides + .tp-trust-strip {
    margin-top: 8px;
  }

  body.tp-journey.tp-discovery-home .tp-trust-strip + .hr-local-experiences {
    margin-top: 8px;
    margin-bottom: 0;
  }

  body.tp-journey.tp-discovery-home .hr-local-experiences + .tp-discovery-categories {
    margin-top: 24px;
    padding-top: 0;
  }
}
