/* Travel shared foundations and cross-page components. Generated from the consolidated travel stylesheet. */

:root {
  --travel-ink: #141821;
  --travel-muted: #657085;
  --travel-line: rgba(20, 24, 33, 0.1);
  --travel-soft: #f6f8fc;
  --travel-brand: #3d6bff;
  --travel-brand-deep: #2451d8;
  --travel-radius: 24px;
}

.travel-page {
  color: var(--travel-ink);
}

.travel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 34px;
}

.travel-hero--compact {
  display: block;
  max-width: 920px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--travel-brand);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.travel-hero h1 {
  margin: 0;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.travel-hero__summary,
.hotel-detail__summary {
  margin: 18px 0 0;
  max-width: 720px;
  color: var(--travel-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.travel-hero--compact .travel-hero__summary {
  margin-left: auto;
  margin-right: auto;
}

.travel-hero__chips,
.hotel-detail__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.travel-hero__chips span,
.hotel-detail__facts span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid var(--travel-line);
  border-radius: 999px;
  background: #fff;
  color: #3f4858;
  font-size: 0.9rem;
  font-weight: 500;
}

.travel-hero__image,
.hotel-detail__image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--travel-radius);
  background: var(--travel-soft);
}

.travel-hero__image img,
.hotel-detail__image img,
.travel-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-hero__image {
  aspect-ratio: 4 / 3;
}

.travel-section {
  padding: 36px clamp(16px, 4vw, 24px);
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
  word-break: keep-all;
}

.travel-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.travel-card-grid--hotels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.travel-card,
.content-card,
.side-card,
.empty-card,
.hotel-filter-note {
  border: 1px solid var(--travel-line);
  border-radius: var(--travel-radius);
  background: #fff;
}

.travel-card {
  overflow: hidden;
}

.travel-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--travel-soft);
}

.travel-card__body {
  padding: 20px;
}

.travel-card__meta {
  margin-bottom: 8px;
  color: var(--travel-muted);
  font-size: 0.88rem;
  font-weight: 500;
}

.travel-card h2,
.travel-card h3,
.travel-list h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.travel-card a,
.travel-list a {
  color: inherit;
  text-decoration: none;
}

.travel-card a:hover,
.travel-list a:hover {
  color: var(--travel-brand);
}

.travel-card p,
.travel-list p,
.side-card p,
.content-card p {
  color: var(--travel-muted);
  line-height: 1.7;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.tag-row--large span {
  min-height: 38px;
  padding-left: 14px;
  padding-right: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--travel-brand);
  font-weight: 500;
}

.text-link::after {
  content: "→";
}

.section-action {
  margin-top: 20px;
  text-align: center;
}

.travel-list {
  display: grid;
  gap: 12px;
}

.travel-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--travel-line);
  border-radius: 20px;
  background: #fff;
}

.travel-list--compact .travel-list__item {
  padding: 16px 0;
  border-width: 0 0 1px;
  border-radius: 0;
}

.empty-card,
.hotel-filter-note {
  padding: 22px;
  color: var(--travel-muted);
  line-height: 1.7;
}

.hotel-filter-note {
  margin-bottom: 18px;
  background: #f8faff;
}

.hotel-detail {
  padding-top: 28px;
  padding-bottom: 50px;
}

.hotel-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 32px;
  align-items: center;
}

.hotel-detail__hero h1 {
  margin: 0;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.hotel-detail__en {
  margin: 10px 0 0;
  color: var(--travel-muted);
  font-size: 1rem;
}

.hotel-detail__image {
  aspect-ratio: 4 / 3;
}

.hotel-detail__cta,
.hotel-detail__cta-bottom,
.hotel-detail__cta-side {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hotel-detail__cta-side {
  display: grid;
}

.affiliate-btn {
  min-height: 46px;
  justify-content: center;
}

.affiliate-empty {
  color: var(--travel-muted);
  font-size: 0.92rem;
}

.hotel-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin-top: 34px;
}

.hotel-detail__main {
  display: grid;
  gap: 18px;
}

.content-card,
.side-card {
  padding: 24px;
}

.content-card h2,
.side-card h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  word-break: keep-all;
}

.content-card--notice {
  background: #f8faff;
}

.icon-list,
.mini-list,
.content-card ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--travel-muted);
  line-height: 1.8;
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.nearby-grid div {
  padding: 14px;
  border-radius: 16px;
  background: var(--travel-soft);
}

.nearby-grid strong,
.nearby-grid span {
  display: block;
}

.nearby-grid span {
  margin-top: 4px;
  color: var(--travel-muted);
  font-size: 0.92rem;
}

.side-card dl {
  margin: 0;
  display: grid;
  gap: 12px;
}

.side-card dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--travel-line);
}

.side-card dt {
  color: var(--travel-muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.side-card dd {
  margin: 4px 0 0;
  line-height: 1.6;
}

.side-card--sticky {
  position: sticky;
  top: 86px;
  margin-top: 16px;
}

@media (max-width: 960px) {
.travel-hero,
.hotel-detail__hero,
.hotel-detail__grid {
  grid-template-columns: 1fr;
}

.travel-card-grid,
.travel-card-grid--hotels {
  grid-template-columns: 1fr;
}

.nearby-grid {
  grid-template-columns: 1fr;
}

.side-card--sticky {
  position: static;
}
}

@media (max-width: 640px) {
.travel-hero,
.hotel-detail {
  padding-top: 22px;
}

.travel-list__item {
  display: block;
}

.travel-list__item .text-link {
  margin-top: 12px;
}

.hotel-detail__cta,
.hotel-detail__cta-bottom {
  display: grid;
}
}

:root {
  --travel-bg: #f8fbff;
  --travel-sand: #eef7ff;
  --travel-sand-2: #f4f9ff;
  --travel-ink: #10243d;
  --travel-muted: #64748b;
  --travel-line: rgba(16,36,61,.10);
  --travel-brand: #2563eb;
  --travel-brand-deep: #174c78;
  --travel-blue-support: #2563eb;
  --travel-sky: #60a5fa;
  --travel-card: #ffffff;
  --travel-shadow: 0 18px 46px rgba(37,99,235,.09);
  --travel-shadow-soft: 0 10px 28px rgba(37,99,235,.06);
}

body {
  background: radial-gradient(circle at 5% 0%, rgba(37,99,235,.055), transparent 28rem),
    radial-gradient(circle at 100% 12%, rgba(125,211,252,.12), transparent 30rem),
    var(--travel-bg);
}

.travel-page {
  overflow: hidden;
}

.travel-hero {
  position: relative;
}

.travel-hero--home {
  min-height: 620px;
  padding-top: 72px;
  padding-bottom: 64px;
}

.travel-hero--home::before {
  content: "";
  position: absolute;
  inset: 28px 16px 34px;
  z-index: -1;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,248,237,.78)),
    radial-gradient(circle at 80% 24%, rgba(35,104,255,.14), transparent 22rem);
}

.travel-hero--home h1 {
  max-width: 720px;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.075em;
  font-weight: 500;
  word-break: keep-all;
}

.travel-hero__summary {
  font-size: 1.08rem;
  color: #596273;
}

.travel-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.btn--brand {
  color: #fff !important;
  border-color: #174c78 !important;
  background: #174c78 !important;
}

.btn--brand:hover {
  transform: translateY(-1px);
}

.btn--soft {
  background: #fff !important;
  color: #1f2937 !important;
  border-color: rgba(23,23,23,.10) !important;
}

.travel-hero__chips span,
.hotel-detail__facts span,
.tag-row span {
  border-color: rgba(23,23,23,.09);
  background: rgba(255,255,255,.72);
}

.travel-hero-card {
  border: 1px solid rgba(23,23,23,.10);
  border-radius: 32px;
  padding: 22px;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(14px);
}

.travel-hero-card__top {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.travel-hero-card__top strong {
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -.04em;
}

.travel-hero-card__badge {
  display: inline-flex;
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--travel-brand);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .08em;
}

.travel-flow {
  display: grid;
  gap: 12px;
}

.travel-flow div {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  column-gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 22px;
  background: #fff;
}

.travel-flow span {
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #171717;
  color: #fff;
  font-weight: 500;
}

.travel-flow b {
  font-size: 1.05rem;
}

.travel-flow p {
  margin: 4px 0 0;
  color: var(--travel-muted);
  line-height: 1.6;
}

.travel-metric-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}

.travel-metric-grid article {
  padding: 22px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 26px;
  background: #fff;
}

.travel-metric-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.35rem;
  letter-spacing: -.04em;
}

.travel-metric-grid span {
  color: var(--travel-muted);
  line-height: 1.65;
}

.travel-section {
  padding: 44px clamp(18px, 4vw, 28px);
}

.travel-section--compact {
  padding-top: 0;
}

.travel-section--tinted {
  position: relative;
}

.travel-section--tinted::before {
  content: "";
  position: absolute;
  inset: 12px max(16px, calc((100vw - var(--container))/2 + 16px));
  z-index: -1;
  border-radius: 32px;
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(23,23,23,.06);
}

.section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.section-heading h2 {
  font-weight: 500;
  color: #171717;
  line-height: 1.2;
  word-break: keep-all;
}

.travel-card-grid {
  gap: 22px;
}

.travel-card,
.content-card,
.side-card,
.empty-card,
.hotel-filter-note {
  border-color: rgba(23,23,23,.09);
}

.travel-card {
  position: relative;
  transition: transform .2s ease, border-color .2s ease;
}

.travel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(35,104,255,.18);
}

.travel-card__media {
  position: relative;
  overflow: hidden;
}

.travel-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.20));
  pointer-events: none;
}

.travel-card__media img {
  transition: transform .35s ease;
}

.travel-card:hover .travel-card__media img {
  transform: scale(1.035);
}

.travel-card__body {
  padding: 22px;
}

.travel-card__meta {
  color: #6b7280;
  font-size: .84rem;
  letter-spacing: -.01em;
}

.travel-card h2,
.travel-card h3,
.travel-list h3 {
  font-weight: 500;
  color: #171717;
  line-height: 1.2;
  word-break: keep-all;
}

.travel-card p,
.travel-list p,
.side-card p,
.content-card p {
  color: #626b7b;
}

.hotel-card .affiliate-btn {
  width: 100%;
  margin-top: 6px;
}

.travel-list__item {
  border-color: rgba(23,23,23,.08);
  transition: transform .18s ease, border-color .18s ease;
}

.travel-list:not(.travel-list--destination) .travel-list__item:hover {
  transform: translateY(-2px);
  border-color: rgba(35,104,255,.16);
}

.travel-hero--soft {
  margin-top: 28px;
  margin-bottom: 4px;
  padding-top: 58px;
  padding-bottom: 58px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,248,237,.78)),
    radial-gradient(circle at 90% 0%, rgba(35,104,255,.12), transparent 24rem);
}

.hotel-filter-note {
  padding: 18px 20px;
  background: rgba(255,255,255,.72);
  color: #586174;
}

.hotel-detail__hero {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,248,237,.72));
}

.hotel-detail__hero h1 {
  font-weight: 500;
  word-break: keep-all;
}

.hotel-detail__image,
.travel-hero__image {
  border: 1px solid rgba(23,23,23,.07);
}

.content-card h2,
.side-card h2 {
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.2;
  word-break: keep-all;
}

.content-card--notice {
  background: linear-gradient(135deg,#fff,#fff8ed);
}

.affiliate-btn {
  border-radius: 999px !important;
  min-height: 48px;
}

.affiliate-btn::after {
  content: " ↗";
}

.text-link {
  color: var(--travel-brand);
}

.footer__inner {
  background: rgba(255,255,255,.58);
  border-radius: 24px;
  padding: 20px !important;
  border: 1px solid rgba(23,23,23,.06) !important;
}

@media (max-width:960px) {
.travel-hero--home {
  min-height: auto;
}

.travel-hero--home::before {
  inset: 16px;
}

.travel-metric-grid {
  grid-template-columns: 1fr;
}

.section-heading--split {
  display: block;
}

.section-heading--split .text-link {
  margin-top: 12px;
}
}

@media (max-width:760px) {
.travel-hero--home {
  padding-top: 46px;
  padding-bottom: 44px;
}

.travel-hero--home h1 {
  font-size: 45px;
  word-break: keep-all;
}

.travel-hero-card {
  border-radius: 26px;
  padding: 16px;
}

.travel-flow div {
  grid-template-columns: 36px minmax(0,1fr);
  padding: 14px;
}

.travel-flow span {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  font-size: .86rem;
}

.travel-hero--soft {
  margin-top: 18px;
  padding-top: 42px;
  padding-bottom: 42px;
  border-radius: 26px;
}

.travel-card__body {
  padding: 18px;
}

.hotel-detail__hero {
  padding: 18px;
  border-radius: 26px;
}
}

.travel-content-sections {
  display: grid;
  gap: 22px;
}

.travel-content-section {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--travel-line);
  border-radius: var(--travel-radius);
  background: #fff;
}

.travel-content-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.travel-content-section__head h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
}

.travel-content-section__head p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--travel-muted);
  line-height: 1.65;
}

.travel-content-section__count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--travel-soft);
  color: var(--travel-brand-deep);
  font-size: 0.88rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 720px) {
.travel-content-section {
  padding: 18px;
}

.travel-content-section__head {
  display: grid;
}
}

.travel-list h4 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.travel-hero--text-only {
  display: block;
}

.travel-hero--text-only .travel-hero__body {
  max-width: 860px;
}

.travel-hero--text-only .travel-hero__summary {
  max-width: 780px;
}

.country-destination-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  width: 100%;
}

@media (min-width: 768px) {
.country-destination-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.country-destination-group--compact {
  width: 100%;
}
}

.country-destination-group {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.country-destination-group--compact {
  min-width: 0;
  overflow: hidden;
  padding: clamp(20px, 2.2vw, 28px);
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}

.country-destination-group__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 0;
}

.country-destination-group__title {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.country-destination-group__head h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: clamp(1.18rem, 1.7vw, 1.44rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #111827;
  min-width: 0;
}

.country-destination-group__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}

.country-destination-group__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--travel-brand);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.country-destination-group__link:hover {
  color: var(--travel-brand-deep);
}

.country-destination-group__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 1px solid rgba(21, 112, 239, 0.14);
  border-radius: 13px;
  background: #ffffff;
  color: var(--travel-brand);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.country-destination-group__add:hover {
  transform: translateY(-1px);
  border-color: rgba(21, 112, 239, 0.32);
  background: #f8fbff;
}

.destination-chip-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
}

.destination-chip {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
  min-height: 68px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 0;
  background: transparent;
  transform: none;
  transition: background 0.16s ease;
}

.destination-chip:last-child {
  border-bottom: 0;
}

.destination-chip:hover {
  border-color: rgba(15, 23, 42, 0.075);
  background: rgba(248, 251, 255, 0.92);
  transform: none;
}

.destination-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(21, 112, 239, 0.13);
  border-radius: 12px;
  background: #f8fbff;
  color: var(--travel-brand);
}

.destination-chip__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.destination-chip__icon svg circle {
  fill: currentColor;
  stroke: none;
}

.destination-chip__link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111827;
  text-decoration: none;
  transition: color 0.16s ease;
}

.destination-chip__name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
}

.destination-chip__name {
  color: #151515;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.destination-chip__link:hover .destination-chip__name {
  color: var(--travel-brand);
}

.destination-chip__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 34px;
  margin-left: 0;
  border: 1px solid rgba(21, 112, 239, 0.16);
  border-radius: 12px;
  background: #ffffff;
  color: var(--travel-brand-deep);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0 13px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.destination-chip__edit:hover {
  transform: translateY(-1px);
  border-color: rgba(21, 112, 239, 0.3);
  background: #f8fbff;
}

.destination-chip__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(21, 112, 239, 0.16);
  border-radius: 12px;
  background: #ffffff;
  color: var(--travel-brand-deep);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.destination-chip__arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.destination-chip__arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(21, 112, 239, 0.3);
  background: #f8fbff;
}

.empty-card--compact {
  width: 100%;
  min-height: auto;
  padding: 16px;
}

@media (max-width: 1080px) {
.travel-section {
  padding-left: 22px;
  padding-right: 22px;
}
}

@media (max-width: 767px) {
.travel-section {
  padding-left: 18px;
  padding-right: 18px;
}
}

@media (max-width: 1080px) and (min-width: 768px) {
.country-destination-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.country-destination-group--compact {
  padding: 20px;
}

.country-destination-group__head {
  /* grid-template-columns: 1fr; */
  gap: 12px;
}

.country-destination-group__actions {
  width: 100%;
  justify-content: space-between;
}
}

@media (max-width: 767px) {
.country-destination-list {
  grid-template-columns: 1fr;
  gap: 16px;
}

.country-destination-group--compact {
  padding: 18px;
  border-radius: 20px;
}

.country-destination-group__head {
  /* grid-template-columns: 1fr; */
  gap: 12px;
}

.country-destination-group__title {
  width: 100%;
  flex-wrap: wrap;
}

.country-destination-group__actions {
  width: 100%;
  justify-content: space-between;
}

.country-destination-group__add {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.destination-chip {
  grid-template-columns: 36px minmax(0, 1fr) auto auto;
  gap: 10px;
  min-height: 64px;
  padding: 12px 0;
}

.destination-chip__icon {
  width: 34px;
  height: 34px;
}

.destination-chip__edit {
  min-width: 54px;
  min-height: 34px;
  padding: 0 12px;
}

.destination-chip__arrow {
  width: 34px;
  height: 34px;
}
}

.country-destination-group__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
}

.travel-card--editable {
  position: relative;
}

.travel-card__edit-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #171717;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 11px;
  cursor: pointer;
}

.travel-card__edit-btn:hover {
  background: #fff7ed;
  border-color: rgba(245, 158, 11, 0.34);
}

.modal-sheet--destination-manager {
  width: min(980px, calc(100vw - 32px));
}

.destination-manager {
  display: grid;
  gap: 18px;
}

.destination-manager__section {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  background: #f8fafc;
}

.destination-manager__section h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #171717;
}

.destination-manager__grid {
  gap: 12px;
}

.destination-manager__section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.destination-manager__section-head .small {
  margin: 4px 0 0;
  line-height: 1.55;
}

.form-field {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
}

.form-field .textarea {
  min-height: 74px;
  resize: vertical;
}

.destination-manager__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 2px;
}

.destination-manager__actions-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

@media (max-width: 767px) {
.country-destination-group__actions {
  justify-content: space-between;
}

.destination-manager__section-head {
  flex-direction: column;
}

.destination-manager__actions,
.destination-manager__actions-right {
  align-items: stretch;
  flex-direction: column;
  width: 100%;
}
}

.travel-hero--destination-detail {
  display: block;
  padding-top: 18px;
  padding-bottom: 38px;
}

.travel-hero--destination-detail .travel-hero__image {
  width: 100%;
  margin: 0 0 28px;
  aspect-ratio: 16 / 7;
  border-radius: 32px;
}

.travel-hero--destination-detail .travel-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-hero--destination-detail .travel-hero__body {
  max-width: 940px;
}

.travel-hero--destination-detail h1 {
  max-width: 940px;
  word-break: keep-all;
}

.travel-hero--destination-detail .travel-hero__summary {
  max-width: 820px;
}

@media (max-width: 720px) {
.travel-hero--destination-detail {
  padding-top: 14px;
  padding-bottom: 26px;
}

.travel-hero--destination-detail .travel-hero__image {
  margin-bottom: 22px;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
}
}

.destination-detail-hero {
  display: block !important;
  padding-top: 16px;
  padding-bottom: 42px;
}

.destination-detail-hero__media {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(23,23,23,.07);
  border-radius: 32px;
  background: var(--travel-soft);
}

.destination-detail-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-detail-hero__content {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.destination-detail-hero h1 {
  margin: 0;
  max-width: 940px;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -0.045em;
  font-weight: 500;
  word-break: keep-all;
}

.destination-detail-hero__summary {
  margin: 18px 0 0;
  max-width: 820px;
  color: var(--travel-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.destination-detail-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.destination-detail-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(23,23,23,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: #3f4858;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 720px) {
.destination-detail-hero {
  padding-top: 12px;
  padding-bottom: 28px;
}

.destination-detail-hero__media {
  margin-bottom: 22px;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
}

.destination-detail-hero h1 {
  font-size: 45px;
  word-break: keep-all;
}
}

.modal-sheet--destination-manager {
  display: flex;
  flex-direction: column;
  height: min(92vh, 860px);
  max-height: min(92vh, 860px);
  overflow: hidden;
}

.modal-sheet--destination-manager #destinationManagerForm {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}

.modal-sheet--destination-manager .modal-sheet__header,
.modal-sheet--destination-manager .sep,
.modal-sheet--destination-manager .destination-manager__actions {
  flex: 0 0 auto;
}

.modal-sheet--destination-manager .modal-sheet__body.destination-manager {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  padding-bottom: 18px;
}

.modal-sheet--destination-manager .destination-manager__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.26);
  background: #fff;
}

.modal-sheet--destination-manager .destination-manager__actions-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.modal-sheet--destination-manager #destinationSubmitBtn {
  min-width: 148px;
}

.destination-detail-hero__content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.destination-detail-hero__content > *,
.destination-detail-hero h1,
.destination-detail-hero__summary {
  max-width: none !important;
  word-break: keep-all;
}

@media (max-width: 720px) {
.modal-sheet--destination-manager {
  height: min(94vh, 860px);
  max-height: min(94vh, 860px);
}

.modal-sheet--destination-manager .destination-manager__actions {
  align-items: stretch;
  flex-direction: column;
  padding: 14px 18px 16px;
}

.modal-sheet--destination-manager .destination-manager__actions-right {
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
}

.modal-sheet--destination-manager #destinationSubmitBtn {
  width: 100%;
}
}

.country-destination-group__manage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(21, 112, 239, 0.14);
  border-radius: 13px;
  background: #ffffff;
  color: var(--travel-brand-deep);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.country-destination-group__manage:hover {
  transform: translateY(-1px);
  border-color: rgba(21, 112, 239, 0.32);
  background: #f8fbff;
}

@media (max-width: 720px) {
.country-destination-group__title {
  flex-wrap: wrap;
}

.country-destination-group__manage {
  min-height: 34px;
  padding: 0 11px;
  font-size: 0.78rem;
}
}

.country-destination-list--all {
  align-items: stretch;
}

.country-destination-list--all .country-destination-group--compact {
  background: #ffffff;
}

.destination-chip.destination-chip--public {
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

@media (max-width: 767px) {
.destination-chip.destination-chip--public {
  grid-template-columns: 36px minmax(0, 1fr) auto;
}
}

.travel-card-grid--hotels {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.travel-card-grid--hotels .empty-card {
  grid-column: 1/-1;
}

.hotel-tabs {
  margin-top: 18px;
}

.hotel-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding: 6px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}

.hotel-tabs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #555;
  font-weight: 500;
  letter-spacing: -.02em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.hotel-tabs__button strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(23,23,23,.06);
  color: #333;
  font-size: .78rem;
}

.hotel-tabs__button.is-active {
  background: #171717;
  color: #fff;
}

.hotel-tabs__button.is-active strong {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.hotel-tabs__button:hover {
  transform: translateY(-1px);
}

.hotel-tab-panel[hidden] {
  display: none !important;
}

.hotel-tabs__footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.hotel-load-more {
  min-width: 150px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(23,23,23,.12);
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-weight: 500;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease;
}

.hotel-load-more:hover {
  transform: translateY(-2px);
  border-color: rgba(35,104,255,.24);
}

@media (max-width: 960px) {
.travel-card-grid--hotels {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.hotel-tabs__nav {
  border-radius: 22px;
}
}

@media (max-width: 640px) {
.travel-card-grid--hotels {
  grid-template-columns: 1fr;
}

.hotel-tabs__nav {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 22px;
}

.hotel-tabs__button {
  width: 100%;
}
}

.travel-section--tinted::before {
  background: #fff !important;
}

.travel-card-grid--hotels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 960px) {
.travel-card-grid--hotels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

:root {
  --travel-bg: #ffffff;
  --travel-paper: #F8FBFF;
  --travel-paper-strong: #EEF7FF;
  --travel-ink: #102A45;
  --travel-muted: #64748B;
  --travel-muted-2: #94A3B8;
  --travel-line: rgba(16, 42, 69, 0.11);
  --travel-brand: #2563EB;
  --travel-brand-deep: #174C78;
  --travel-card: #ffffff;
  --travel-shadow: 0 20px 54px rgba(16, 42, 69, 0.10);
  --travel-shadow-soft: 0 12px 34px rgba(16, 42, 69, 0.065);
  --travel-radius: 28px;
}

body::before,
body::after {
  display: none !important;
}

.travel-page {
  overflow-x: hidden;
}

.btn--brand {
  background: var(--travel-brand-deep) !important;
  border-color: var(--travel-brand-deep);
  color: #ffffff;
}

.btn--brand,
.btn--soft,
.affiliate-btn,
.hotel-load-more {
  border-radius: 999px !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.btn--brand:hover,
.btn--soft:hover,
.affiliate-btn:hover,
.hotel-load-more:hover {
  transform: translateY(-1px);
}

.btn--soft,
.hotel-load-more {
  background: #ffffff !important;
  color: var(--travel-ink) !important;
  border-color: rgba(16, 42, 69, 0.12) !important;
}

.eyebrow {
  color: var(--travel-brand-deep);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.travel-hero--home {
  position: relative;
  min-height: 560px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: clamp(58px, 8vw, 96px);
  padding-bottom: clamp(54px, 7vw, 86px);
  border: 1px solid rgba(16, 42, 69, 0.08);
  border-radius: 36px;
  background: radial-gradient(circle at 86% 18%, rgba(37, 99, 235, 0.18), transparent 23rem),
    linear-gradient(135deg, #ffffff 0%, #F8FBFF 58%, #EEF7FF 100%);
  overflow: hidden;
}

.travel-hero--home::before {
  display: none;
}

.travel-hero--home::after {
  content: "";
  position: absolute;
  right: clamp(24px, 6vw, 76px);
  bottom: clamp(22px, 5vw, 58px);
  width: clamp(120px, 18vw, 230px);
  height: clamp(120px, 18vw, 230px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(219,234,254,.38));
  pointer-events: none;
}

.travel-hero--text-only .travel-hero__body {
  position: relative;
  z-index: 1;
  max-width: 890px;
}

.travel-hero--home h1 {
  max-width: 820px;
  color: var(--travel-ink);
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -0.073em;
  font-weight: 500;
  word-break: keep-all;
}

.travel-hero__summary,
.hotel-detail__summary {
  color: var(--travel-muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.82;
  word-break: keep-all;
}

.travel-hero__actions {
  gap: 12px;
  margin-top: 28px;
}

.travel-hero__chips {
  gap: 8px;
  margin-top: 22px;
}

.travel-hero__chips span,
.hotel-detail__facts span,
.tag-row span {
  min-height: 34px;
  border-color: rgba(37, 99, 235, 0.12);
  background: rgba(255, 255, 255, 0.74);
  color: #64748B;
  backdrop-filter: blur(8px);
}

.travel-section {
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 64px);
}

.travel-section--tinted::before {
  inset: 18px max(16px, calc((100vw - var(--container)) / 2 + 16px));
  border-color: rgba(37, 99, 235, 0.07);
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.75), rgba(255, 255, 255, 0.76)) !important;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  color: var(--travel-ink);
  font-size: clamp(1.72rem, 3vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.2;
  word-break: keep-all;
}

.text-link {
  color: var(--travel-brand-deep);
  font-weight: 500;
}

.travel-card-grid,
.travel-card-grid--hotels {
  gap: clamp(16px, 2.1vw, 24px);
}

.travel-card,
.content-card,
.side-card,
.empty-card,
.hotel-filter-note,
.country-destination-group--compact {
  border-color: rgba(16, 42, 69, 0.095);
  background: #ffffff;
}

.travel-card {
  border-radius: 28px;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease;
}

.travel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.22);
}

.travel-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #F8FBFF, #DBEAFE);
}

.travel-card__media::after {
  background: linear-gradient(180deg, transparent 48%, rgba(35,31,26,.18));
}

.travel-card__body {
  padding: clamp(19px, 2vw, 24px);
}

.travel-card__meta {
  color: var(--travel-muted-2);
  font-size: 0.8rem;
  font-weight: 500;
}

.travel-card h2,
.travel-card h3,
.travel-list h3,
.travel-list h4 {
  color: var(--travel-ink);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.042em;
  word-break: keep-all;
}

.travel-card p,
.travel-list p,
.side-card p,
.content-card p {
  color: var(--travel-muted);
  line-height: 1.74;
  word-break: keep-all;
}

.hotel-card .affiliate-btn {
  min-height: 46px;
  margin-top: 10px;
  background: var(--travel-ink) !important;
  color: #ffffff !important;
}

.travel-list {
  gap: 14px;
}

.travel-list__item {
  border-color: rgba(16, 42, 69, 0.09);
  border-radius: 24px;
  background: #ffffff;
}

.travel-list:not(.travel-list--destination) .travel-list__item:hover {
  border-color: rgba(37, 99, 235, 0.2);
}

.country-destination-list {
  gap: clamp(18px, 2vw, 26px);
}

.country-destination-group--compact {
  border-radius: 28px;
  padding: clamp(22px, 2.4vw, 30px);
}

.country-destination-group__head h3 {
  color: var(--travel-ink);
  font-weight: 500;
}

.country-destination-group__link,
.country-destination-group__add,
.country-destination-group__manage,
.destination-chip__icon,
.destination-chip__link,
.travel-content-section__count {
  color: var(--travel-brand-deep);
}

.country-destination-group__add,
.country-destination-group__manage {
  border-color: rgba(37, 99, 235, 0.18);
  background: #F8FBFF;
}

.country-destination-group__add:hover,
.country-destination-group__manage:hover,
.destination-chip:hover {
  border-color: rgba(37, 99, 235, 0.24);
  background: #F8FBFF;
}

.destination-chip {
  min-height: 70px;
}

.destination-chip__icon {
  border-color: rgba(37, 99, 235, 0.16);
  background: #EFF6FF;
}

.hotel-tabs__nav {
  border-color: rgba(16, 42, 69, 0.09);
  background: #F8FBFF;
}

.hotel-tabs__button {
  color: #64748B;
}

.hotel-tabs__button.is-active {
  background: var(--travel-ink);
  color: #ffffff;
}

.travel-hero--soft,
.hotel-detail__hero,
.content-card--notice {
  border-color: rgba(16, 42, 69, 0.09);
  background: linear-gradient(135deg, #ffffff 0%, #F8FBFF 100%);
}

.travel-hero__image,
.hotel-detail__image {
  border-color: rgba(16, 42, 69, 0.08);
  border-radius: 30px;
}

.footer__inner {
  background: #ffffff !important;
  border-color: rgba(16, 42, 69, 0.08) !important;
  color: var(--travel-muted);
}

.empty-card {
  padding: 28px;
  color: var(--travel-muted);
  text-align: center;
}

@media (max-width: 960px) {
.travel-hero--home {
  min-height: auto;
  margin-top: 14px;
  border-radius: 30px;
}

.travel-card-grid,
.travel-card-grid--hotels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-heading--split {
  align-items: flex-start;
}
}

@media (max-width: 760px) {
.travel-hero--home {
  padding: 42px 18px 38px;
  border-radius: 28px;
}

.travel-hero--home::after {
  opacity: .46;
  right: -44px;
  bottom: -42px;
}

.travel-hero--home h1 {
  font-size: 45px;
  word-break: keep-all;
}

.travel-hero__summary {
  font-size: 0.98rem;
}

.travel-hero__actions {
  display: grid;
}

.travel-hero__actions .btn {
  justify-content: center;
  width: 100%;
}

.travel-section {
  padding-top: 38px;
  padding-bottom: 38px;
}

.travel-section--tinted::before {
  inset: 10px 12px;
  border-radius: 26px;
}

.travel-card-grid,
.travel-card-grid--hotels {
  grid-template-columns: 1fr;
}

.travel-list__item {
  padding: 18px;
}
}

@media (prefers-reduced-motion: reduce) {
.travel-card,
.travel-card__media img,
.travel-list__item,
.btn--brand,
.btn--soft,
.affiliate-btn,
.hotel-load-more {
  transition: none !important;
}
}

#destinationManagerModal[aria-hidden="true"],
#homeDestinationManagerModal[aria-hidden="true"] {
  display: none !important;
}

.travel-hero--service {
  display: block;
  min-height: 0 !important;
  margin-top: clamp(18px, 2.5vw, 30px) !important;
  margin-bottom: clamp(18px, 3vw, 34px) !important;
  padding: clamp(42px, 6vw, 72px) clamp(22px, 5vw, 64px) !important;
  border: 1px solid rgba(16, 42, 69, 0.08) !important;
  border-radius: 30px !important;
  background: #ffffff !important;
}

.travel-hero--service::before,
.travel-hero--service::after {
  display: none !important;
}

.travel-hero--service .travel-hero__body {
  max-width: 760px !important;
}

.travel-hero--service h1 {
  max-width: 700px !important;
  margin-top: 12px !important;
  color: var(--travel-ink) !important;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -0.065em !important;
  font-weight: 500 !important;
  word-break: keep-all;
}

.travel-hero--service .travel-hero__summary {
  max-width: 670px !important;
  margin-top: 18px !important;
  color: var(--travel-muted) !important;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem) !important;
  line-height: 1.78 !important;
}

.travel-hero--service .travel-hero__actions {
  margin-top: 24px !important;
}

.travel-hero--service .travel-hero__chips {
  margin-top: 20px !important;
}

.travel-hero--service .travel-hero__chips span {
  min-height: 32px !important;
  padding: 7px 12px !important;
  border-color: rgba(16, 42, 69, 0.09) !important;
  background: #F8FBFF !important;
  color: #64748B !important;
}

.travel-page--destinations-index {
  padding-top: clamp(18px, 2.5vw, 34px) !important;
}

.travel-page--destinations-index .travel-section:first-child {
  padding-top: clamp(30px, 4vw, 52px) !important;
}

@media (max-width: 760px) {
.travel-hero--service {
  margin-top: 12px !important;
  padding: 34px 18px 30px !important;
  border-radius: 24px !important;
}

.travel-hero--service h1 {
  font-size: 45px;
  word-break: keep-all;
}

.travel-hero--service .travel-hero__actions {
  display: grid !important;
}

.travel-hero--service .travel-hero__actions .btn {
  width: 100%;
  justify-content: center;
}

.travel-hero--service .travel-hero__chips {
  gap: 7px !important;
}

.travel-page--destinations-index {
  padding-top: 10px !important;
}
}

.travel-card.hotel-card .travel-card__description-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-heading h1 {
  margin: 0;
  color: var(--travel-ink);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.2;
  word-break: keep-all;
}

.travel-page > .travel-section:first-child {
  padding-top: clamp(24px, 4vw, 40px);
}

.travel-card--clickable {
  cursor: pointer;
}

.travel-card__full-link {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.travel-card__full-link:hover {
  color: inherit;
}

.travel-card__full-link .travel-card__media,
.travel-card__full-link .travel-card__body,
.travel-card__full-link .travel-card__meta,
.travel-card__full-link .travel-card__title,
.travel-card__full-link .travel-card__description {
  display: block;
}

.travel-card__title {
  margin: 0;
  color: var(--travel-ink);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.042em;
  word-break: keep-all;
}

.travel-card__description {
  margin-top: 12px;
  color: var(--travel-muted);
  line-height: 1.74;
  word-break: keep-all;
}

.travel-card__full-link .text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
}

@media (max-width: 640px) {
.hotel-tabs__nav {
  display: grid !important;
  gap: 6px !important;
  padding: 6px !important;
}

.hotel-tabs__button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  gap: 5px;
  padding: 9px 7px;
  font-size: 0.84rem;
  line-height: 1.25;
  white-space: normal;
}

.hotel-tabs__button strong {
  min-width: 26px;
  height: 22px;
  padding: 0 6px;
  font-size: 0.72rem;
  flex: 0 0 auto;
}
}

.travel-list--destination {
  gap: 6px;
}

.travel-list--destination .travel-list__item {
  align-items: stretch;
  padding: 10px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  transform: none;
}

.travel-list--destination .travel-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.travel-list--destination .travel-list__content {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
}

.travel-list--destination h4 {
  margin: 0;
  color: var(--travel-ink);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.042em;
  word-break: keep-all;
}

.travel-list--destination .travel-card__meta {
  margin: 0;
  line-height: 1.45;
}

.travel-list--destination .travel-list__actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  color: var(--travel-brand-deep);
  font-weight: 500;
}

.travel-list--destination .travel-list__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media (max-width: 640px) {
.travel-list--destination {
  gap: 4px;
}

.travel-list--destination .travel-list__item {
  display: block;
  padding: 12px 10px;
  border-radius: 12px;
}

.travel-list--destination .travel-list__link {
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
}

.travel-list--destination h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.travel-list--destination .travel-card__meta {
  font-size: 0.78rem;
  line-height: 1.42;
  white-space: normal;
}

.travel-list--destination .travel-list__actions {
  min-width: 26px;
  height: 26px;
  margin-top: 2px;
  flex: 0 0 26px;
}
}

.travel-content-section--plain {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.hotel-tabs__button .hotel-tabs__count[hidden] {
  display: none !important;
}

.hotel-card.travel-card--clickable .travel-card__full-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.hotel-card.travel-card--clickable .travel-card__media {
  margin: 0;
}

.hotel-card.travel-card--clickable .text-link {
  pointer-events: none;
}

.wtsr-page {
  background: #ffffff;
}

.wtsr-hero {
  padding: 44px 20px 22px;
}

.wtsr-hero__box {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #F8FBFF 0%, #ffffff 100%);
  border: 1px solid rgba(37, 99, 235, 0.14);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 22px;
  align-items: center;
}

.wtsr-eyebrow {
  margin: 0 0 8px;
  color: #174C78;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wtsr-hero h1 {
  margin: 0;
  color: #102A45;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -0.055em;
  font-weight: 500;
  word-break: keep-all;
}

.wtsr-hero h1 span {
  color: #174C78;
  word-break: keep-all;
}

.wtsr-hero__desc {
  margin: 12px 0 0;
  color: #64748B;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.wtsr-form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.wtsr-form__field {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 8px 0 12px;
}

.wtsr-form__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  background: #EEF7FF;
  font-size: 16px;
}

.wtsr-form input {
  width: 100%;
  height: 50px;
  border: 0;
  outline: none;
  background: transparent;
  color: #1F2937;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.wtsr-form input::placeholder {
  color: #94A3B8;
}

.wtsr-form__button {
  flex: 0 0 auto;
  height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.wtsr-form__button:focus-visible,
.wtsr-form input:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.24);
  outline-offset: 2px;
}

.wtsr-section {
  padding: 8px 20px 56px;
}

.wtsr-shell {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.wtsr-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}

.wtsr-summary h2 {
  margin: 0;
  color: #102A45;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.wtsr-summary p {
  margin: 6px 0 0;
  color: #64748B;
  font-size: 13.5px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.wtsr-count {
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: #EEF7FF;
  color: #174C78;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.wtsr-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.wtsr-card {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.wtsr-card__media {
  min-height: 132px;
  border-radius: 18px;
  overflow: hidden;
  background: #F8FBFF;
}

.wtsr-card__media img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
  display: block;
}

.wtsr-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 132px;
  display: grid;
  place-items: center;
  color: #174C78;
  font-size: 30px;
  background: linear-gradient(135deg, #EEF7FF 0%, #F8FBFF 100%);
}

.wtsr-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wtsr-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 9px;
}

.wtsr-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #F8FBFF;
  color: #174C78;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.wtsr-card h3 {
  margin: 0;
  color: #102A45;
  font-size: 19px;
  line-height: 1.38;
  letter-spacing: -0.035em;
  font-weight: 500;
}

.wtsr-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wtsr-card p {
  margin: 8px 0 0;
  color: #64748B;
  font-size: 14px;
  line-height: 1.68;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.wtsr-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}

.wtsr-card__tags span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #F8FAFC;
  color: #64748B;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.wtsr-card mark,
.wtsr-summary mark {
  padding: 0 2px;
  border-radius: 4px;
  background: #DBEAFE;
  color: #102A45;
  font-weight: 500;
}

.wtsr-empty,
.wtsr-loading,
.wtsr-error {
  padding: 34px 22px;
  border-radius: 24px;
  background: #F8FAFC;
  border: 1px solid rgba(37, 99, 235, 0.12);
  color: #64748B;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.wtsr-empty strong,
.wtsr-error strong {
  display: block;
  margin-bottom: 6px;
  color: #102A45;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.wtsr-more {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.wtsr-more__button {
  min-width: 160px;
  height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #102A45;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
}

@media (max-width: 860px) {
.wtsr-hero {
  padding-top: 34px;
}

.wtsr-hero__box {
  grid-template-columns: 1fr;
  padding: 22px;
  border-radius: 24px;
}

.wtsr-summary {
  align-items: flex-start;
  flex-direction: column;
}

.wtsr-card {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
}
}

@media (max-width: 640px) {
.wtsr-hero {
  padding: 28px 18px 18px;
}

.wtsr-hero__box {
  padding: 20px;
}

.wtsr-hero h1 {
  font-size: 45px;
  word-break: keep-all;
}

.wtsr-form {
  flex-direction: column;
  align-items: stretch;
  border-radius: 20px;
}

.wtsr-form__field {
  min-height: 48px;
}

.wtsr-form__button {
  width: 100%;
  height: 48px;
}

.wtsr-section {
  padding-left: 18px;
  padding-right: 18px;
}

.wtsr-card {
  grid-template-columns: 1fr;
  padding: 14px;
  border-radius: 22px;
}

.wtsr-card__media,
.wtsr-card__media img,
.wtsr-card__placeholder {
  min-height: 172px;
}

.wtsr-card h3 {
  font-size: 17px;
}
}

.destination-guide-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 900px);
  margin-top: 24px;
}

.destination-guide-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 138px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
    radial-gradient(circle at 88% 10%, rgba(37, 99, 235, 0.14), transparent 34%);
  color: #101828;
  text-decoration: none;
}

.destination-guide-link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
}

.destination-guide-link__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.18);
  color: #174C78;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.destination-guide-link strong {
  display: block;
  max-width: 92%;
  font-size: 1.15rem;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.destination-guide-link small {
  display: block;
  max-width: 92%;
  color: #667085;
  font-size: 0.93rem;
  line-height: 1.58;
}

@media (max-width: 720px) {
.destination-guide-link {
  min-height: auto;
  padding: 18px;
  border-radius: 22px;
}
}

.destination-guide-link {
  border: 0;
  background: radial-gradient(circle at 88% 10%, rgba(59, 130, 246, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff, #f7fbff);
}

:root {
  --travel-bg: #ffffff;
  --travel-paper: #F8FBFF;
  --travel-paper-strong: #EEF7FF;
  --travel-ink: #102A45;
  --travel-muted: #64748B;
  --travel-muted-2: #94A3B8;
  --travel-line: rgba(16, 42, 69, 0.10);
  --travel-brand: #2563EB;
  --travel-brand-deep: #174C78;
  --travel-card: #ffffff;
  --travel-shadow: 0 20px 54px rgba(37, 99, 235, 0.10);
  --travel-shadow-soft: 0 12px 34px rgba(37, 99, 235, 0.065);
}

.btn--brand,
.affiliate-btn,
.hotel-tabs__button.is-active,
.wthome-search__button,
.wtsr-search__button,
.wtsr-empty__button,
.wt-city-guide-button--primary {
  background: linear-gradient(135deg, #174C78 0%, #2563EB 72%, #38BDF8 100%) !important;
  border-color: rgba(37, 99, 235, 0.20) !important;
  color: #ffffff !important;
}

.travel-hero--home,
.travel-hero--soft,
.hotel-detail__hero,
.content-card--notice,
.travel-hero--service,
.travel-section--tinted::before,
.wtsr-hero__box {
  background: radial-gradient(circle at 86% 18%, rgba(37, 99, 235, 0.10), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #F8FBFF 58%, #EEF7FF 100%) !important;
  border-color: rgba(37, 99, 235, 0.10) !important;
}

.travel-card__media,
.preview-affiliate-card__placeholder,
.post-affiliate-card__placeholder {
  background: linear-gradient(135deg, #F8FBFF 0%, #DBEAFE 100%) !important;
}

.travel-card:hover,
.travel-list:not(.travel-list--destination) .travel-list__item:hover,
.country-destination-group__add:hover,
.country-destination-group__manage:hover,
.destination-chip:hover {
  border-color: rgba(37, 99, 235, 0.22) !important;
  background: #F8FBFF !important;
}

.travel-card h2,
.travel-card h3,
.travel-list h3,
.travel-list h4,
.section-heading h1,
.section-heading h2,
.travel-card__title,
.travel-hero--home h1,
.travel-hero--service h1,
.wtsr-hero__title,
.wtsr-result-card__title {
  color: #102A45 !important;
  line-height: 1.2;
  word-break: keep-all;
}

.wthome-card__bottom,
.wt-city-guide-survey-panel__link {
  background: radial-gradient(circle at 88% 10%, rgba(125, 211, 252, 0.22), transparent 32%),
    linear-gradient(135deg, #102A45 0%, #174C78 58%, #2563EB 100%) !important;
}

.destination-guide-links--static-osaka {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travel-list__item--static .travel-card__meta {
  color: #2563eb;
  font-weight: 500;
}

@media (max-width: 1024px) {
.destination-guide-links--static-osaka {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

.wt-page-hero {
  padding: 18px 0 52px;
}

.wt-page-hero__content {
  max-width: 760px;
}

.wt-eyebrow,
.wt-section-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.wt-page-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 1px;
  word-break: keep-all;
}

.wt-hero-actions,
.wt-hotel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.wt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.wt-btn--primary {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}

.wt-btn--ghost {
  background: #fff;
  color: #1e293b;
}

.wt-hero-actions .wt-btn,
.wt-hero-actions .wt-btn--primary,
.wt-hero-actions .wt-btn--ghost {
  border-color: #e2e8f0;
  background: #fff;
  color: #0f172a;
}

.wt-mini-panel {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
}

.wt-mini-panel__title {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.wt-flow-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-flow-list li {
  border-radius: 16px;
  background: #f8fafc;
  padding: 16px 18px;
}

.wt-flow-list strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
}

.wt-flow-list span {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.wt-section {
  padding: 40px 0;
}

.wt-section--soft {
  background: #f8fafc;
}

.wt-section--compact {
  padding-top: 34px;
}

.wt-section-head {
  max-width: 780px;
  margin-bottom: 24px;
}

.wt-section-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.72rem, 3vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.wt-section-desc {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}

.wt-area-grid,
.wt-hotel-grid,
.wt-link-grid {
  display: grid;
  gap: 16px;
}

.wt-area-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wt-area-card,
.wt-hotel-card,
.wt-link-card,
.wt-check-item {
  border: 1px solid #e5e7eb;
  background: #fff;
}

.wt-area-card {
  border-radius: 22px;
  padding: 24px;
}

.wt-area-card h3,
.wt-hotel-card h3,
.wt-link-card h3 {
  margin: 0;
  color: #0f172a;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.wt-area-card h3 {
  font-size: 22px;
}

.wt-area-card p,
.wt-hotel-card p,
.wt-link-card p {
  color: #64748b;
  line-height: 1.7;
  word-break: keep-all;
}

.wt-area-card p {
  margin: 12px 0 18px;
  font-size: 15px;
}

.wt-tag-list,
.wt-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wt-tag,
.wt-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
}

.wt-hotel-grid {
  display: flex;
  grid-template-columns: none;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 -2px;
  padding: 2px 2px 14px;
}

.wt-hotel-grid::-webkit-scrollbar {
  height: 6px;
}

.wt-hotel-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #cbd5e1;
}

.wt-hotel-card {
  flex: 0 0 304px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  scroll-snap-align: start;
}

.wt-hotel-card__image {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wt-hotel-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.wt-hotel-card h3 {
  margin-top: 12px;
  font-size: 19px;
  line-height: 1.34;
}

.wt-hotel-card p {
  margin: 9px 0 0;
  font-size: 14px;
}

.wt-hotel-note {
  margin-top: 13px;
  border-radius: 14px;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  padding: 11px 12px;
}

.wt-hotel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}

.wt-hotel-actions .wt-btn {
  min-height: 38px;
  border-radius: 12px;
  padding: 0 10px;
  font-size: 13px;
}

.wt-hotel-more-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 68px;
  margin-top: 18px;
  border: 1px solid #d8e2f0;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  padding: 16px 18px;
  text-decoration: none;
}

.wt-hotel-more-banner strong {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.35;
  word-break: keep-all;
}

.wt-hotel-more-banner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.wt-hotel-more-banner span::after {
  content: "→";
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
}

.wt-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wt-check-item {
  border-radius: 18px;
  color: #334155;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  padding: 18px 20px;
}

.wt-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background: #fff;
  padding: 28px;
}

.wt-cta-band h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 2.8vw, 34px);
  letter-spacing: -0.05em;
  line-height: 1.2;
  word-break: keep-all;
}

.wt-cta-band .wt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wt-cta-band .wt-btn span {
  font-size: 1.05em;
  line-height: 1;
}

.wt-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wt-link-grid--purpose {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wt-link-card {
  display: block;
  border-radius: 20px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}

.wt-link-card h3 {
  font-size: 18px;
}

.wt-link-card p {
  margin: 8px 0 0;
  font-size: 14px;
}

@media (max-width: 1024px) {
.wt-area-grid,
.wt-hotel-grid,
.wt-link-grid,
.wt-link-grid--purpose {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 720px) {
.wt-page-hero {
  padding-top: 10px;
  padding-bottom: 34px;
}

.wt-page-hero h1 {
  font-size: 45px;
  word-break: keep-all;
}

.wt-section {
  padding: 40px 0;
}

.wt-area-grid,
.wt-hotel-grid,
.wt-check-grid,
.wt-link-grid,
.wt-link-grid--purpose {
  grid-template-columns: 1fr;
}

.wt-mini-panel,
.wt-area-card,
.wt-hotel-card__body,
.wt-link-card {
  padding: 20px;
}

.wt-cta-band {
  align-items: stretch;
  flex-direction: column;
  padding: 22px;
}

.wt-btn,
.wt-hero-actions .wt-btn,
.wt-hotel-actions .wt-btn {
  width: 100%;
}
}

@media (max-width: 767px) {
.travel-page.wt-city-page,
.travel-page.wt-purpose-page,
.travel-page.wt-city-guide-page {
  overflow-x: hidden;
}

.travel-page.wt-city-page > .container,
.travel-page.wt-purpose-page .container,
.travel-page.wt-city-guide-page .container {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.wt-purpose-page .wt-page-hero p:not(.wt-city-kicker),
.wt-purpose-page .wt-section-desc,
.wt-purpose-page .wt-area-card p,
.wt-purpose-page .wt-hotel-card p,
.wt-purpose-page .wt-link-card p {
  line-height: 1.72;
}
}

@media (max-width: 720px) {
.wt-hotel-more-banner {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.wt-hotel-more-banner span {
  min-height: 32px;
  padding: 0 12px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.wt-city-hero h1,
.wt-purpose-page .wt-page-hero h1 {
  font-size: 45px;
  word-break: keep-all;
}

.wt-city-page .section-heading h2,
.wt-city-snapshot__heading h2,
.wt-purpose-page .wt-section-title {
  font-size: clamp(1.65rem, 3.4vw, 2rem);
  line-height: 1.2;
  word-break: keep-all;
}
}

@media (max-width: 767px) {
main.travel-page.wt-city-page,
main.travel-page.wt-purpose-page,
main.travel-page.wt-city-guide-page {
  padding: 25px;
}

main.travel-page.wt-city-page > .container,
main.travel-page.wt-purpose-page .container,
main.travel-page.wt-city-guide-page .container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
}

.wt-hotel-card__image {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  border-bottom: 0;
  background: transparent;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.wt-hotel-card__image::after {
  content: "★ 9+";
  color: #0f172a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
}

.wt-hotel-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
}

.wt-hotel-card h3 {
  order: 1;
  margin: 0;
  color: #030712;
  font-size: 20px;
  line-height: 1.34;
  letter-spacing: -0.045em;
}

.wt-hotel-card .wt-badge-list {
  order: 2;
  gap: 8px;
  margin-top: 16px;
}

.wt-hotel-card .wt-badge {
  min-height: 29px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
  color: #111827;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
}

.wt-hotel-card p {
  order: 3;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

.wt-hotel-note {
  display: none;
}

.wt-hotel-actions {
  order: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.wt-hotel-actions .wt-btn {
  min-height: 46px;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
}

.wt-hotel-actions .wt-btn--primary {
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.wt-hotel-actions .wt-btn--ghost {
  border-color: #e5e7eb;
  background: #fff;
  color: #1f2937;
}

.wt-hotel-card__subname {
  margin-top: 8px;
  color: #8b9097;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.wt-hotel-card__point {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e8edf4;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.wt-hotel-card__label {
  margin: 0 0 20px;
  color: #8f949c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.hotel-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.wt-category-filter-description {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #f8fafc;
  color: #334155;
  margin: -2px 0 16px;
  padding: 16px 18px;
}

.wt-category-filter-description strong {
  color: #0f172a;
  display: block;
  font-size: 0.98rem;
  font-weight: 500;
  margin-bottom: 6px;
}

.wt-category-filter-description p {
  color: #64748b;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
}

.wt-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  word-break: keep-all;
}

@keyframes wt-archive-skeleton-shimmer {
  100%{
    transform: translateX(100%);
  }
}

.wt-static-fallback-card .travel-card__body {
  display: flex;
  min-height: 230px;
  flex-direction: column;
}

.wt-static-fallback-card .text-link {
  margin-top: auto;
  padding-top: 18px;
}

.wt-section--first-answer {
  padding-top: 18px;
}

.wt-reason-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wt-reason-card h3 {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.wt-area-grid--decision {
  align-items: stretch;
}

.wt-area-card--decision {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 0;
  background: #f8fafc;
}

.wt-area-card--decision h3 {
  margin-top: 9px;
  font-size: 28px;
  letter-spacing: -0.065em;
}

.wt-area-card__lead {
  margin-top: 12px;
}

.wt-area-card__note {
  margin-top: 16px;
  border-radius: 16px;
  background: #fff;
  padding: 14px 15px;
}

.wt-area-card__note strong,
.wt-check-grid--rich .wt-check-item strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.wt-area-card__note span,
.wt-check-grid--rich .wt-check-item span {
  display: block;
  margin-top: 6px;
}

.wt-area-card__note--caution {
  background: #fff7ed;
}

.wt-check-grid--rich .wt-check-item {
  display: block;
  border: 0;
  background: #f8fafc;
}

@media (max-width: 720px) {
.wt-section--first-answer {
  padding-top: 8px;
}
}

.wt-area-tabs {
  margin-top: clamp(1.4rem, 3vw, 2.15rem);
}

.wt-area-tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.wt-area-tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.55rem;
  border-radius: 999px;
  background: rgba(245, 241, 234, 0.92);
}

.wt-area-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1.08rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1;
  color: #5f5548;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.wt-area-tab-button:hover {
  transform: translateY(-1px);
  color: #2d251c;
}

.wt-area-tab-panels {
  margin-top: clamp(1rem, 2.3vw, 1.35rem);
}

.wt-area-tab-panels > .wt-area-card {
  display: none;
  max-width: none;
  margin: 0;
}

.wt-area-tab-panel {
  position: relative;
  overflow: hidden;
}

.wt-area-tab-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.9), transparent 34%);
  pointer-events: none;
}

.wt-area-tab-panel__summary,
.wt-area-tab-panel__details {
  position: relative;
  z-index: 1;
}

.wt-area-tab-panel__summary {
  align-self: start;
}

.wt-area-tab-panel__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wt-area-tab-panel .wt-area-card__note {
  margin-top: 0;
  min-height: 116px;
  border: 1px solid rgba(15, 23, 42, 0.045);
}

.wt-area-tab-panel .wt-area-card__note strong {
  font-size: 13.5px;
}

.wt-area-tab-panel .wt-area-card__note span {
  font-size: 14.5px;
  line-height: 1.72;
}

.wt-area-tab-input:nth-of-type(1):checked ~ .wt-area-tab-list .wt-area-tab-button:nth-child(1),
.wt-area-tab-input:nth-of-type(2):checked ~ .wt-area-tab-list .wt-area-tab-button:nth-child(2),
.wt-area-tab-input:nth-of-type(3):checked ~ .wt-area-tab-list .wt-area-tab-button:nth-child(3),
.wt-area-tab-input:nth-of-type(4):checked ~ .wt-area-tab-list .wt-area-tab-button:nth-child(4),
.wt-area-tab-input:nth-of-type(5):checked ~ .wt-area-tab-list .wt-area-tab-button:nth-child(5),
.wt-area-tab-input:nth-of-type(6):checked ~ .wt-area-tab-list .wt-area-tab-button:nth-child(6) {
  background: #fff;
  color: #2d251c;
}

.wt-area-tab-input:nth-of-type(1):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(1),
.wt-area-tab-input:nth-of-type(2):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(2),
.wt-area-tab-input:nth-of-type(3):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(3),
.wt-area-tab-input:nth-of-type(4):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(4),
.wt-area-tab-input:nth-of-type(5):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(5),
.wt-area-tab-input:nth-of-type(6):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(6) {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: stretch;
  border-radius: 30px;
  padding: clamp(1.45rem, 3vw, 2.3rem);
  background: linear-gradient(135deg, #f8fafc 0%, #fffaf3 100%);
}

.wt-area-tab-input:focus-visible ~ .wt-area-tab-list {
  outline: 3px solid rgba(58, 47, 35, 0.18);
  outline-offset: 4px;
}

@media (min-width: 1080px) {
.wt-area-tab-input:nth-of-type(1):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(1),
.wt-area-tab-input:nth-of-type(2):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(2),
.wt-area-tab-input:nth-of-type(3):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(3),
.wt-area-tab-input:nth-of-type(4):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(4),
.wt-area-tab-input:nth-of-type(5):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(5),
.wt-area-tab-input:nth-of-type(6):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(6) {
  min-height: 340px;
}

.wt-area-tab-panel__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.5rem;
}
}

@media (max-width: 920px) {
.wt-area-tab-input:nth-of-type(1):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(1),
.wt-area-tab-input:nth-of-type(2):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(2),
.wt-area-tab-input:nth-of-type(3):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(3),
.wt-area-tab-input:nth-of-type(4):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(4),
.wt-area-tab-input:nth-of-type(5):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(5),
.wt-area-tab-input:nth-of-type(6):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(6) {
  grid-template-columns: 1fr;
}
}

@media (max-width: 680px) {
.wt-area-tab-list {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  border-radius: 22px;
  -webkit-overflow-scrolling: touch;
}

.wt-area-tab-button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0.65rem 0.9rem;
  font-size: 0.9rem;
}

.wt-area-tab-input:nth-of-type(1):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(1),
.wt-area-tab-input:nth-of-type(2):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(2),
.wt-area-tab-input:nth-of-type(3):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(3),
.wt-area-tab-input:nth-of-type(4):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(4),
.wt-area-tab-input:nth-of-type(5):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(5),
.wt-area-tab-input:nth-of-type(6):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(6) {
  display: block;
  border-radius: 22px;
  padding: 20px;
}

.wt-area-tab-panel__details {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.wt-area-tab-panel .wt-area-card__note {
  min-height: 0;
}
}

.wt-purpose-page .wt-section--survey-cta .wt-cta-band p:not(.wt-city-kicker) {
  max-width: 720px;
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.75;
  word-break: keep-all;
}

.wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button--primary {
  border-color: rgba(37, 99, 235, .16);
  background: #2563eb;
  color: #ffffff;
}

@media (max-width: 767px) {
.wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button {
  width: 100%;
}
}

@media (max-width: 767px) {
.wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  justify-content: center;
}
}

.wt-city-button--primary,
.wt-city-hero__actions .wt-city-button--primary,
.wt-city-cta .wt-city-button--primary,
.wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button--primary {
  border-color: rgba(37, 99, 235, .16);
  background: #2563eb;
  color: #ffffff;
}

.wt-city-button--primary:hover,
.wt-city-hero__actions .wt-city-button--primary:hover,
.wt-city-cta .wt-city-button--primary:hover,
.wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button--primary:hover {
  border-color: rgba(29, 78, 216, .2);
  background: #1d4ed8;
  color: #ffffff;
  transform: translateY(-1px);
}

.wt-city-cta .wt-city-button,
.wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 500;
}

@media (max-width: 767px) {
.wt-city-hero__actions .wt-city-button,
.wt-city-cta .wt-city-button,
.wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
}

.wt-seo-toc-section {
  background: radial-gradient(circle at 92% 8%, rgba(37, 99, 235, 0.08), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
}

.wt-seo-toc__head p:last-child {
  max-width: 720px;
}

.wt-seo-toc {
  margin-top: 20px;
}

.wt-seo-toc__columns,
.wt-seo-toc__group--featured {
  display: grid;
  gap: 12px;
}

.wt-seo-toc__columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.wt-seo-toc__group {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
}

.wt-seo-toc__group--featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  background: transparent;
}

.wt-seo-toc__label {
  display: block;
  margin: 0 0 10px;
  color: #12263f;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.wt-seo-toc a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.055);
  color: #536175;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.48;
  text-decoration: none;
}

.wt-seo-toc__group a:first-of-type {
  border-top: 0;
}

.wt-seo-toc__group--featured a {
  min-height: 112px;
  padding: 18px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
}

.wt-seo-toc__group--featured span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf5ff;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 500;
}

.wt-seo-toc__group--featured strong {
  display: block;
  color: #11263f;
  font-size: 1.02rem;
  line-height: 1.42;
  letter-spacing: -0.035em;
}

.wt-seo-toc a:hover {
  color: #2563eb;
}

@media (max-width: 760px) {
.wt-seo-toc__columns,
.wt-seo-toc__group--featured {
  grid-template-columns: 1fr;
}

.wt-seo-toc__group--featured a {
  min-height: auto;
}
}

.wt-toc-floating-button {
  position: fixed;
  right: max(20px, calc((100vw - 1180px) / 2 + 20px));
  bottom: 24px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(17, 38, 63, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.96);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.wt-toc-floating-icon {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 18px;
  height: 18px;
}

.wt-toc-floating-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

.wt-toc-floating-icon span {
  display: block;
  width: 13px;
  height: 2px;
  margin-left: 5px;
  border-radius: 999px;
  background: currentColor;
}

.wt-toc-floating-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.wt-toc-floating-button:hover {
  border-color: rgba(37, 99, 235, 0.16);
  background: rgba(255, 255, 255, 0.96);
  color: #2563eb;
}

.wt-toc-floating-button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.26);
  outline-offset: 3px;
}

@media (max-width: 760px) {
.wt-toc-floating-button {
  right: 16px;
  bottom: 18px;
  width: 40px;
  height: 40px;
}
}

.wt-ja-expression {
  display: block;
  color: #12263f;
  font-weight: 500;
  white-space: nowrap;
}

.wt-ja-reading {
  display: block;
  margin-top: 4px;
  color: #6b7f94;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hotel-tabs__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 18px 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.hotel-tabs__button {
  appearance: none !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  width: auto !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #334155 !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  transform: none !important;
}

.hotel-tabs__button:hover {
  border-color: rgba(37, 99, 235, 0.22) !important;
  background: #f8fbff !important;
  color: #174c78 !important;
  transform: none !important;
}

.hotel-tabs__button.is-active {
  border-color: rgba(37, 99, 235, 0.26) !important;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
}

.hotel-tabs__button strong,
.hotel-tabs__button .hotel-tabs__count {
  display: none !important;
}

@media (max-width: 1024px) {
.hotel-tabs__nav {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  padding-bottom: 6px !important;
  scroll-snap-type: x proximity !important;
  scroll-padding-inline: 16px !important;
}

.hotel-tabs__nav::-webkit-scrollbar {
  display: none !important;
}

.hotel-tabs__button {
  white-space: nowrap !important;
  scroll-snap-align: center !important;
}
}

.hotel-tabs,
.hotel-tabs__nav,
.hotel-tabs__button {
  pointer-events: auto !important;
}

.hotel-tabs__nav {
  position: relative !important;
  z-index: 2 !important;
}

.hotel-tabs__button {
  position: relative !important;
  z-index: 3 !important;
  cursor: pointer !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.hotel-tabs__button span,
.hotel-tabs__button strong,
.hotel-tabs__button .hotel-tabs__count {
  pointer-events: none !important;
}

.hotel-tabs__button:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.42) !important;
  outline-offset: 3px !important;
}

.hotel-tab-panel.is-active:not([hidden]) {
  display: block !important;
}

.hotel-tabs {
  position: relative !important;
  z-index: 10 !important;
  isolation: isolate !important;
}

.hotel-tabs__nav {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
}

.hotel-tabs__button {
  position: relative !important;
  z-index: 31 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

.hotel-tab-panel {
  position: relative !important;
  z-index: 1 !important;
}

.hotel-tabs__button[hidden],
.hotel-tabs__button[data-city-post-disabled="true"],
.hotel-tab-panel[hidden],
.hotel-tab-panel[data-city-post-disabled="true"] {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
.container:not(.breadcrumbs--post-page),
main.travel-page .container {
  box-sizing: border-box;
  padding-left: clamp(32px, 5vw, 56px) !important;
  padding-right: clamp(32px, 5vw, 56px) !important;
}

main.travel-page.wt-city-page,
main.travel-page.wt-purpose-page,
main.travel-page.wt-city-guide-page,
main.travel-page.wt-city-hotel-guide-page,
main.travel-page.wt-city-travel-guide-page {
  overflow-x: hidden;
}
}

.wt-check-grid--readable {
  gap: 14px;
}

.wt-check-grid--readable .wt-check-item {
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #fff;
  padding: 20px 22px;
}

.wt-check-grid--readable .wt-check-item strong {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.2;
}

.wt-check-grid--readable .wt-check-item span {
  margin-top: 0;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: -0.025em;
}

.wt-check-grid--readable .wt-check-item .wt-check-item__lead {
  margin-bottom: 5px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

@media (max-width: 720px) {
.wt-check-grid--readable {
  gap: 12px;
}

.wt-check-grid--readable .wt-check-item {
  padding: 18px 19px;
}
}

@media (min-width: 768px) and (max-width: 1180px) {
.container,
main.travel-page .container,
main.travel-page.wt-city-page > .container,
main.travel-page.wt-purpose-page .container,
main.travel-page.wt-city-guide-page .container,
main.travel-page.wt-city-hotel-guide-page .container,
main.travel-page.wt-city-travel-guide-page .container {
  box-sizing: border-box;
}

.wt-city-hero,
.wt-purpose-page .wt-page-hero,
.wt-city-guide-hero,
.city-guide-hero {
  padding-top: clamp(44px, 6vw, 72px) !important;
  padding-bottom: clamp(62px, 8vw, 94px) !important;
}

.wt-purpose-page .wt-section,
.wt-city-section,
.wt-city-snapshot,
.wt-city-guide-links,
.wt-city-faq,
.wt-city-dynamic-section,
.wt-city-guide-section,
.city-guide-section,
.wt-city-guide-related,
.wt-city-hotel-guide-page .wt-city-guide-section,
.wt-city-travel-guide-page .wt-city-guide-section {
  padding-top: clamp(64px, 8vw, 86px) !important;
  padding-bottom: clamp(64px, 8vw, 86px) !important;
}

.wt-purpose-page .wt-section + .wt-section,
.wt-city-section + .wt-city-section,
.wt-city-guide-section + .wt-city-guide-section,
.city-guide-section + .city-guide-section {
  margin-top: clamp(8px, 2vw, 22px) !important;
}

.wt-purpose-page .wt-area-grid,
.wt-purpose-page .wt-check-grid,
.wt-purpose-page .wt-link-grid,
.wt-city-snapshot__grid,
.wt-city-guide-snapshot__grid,
.destination-guide-links--static-osaka {
  gap: clamp(18px, 2.5vw, 26px) !important;
}

.wt-purpose-page .wt-check-item,
.wt-purpose-page .wt-area-card,
.wt-purpose-page .wt-link-card,
.wt-purpose-page .wt-cta-band,
.wt-city-choice-card,
.destination-guide-link,
.wt-city-guide-section,
.city-guide-section {
  padding: clamp(24px, 3vw, 34px) !important;
}
}

@media (max-width: 767px) {
main.travel-page.wt-city-page,
main.travel-page.wt-purpose-page,
main.travel-page.wt-city-guide-page,
main.travel-page.wt-city-hotel-guide-page,
main.travel-page.wt-city-travel-guide-page {
  padding-left: clamp(28px, 7vw, 34px) !important;
  padding-right: clamp(28px, 7vw, 34px) !important;
  padding-top: 28px !important;
  overflow-x: hidden;
}

main.travel-page.wt-city-page > .container,
main.travel-page.wt-purpose-page .container,
main.travel-page.wt-city-guide-page .container,
main.travel-page.wt-city-hotel-guide-page .container,
main.travel-page.wt-city-travel-guide-page .container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wt-city-hero,
.wt-purpose-page .wt-page-hero,
.wt-city-guide-hero,
.city-guide-hero {
  padding-top: 28px !important;
  padding-bottom: 54px !important;
}

.wt-purpose-page .wt-section,
.wt-city-section,
.wt-city-snapshot,
.wt-city-guide-links,
.wt-city-faq,
.wt-city-dynamic-section,
.wt-city-guide-section,
.city-guide-section,
.wt-city-guide-related,
.wt-city-hotel-guide-page .wt-city-guide-section,
.wt-city-travel-guide-page .wt-city-guide-section {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.wt-purpose-page .wt-section + .wt-section,
.wt-city-section + .wt-city-section,
.wt-city-guide-section + .wt-city-guide-section,
.city-guide-section + .city-guide-section {
  margin-top: 8px !important;
}

.wt-purpose-page .wt-area-grid,
.wt-purpose-page .wt-check-grid,
.wt-purpose-page .wt-link-grid,
.wt-city-snapshot__grid,
.wt-city-guide-snapshot__grid,
.destination-guide-links--static-osaka {
  gap: 16px !important;
}

.wt-purpose-page .wt-check-item,
.wt-purpose-page .wt-area-card,
.wt-purpose-page .wt-link-card,
.wt-purpose-page .wt-cta-band,
.wt-city-choice-card,
.destination-guide-link,
.wt-city-guide-section,
.city-guide-section {
  padding: clamp(22px, 6vw, 28px) !important;
}

.wt-check-grid--readable .wt-check-item {
  padding: clamp(22px, 6vw, 28px) !important;
}
}

@media (max-width: 380px) {
main.travel-page.wt-city-page,
main.travel-page.wt-purpose-page,
main.travel-page.wt-city-guide-page,
main.travel-page.wt-city-hotel-guide-page,
main.travel-page.wt-city-travel-guide-page {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
}

html,
body {
  overflow-x: clip;
}

main.travel-page,
.footer.container {
  max-width: 100%;
}

@media (max-width: 767px) {
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

main.travel-page.wt-city-page,
main.travel-page.wt-purpose-page,
main.travel-page.wt-city-guide-page,
main.travel-page.wt-city-hotel-guide-page,
main.travel-page.wt-city-travel-guide-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.travel-page.wt-city-page > .container,
.travel-page.wt-purpose-page .container,
.travel-page.wt-city-guide-page .container,
.footer.container {
  box-sizing: border-box;
  width: min(calc(100% - 40px), var(--container));
  max-width: var(--container);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

@media (max-width: 380px) {
.travel-page.wt-city-page > .container,
.travel-page.wt-purpose-page .container,
.travel-page.wt-city-guide-page .container,
.footer.container {
  width: calc(100% - 32px);
}
}

html,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

.travel-section {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.travel-section--compact {
  padding-top: 0 !important;
}

.section-heading {
  margin-bottom: 12px !important;
}

.wt-section-head {
  margin-bottom: 16px !important;
}

.wt-area-tabs {
  margin-top: clamp(.9rem, 2vw, 1.4rem) !important;
}

.wt-area-tab-panels {
  margin-top: clamp(.7rem, 1.5vw, .95rem) !important;
}

.wt-cta-band {
  padding: 24px !important;
}

@media (max-width: 767px) {
.travel-section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.section-heading {
  margin-bottom: 12px !important;
}

.wt-section-head {
  margin-bottom: 15px !important;
}

.wt-cta-band {
  padding: 20px !important;
}
}

.wt-area-tab-input:nth-of-type(1):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(1),
.wt-area-tab-input:nth-of-type(2):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(2),
.wt-area-tab-input:nth-of-type(3):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(3),
.wt-area-tab-input:nth-of-type(4):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(4),
.wt-area-tab-input:nth-of-type(5):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(5),
.wt-area-tab-input:nth-of-type(6):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(6) {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.2rem, 3vw, 2.1rem);
  align-items: stretch;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.wt-area-tab-panel::before {
  display: none;
}

@media (max-width: 920px) {
.wt-area-tab-input:nth-of-type(1):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(1),
.wt-area-tab-input:nth-of-type(2):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(2),
.wt-area-tab-input:nth-of-type(3):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(3),
.wt-area-tab-input:nth-of-type(4):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(4),
.wt-area-tab-input:nth-of-type(5):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(5),
.wt-area-tab-input:nth-of-type(6):checked ~ .wt-area-tab-panels .wt-area-card:nth-child(6) {
  display: block;
}
}

main.travel-page p:not(.wt-city-kicker),
.travel-page p:not(.wt-city-kicker),
.wt-location-page p:not(.wt-city-kicker) {
  color: #333 !important;
  font-weight: 400 !important;
}

main.travel-page .travel-section,
.travel-page .travel-section {
  padding-top: clamp(54px, 5.4vw, 76px) !important;
  padding-bottom: clamp(54px, 5.4vw, 76px) !important;
}

main.travel-page .travel-section--compact,
.travel-page .travel-section--compact {
  padding-top: clamp(42px, 4vw, 56px) !important;
}

main.travel-page .section-heading,
.travel-page .section-heading {
  margin-bottom: clamp(24px, 2.8vw, 34px) !important;
}

main.travel-page .wt-section-head,
.travel-page .wt-section-head {
  margin-bottom: clamp(26px, 3vw, 38px) !important;
}

main.travel-page .wt-area-tabs,
.travel-page .wt-area-tabs {
  margin-top: clamp(1.25rem, 2.6vw, 2rem) !important;
}

main.travel-page .wt-area-tab-panels,
.travel-page .wt-area-tab-panels {
  margin-top: clamp(1.1rem, 2.4vw, 1.7rem) !important;
}

main.travel-page .wt-cta-band,
.travel-page .wt-cta-band {
  padding: clamp(30px, 4vw, 44px) !important;
}

@media (max-width: 1024px) {
main.travel-page .travel-section,
.travel-page .travel-section,
main.travel-page .wt-section,
.travel-page .wt-section,
main.travel-page.wt-purpose-page .wt-section,
.travel-page.wt-purpose-page .wt-section,
main.travel-page .wt-city-snapshot,
main.travel-page .wt-city-guide-links,
main.travel-page .wt-city-section,
main.travel-page .wt-city-faq,
main.travel-page .wt-city-dynamic-section,
.travel-page .wt-city-snapshot,
.travel-page .wt-city-guide-links,
.travel-page .wt-city-section,
.travel-page .wt-city-faq,
.travel-page .wt-city-dynamic-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
}

@media (max-width: 767px) {
main.travel-page .travel-section,
.travel-page .travel-section,
main.travel-page .wt-section,
.travel-page .wt-section,
main.travel-page.wt-purpose-page .wt-section,
.travel-page.wt-purpose-page .wt-section,
main.travel-page .wt-city-snapshot,
main.travel-page .wt-city-guide-links,
main.travel-page .wt-city-section,
main.travel-page .wt-city-faq,
main.travel-page .wt-city-dynamic-section,
.travel-page .wt-city-snapshot,
.travel-page .wt-city-guide-links,
.travel-page .wt-city-section,
.travel-page .wt-city-faq,
.travel-page .wt-city-dynamic-section {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

main.travel-page .section-heading,
.travel-page .section-heading,
main.travel-page .wt-section-head,
.travel-page .wt-section-head {
  margin-bottom: 22px !important;
}

main.travel-page .wt-cta-band,
.travel-page .wt-cta-band {
  padding: 26px !important;
}
}

#area-guide .section-heading,
#area-compare .wt-section-head {
  margin-bottom: clamp(14px, 2vw, 20px) !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
#area-guide .section-heading,
#area-compare .wt-section-head {
  margin-bottom: 18px !important;
}

main.travel-page #area-guide.wt-city-section,
.travel-page #area-guide.wt-city-section,
main.travel-page #area-compare.wt-section,
.travel-page #area-compare.wt-section,
main.travel-page.wt-purpose-page #area-compare.wt-section,
.travel-page.wt-purpose-page #area-compare.wt-section {
  padding-bottom: 28px !important;
}
}

@media (max-width: 767px) {
#area-guide .section-heading,
#area-compare .wt-section-head {
  margin-bottom: 16px !important;
}

main.travel-page #area-guide.wt-city-section,
.travel-page #area-guide.wt-city-section,
main.travel-page #area-compare.wt-section,
.travel-page #area-compare.wt-section,
main.travel-page.wt-purpose-page #area-compare.wt-section,
.travel-page.wt-purpose-page #area-compare.wt-section {
  padding-bottom: 22px !important;
}

main.travel-page #area-guide + .wt-city-cta,
.travel-page #area-guide + .wt-city-cta,
main.travel-page #area-compare.wt-section + .wt-section--survey-cta,
.travel-page #area-compare.wt-section + .wt-section--survey-cta,
main.travel-page.wt-purpose-page #area-compare.wt-section + .wt-section--survey-cta,
.travel-page.wt-purpose-page #area-compare.wt-section + .wt-section--survey-cta {
  padding-top: 0 !important;
}

main.travel-page .wt-city-cta,
.travel-page .wt-city-cta,
main.travel-page .wt-section--survey-cta,
.travel-page .wt-section--survey-cta,
main.travel-page.wt-purpose-page .wt-section--survey-cta,
.travel-page.wt-purpose-page .wt-section--survey-cta {
  padding-top: 8px !important;
  padding-bottom: 38px !important;
}
}

@media (min-width: 768px) and (max-width: 1180px) {
main.travel-page.wt-purpose-page > .wt-page-hero:first-child,
.travel-page.wt-purpose-page > .wt-page-hero:first-child,
main.travel-page.wt-purpose-page .wt-page-hero,
.travel-page.wt-purpose-page .wt-page-hero,
.breadcrumbs.container + main.travel-page.wt-city-page > .wt-city-hero.container:first-child,
main.travel-page.wt-city-page > .wt-city-hero.container:first-child,
.travel-page.wt-city-page > .wt-city-hero.container:first-child {
  padding-top: 15px !important;
}
}

@media (max-width: 767px) {
main.travel-page.wt-purpose-page > .wt-page-hero:first-child,
.travel-page.wt-purpose-page > .wt-page-hero:first-child,
main.travel-page.wt-purpose-page .wt-page-hero,
.travel-page.wt-purpose-page .wt-page-hero,
.breadcrumbs.container + main.travel-page.wt-city-page > .wt-city-hero.container:first-child,
main.travel-page.wt-city-page > .wt-city-hero.container:first-child,
.travel-page.wt-city-page > .wt-city-hero.container:first-child {
  padding-top: 15px !important;
}
}

main.travel-page {
  --travel-soft: #ffffff;
  --travel-line: transparent;
  --border: transparent;
  --card: #ffffff;
  --shadow: none;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

main.travel-page:not(.travel-home) :where(
  .wt-section,
  .wt-city-section,
  .wt-page-hero,
  .wt-city-hero,
  .wt-city-cta,
  .wt-section--survey-cta,
  .wt-cta-band,
  .wt-area-tabs,
  .wt-city-area-tabs,
  .wt-area-tab-panel,
  .wt-city-area-tab-panel,
  .wt-hotel-section,
  .wt-city-snapshot,
  .wt-city-guide-links,
  .wt-survey-wrap,
  .wt-survey-card,
  .destination-tab-panel,
  .destination-city-card,
  .destination-city-card__cta,
  .wt-loading-skeleton-card
) {
  border: 0 !important;
}

@media (max-width: 767px) {
main.travel-page.wt-city-page,
main.travel-page.wt-purpose-page,
main.travel-page.wt-city-guide-page,
main.travel-page.wt-city-hotel-guide-page,
main.travel-page.wt-city-travel-guide-page {
  padding-top: 0 !important;
}
}

main.travel-page {
  --travel-line: rgba(15, 23, 42, 0.08);
  --border: rgba(15, 23, 42, 0.08);
  --card: #ffffff;
  --shadow: none;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

main.travel-page :where(.wt-hotel-card .wt-badge, .wt-hotel-card__meta-list .wt-badge) {
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

main.travel-page :where(.wt-section-head, .section-heading) {
  margin-bottom: clamp(18px, 2.4vw, 28px) !important;
}

main.travel-page :where(.wt-hotel-grid, .travel-card-grid, .wt-content-grid) {
  gap: clamp(16px, 2.2vw, 24px) !important;
}

@media (max-width: 767px) {
main.travel-page :where(.wt-section-head, .section-heading) {
  margin-bottom: 16px !important;
}

main.travel-page :where(.wt-hotel-grid, .travel-card-grid, .wt-content-grid) {
  gap: 14px !important;
}
}

main.travel-page {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

main.travel-page :where(
  .wt-city-cta,
  .wt-city-cta__inner,
  .wt-section--survey-cta,
  .wt-cta-band,
  .wt-hotel-more-banner,
  .wt-page-hero,
  .wt-city-hero,
  .wt-section,
  .wt-city-section,
  .wt-area-tabs,
  .wt-city-area-tabs,
  .wt-area-tab-panel,
  .wt-city-area-tab-panel,
  .wt-area-card__note,
  .wt-city-area-info-card,
  .wt-city-area-panel__decision,
  .wt-purpose-quick-card,
  .wt-reason-card,
  .wt-check-item,
  .wt-link-card,
  .wt-hotel-note
) {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

main.travel-page :where(.wt-hotel-card__body) {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 0 !important;
}

main.travel-page :where(.wt-section-head, .section-heading) {
  margin-bottom: clamp(18px, 2.2vw, 28px) !important;
}

main.travel-page :where(
  .wt-purpose-quick-grid,
  .wt-reason-grid,
  .wt-check-grid,
  .wt-link-grid,
  .wt-city-area-panel__grid,
  .wt-area-tab-panel__details
) {
  gap: clamp(10px, 1.4vw, 16px) !important;
}

main.travel-page :where(
  .wt-area-card__note,
  .wt-city-area-info-card,
  .wt-check-item,
  .wt-link-card,
  .wt-purpose-quick-card,
  .wt-reason-card
) {
  padding: clamp(16px, 2vw, 20px) !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
main.travel-page.wt-purpose-page #area-compare.wt-section,
.travel-page.wt-purpose-page #area-compare.wt-section,
main.travel-page.wt-city-page #area-guide.wt-city-section,
.travel-page.wt-city-page #area-guide.wt-city-section {
  padding-bottom: 12px !important;
}
}

@media (max-width: 767px) {
main.travel-page.wt-purpose-page #area-compare.wt-section,
.travel-page.wt-purpose-page #area-compare.wt-section,
main.travel-page.wt-city-page #area-guide.wt-city-section,
.travel-page.wt-city-page #area-guide.wt-city-section {
  padding-bottom: 8px !important;
}

main.travel-page.wt-purpose-page .wt-section--survey-cta,
.travel-page.wt-purpose-page .wt-section--survey-cta,
main.travel-page.wt-city-page .wt-city-cta,
.travel-page.wt-city-page .wt-city-cta {
  padding-top: 0 !important;
  padding-bottom: 34px !important;
}

main.travel-page :where(
    .wt-purpose-quick-grid,
    .wt-reason-grid,
    .wt-check-grid,
    .wt-link-grid,
    .wt-city-area-panel__grid,
    .wt-area-tab-panel__details
  ) {
  gap: 10px !important;
}
}

.wt-local-phrase__vi {
  display: block;
  font-weight: 500;
  color: #0f172a;
}

.wt-local-phrase__pronunciation {
  display: block;
  margin-top: 6px;
  font-size: 0.88em;
  line-height: 1.45;
  color: #64748b;
}

@keyframes wtDestinationsSkeleton {
  0%{ background-position: 120% 0; }
  100%{ background-position: -120% 0; }
}

.travel-page h2,
.travel-page h3 {
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.travel-purpose-body .wt-city-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.travel-purpose-body .wt-page-hero p:not(.wt-city-kicker),
body.travel-purpose-body .wt-purpose-page .wt-page-hero p:not(.wt-city-kicker) {
  max-width: 760px !important;
  margin-top: 24px !important;
  color: #3f3f46 !important;
  font-size: clamp(16px, 1.45vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.78 !important;
  letter-spacing: -0.025em !important;
}

body.travel-purpose-body .wt-btn,
body.travel-purpose-body .wt-city-button,
body.travel-purpose-body .wt-hotel-actions .wt-btn,
body.travel-purpose-body .wt-cta-band .wt-btn,
body.travel-purpose-body .wt-cta-band .wt-city-button,
body.travel-purpose-body .wt-city-button--primary {
  min-height: 48px !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
  padding: 0 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  text-decoration: none !important;
}

body.travel-purpose-body .wt-btn--primary,
body.travel-purpose-body .wt-hotel-actions .wt-btn--primary,
body.travel-purpose-body .wt-cta-band .wt-city-button--primary,
body.travel-purpose-body .wt-city-button--primary {
  border-color: #111 !important;
  background: #111 !important;
  color: #fff !important;
}

body.travel-purpose-body .wt-btn:hover,
body.travel-purpose-body .wt-city-button:hover,
body.travel-purpose-body .wt-link-card:hover,
body.travel-purpose-body .wt-hotel-more-banner:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.travel-purpose-body .wt-section-desc,
body.travel-purpose-body .wt-cta-band p:not(.wt-city-kicker),
body.travel-purpose-body .wt-area-card p,
body.travel-purpose-body .wt-choice-card__lead,
body.travel-purpose-body .wt-choice-card__line,
body.travel-purpose-body .wt-reason-card p,
body.travel-purpose-body .wt-check-item,
body.travel-purpose-body .wt-link-card p,
body.travel-purpose-body .wt-practical-card p,
body.travel-purpose-body .wt-city-faq__item p,
body.travel-purpose-body .wt-faq-list p {
  color: #4b5563 !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: -0.025em !important;
}

body.travel-purpose-body .wt-choice-card,
body.travel-purpose-body .wt-area-card,
body.travel-purpose-body .wt-reason-card,
body.travel-purpose-body .wt-check-item,
body.travel-purpose-body .wt-link-card,
body.travel-purpose-body .wt-practical-card,
body.travel-purpose-body .wt-cta-band,
body.travel-purpose-body .wt-city-faq__item,
body.travel-purpose-body .wt-hotel-more-banner,
body.travel-purpose-body .wt-mini-panel,
body.travel-purpose-body .wt-flow-list li {
  border: 1px solid #e5e5e5 !important;
  border-radius: 22px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #111 !important;
}

body.travel-purpose-body .wt-choice-card,
body.travel-purpose-body .wt-area-card,
body.travel-purpose-body .wt-reason-card,
body.travel-purpose-body .wt-check-item,
body.travel-purpose-body .wt-link-card,
body.travel-purpose-body .wt-practical-card {
  padding: 24px !important;
}

body.travel-purpose-body .wt-choice-card__label,
body.travel-purpose-body .wt-choice-card h3,
body.travel-purpose-body .wt-area-card h3,
body.travel-purpose-body .wt-reason-card h3,
body.travel-purpose-body .wt-check-item strong,
body.travel-purpose-body .wt-link-card h3,
body.travel-purpose-body .wt-practical-card h3,
body.travel-purpose-body .wt-city-faq__item summary,
body.travel-purpose-body .wt-faq-list summary {
  color: #111 !important;
}

body.travel-purpose-body .wt-choice-card h3,
body.travel-purpose-body .wt-area-card h3,
body.travel-purpose-body .wt-reason-card h3,
body.travel-purpose-body .wt-link-card h3,
body.travel-purpose-body .wt-practical-card h3 {
  font-weight: 600 !important;
  letter-spacing: -0.045em !important;
}

body.travel-purpose-body .wt-city-faq__item summary {
  color: #111 !important;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
body.travel-purpose-body .wt-page-hero p:not(.wt-city-kicker),
body.travel-purpose-body .wt-purpose-page .wt-page-hero p:not(.wt-city-kicker) {
  margin-top: 20px !important;
  font-size: 15px !important;
  line-height: 1.76 !important;
}

body.travel-purpose-body .wt-choice-main,
body.travel-purpose-body .wt-area-grid,
body.travel-purpose-body .wt-reason-grid,
body.travel-purpose-body .wt-check-grid,
body.travel-purpose-body .wt-practical-grid,
body.travel-purpose-body .wt-link-grid,
body.travel-purpose-body .wt-link-grid--purpose,
body.travel-purpose-body .wt-link-grid--related {
  gap: 12px !important;
}

body.travel-purpose-body .wt-choice-card,
body.travel-purpose-body .wt-area-card,
body.travel-purpose-body .wt-reason-card,
body.travel-purpose-body .wt-check-item,
body.travel-purpose-body .wt-link-card,
body.travel-purpose-body .wt-practical-card {
  padding: 20px !important;
  border-radius: 20px !important;
}

body.travel-purpose-body .wt-cta-band .wt-city-button,
body.travel-purpose-body .wt-cta-band .wt-btn,
body.travel-purpose-body .wt-city-button--primary {
  width: 100% !important;
  min-width: 0 !important;
}
}

body.travel-purpose-body .wt-city-faq__accordion,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__accordion,
body.travel-purpose-body .wt-faq-list {
  display: grid !important;
  gap: 14px !important;
}

body.travel-purpose-body .wt-city-faq__item,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item,
body.travel-purpose-body .wt-faq-list details {
  padding: 20px !important;
  margin: 0 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.travel-purpose-body .wt-city-faq__item summary,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item summary,
body.travel-purpose-body .wt-faq-list summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-height: 28px !important;
  padding: 0 !important;
  cursor: pointer !important;
}

body.travel-purpose-body .wt-city-faq__item p,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item p,
body.travel-purpose-body .wt-faq-list p {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
}

body.travel-purpose-body .wt-choice-card > * + *,
body.travel-purpose-body .wt-area-card > * + *,
body.travel-purpose-body .wt-reason-card > * + *,
body.travel-purpose-body .wt-check-item > * + *,
body.travel-purpose-body .wt-link-card > * + *,
body.travel-purpose-body .wt-practical-card > * + * {
  margin-top: 10px !important;
}

body.travel-purpose-body .wt-flow-list,
body.travel-purpose-body .wt-practical-list,
body.travel-purpose-body .wt-check-list {
  display: grid !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

body.travel-purpose-body .wt-flow-list li,
body.travel-purpose-body .wt-practical-list li,
body.travel-purpose-body .wt-check-list li {
  padding: 16px 18px !important;
  margin: 0 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 18px !important;
  background: #fff !important;
}

body.travel-purpose-body .wt-section-head + :where(.wt-choice-main, .wt-reason-grid, .wt-check-grid, .wt-practical-grid, .wt-link-grid, .wt-area-choice-simple, .wt-hotel-grid, .wt-city-faq__accordion, .wt-faq-list) {
  margin-top: 24px !important;
}

@media (max-width: 767px) {
body.travel-purpose-body .wt-city-faq__accordion,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__accordion,
body.travel-purpose-body .wt-faq-list {
  gap: 12px !important;
}

body.travel-purpose-body .wt-city-faq__item,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item,
body.travel-purpose-body .wt-faq-list details {
  padding: 20px !important;
  border-radius: 20px !important;
}

body.travel-purpose-body .wt-section-head + :where(.wt-choice-main, .wt-reason-grid, .wt-check-grid, .wt-practical-grid, .wt-link-grid, .wt-area-choice-simple, .wt-hotel-grid, .wt-city-faq__accordion, .wt-faq-list) {
  margin-top: 20px !important;
}
}

body.travel-purpose-body .wt-city-faq__accordion > .wt-city-faq__item:first-child,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__accordion > .wt-city-faq__item:first-child,
body.travel-purpose-body .wt-faq-list > details:first-child {
  margin-top: 15px !important;
}

body.travel-purpose-body .wt-city-faq__item summary::after,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item summary::after,
body.travel-purpose-body .wt-faq-list summary::after {
  color: #111 !important;
  border-color: #111 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.wt-guide-body .wt-city-guide-snapshot__grid article,
body.wt-guide-body .wt-purpose-quick-card,
body.wt-guide-body .wt-check-item,
body.wt-guide-body .wt-area-card,
body.wt-guide-body .destination-guide-link,
body.wt-guide-body .wt-content-grid > *,
body.wt-guide-body .wt-city-guide-links > * {
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
}

body.wt-guide-body .wt-city-guide-snapshot__grid article,
body.wt-guide-body .wt-purpose-quick-card,
body.wt-guide-body .wt-check-item {
  min-height: auto !important;
  padding: 22px !important;
}

body.wt-guide-body .wt-city-guide-snapshot__grid span,
body.wt-guide-body .wt-purpose-quick-card span,
body.wt-guide-body .wt-area-card__label,
body.wt-guide-body .destination-guide-link__label {
  color: #777 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
}

body.wt-guide-body .wt-city-guide-snapshot__grid h3,
body.wt-guide-body .wt-purpose-quick-card strong,
body.wt-guide-body .wt-check-item strong,
body.wt-guide-body .wt-area-card h3,
body.wt-guide-body .destination-guide-link strong {
  color: #000 !important;
  font-weight: 600 !important;
  letter-spacing: -0.045em !important;
}

body.wt-guide-body .wt-city-guide-snapshot__grid p,
body.wt-guide-body .wt-purpose-quick-card p,
body.wt-guide-body .wt-check-item span,
body.wt-guide-body .wt-area-card p,
body.wt-guide-body .destination-guide-link small,
body.wt-guide-body .wt-section p,
body.wt-guide-body .wt-section-desc {
  color: #555 !important;
}

body.wt-guide-body .wt-city-guide-section,
body.wt-guide-body .wt-section > .container > :where(.wt-section-head, .wt-purpose-quick-grid, .wt-check-grid, .wt-area-tabs, .wt-hotel-grid, .destination-guide-links),
body.wt-guide-body .wt-section--first-answer .container,
body.wt-guide-body .wt-section--soft .container {
  background: transparent !important;
}

body.wt-guide-body .wt-city-guide-section,
body.wt-guide-body .wt-section.wt-section--first-answer > .container,
body.wt-guide-body .wt-section:not(.wt-section--survey-cta) > .container > .wt-section-head + :where(.wt-purpose-quick-grid, .wt-check-grid, .wt-area-tabs, .destination-guide-links) {
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
body.wt-guide-body .wt-city-guide-snapshot__grid,
body.wt-guide-body .wt-seo-toc__columns,
body.wt-guide-body .wt-seo-toc__group--featured,
body.wt-guide-body .wt-purpose-quick-grid,
body.wt-guide-body .wt-check-grid,
body.wt-guide-body .destination-guide-links {
  
}
}

body.travel-archive-body main.travel-page.wt-city-archive-page,
body.travel-archive-body main.travel-page.wt-city-archive-page :where(.container, .wt-city-hero, .wt-city-dynamic-section) {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

body.travel-archive-body main.travel-page.wt-city-archive-page {
  color: #000000 !important;
  overflow-x: hidden !important;
}

body.travel-archive-body main.travel-page.wt-city-archive-page > .wt-city-hero.container:first-child {
  padding-top: clamp(42px, 6vw, 78px) !important;
  padding-bottom: clamp(42px, 5.8vw, 74px) !important;
}

body.travel-archive-body .wt-city-hero__content {
  max-width: 900px !important;
}

body.travel-archive-body .wt-city-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.travel-archive-body .wt-city-hero h1 {
  max-width: 860px !important;
  margin: 0 !important;
  color: #000000 !important;
  font-size: 45px;
  font-weight: 600 !important;
  letter-spacing: -0.06em !important;
  line-height: 1.2;
  word-break: keep-all;
}

body.travel-archive-body .wt-city-hero__lead {
  max-width: 760px !important;
  margin: 26px 0 0 !important;
  color: rgba(0, 0, 0, 0.64) !important;
  font-size: clamp(15px, 1.35vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 1.78 !important;
  letter-spacing: -0.035em !important;
  word-break: keep-all !important;
}

body.travel-archive-body .wt-city-archive-page .wt-city-dynamic-section,
body.travel-archive-body main.travel-page.wt-city-archive-page .wt-city-dynamic-section {
  padding-top: 0 !important;
  padding-bottom: clamp(76px, 8vw, 118px) !important;
}

body.travel-archive-body .wt-city-archive-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: transparent !important;
}

body.travel-archive-body .wt-city-archive-count {
  color: rgba(0, 0, 0, 0.58) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
}

@media (max-width: 767px) {
body.travel-archive-body main.travel-page.wt-city-archive-page {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.travel-archive-body main.travel-page.wt-city-archive-page > .container,
body.travel-archive-body main.travel-page.wt-city-archive-page .container,
body.travel-archive-body .footer.container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.travel-archive-body main.travel-page.wt-city-archive-page > .wt-city-hero.container:first-child {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

body.travel-archive-body .wt-city-hero h1 {
  font-size: 45px;
  line-height: 1.2;
  word-break: keep-all;
}

body.travel-archive-body .wt-city-hero__lead {
  margin-top: 20px !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.travel-archive-body .wt-city-archive-page .wt-city-dynamic-section,
body.travel-archive-body main.travel-page.wt-city-archive-page .wt-city-dynamic-section {
  padding-bottom: 72px !important;
}
}

@media (max-width: 767px) {
/* Keep the fallback mobile H1 rule low-specificity and out of page-specific layouts. */
body:where(:not(.travel-home-body):not(.travel-city-body):not(.travel-purpose-body):not(.post-page-body)) h1 {
  font-size: 45px;
  line-height: 1.4;
  word-break: keep-all;
}

html body:not(.post-page-body):not(.wt-mobile-heading-noop-a):not(.wt-mobile-heading-noop-b):not(.wt-mobile-heading-noop-c):not(.wt-mobile-heading-noop-d) h3:not(.travel-card__title) {
  font-size: 20px !important;
  line-height: 1.2 !important;
}
}

.eyebrow {
  font-size: 15px !important;
}

body.travel-city-body .eyebrow,
body.travel-city-body--fukuoka .eyebrow,
body.travel-archive-body .eyebrow {
  font-size: 15px !important;
}

.travel-page--destinations-index {
  background: radial-gradient(circle at 8% 0%, rgba(15, 23, 42, 0.035), transparent 26rem),
    #ffffff !important;
  color: #111111 !important;
}

.destination-tab-sticky {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 22px 0 24px;
  padding: 0;
  background: #ffffff;
}

.destination-tab-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.destination-tab-menu::-webkit-scrollbar {
  display: none;
}

.destination-tab-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
  transition: none;
}

.destination-tab-button:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

.destination-tab-button.is-active {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  transform: none;
}

.destination-tab-button:disabled {
  cursor: default;
  opacity: 0.62;
  transform: none;
}

.destination-tab-button--skeleton {
  color: transparent;
  background: linear-gradient(90deg, #f2f2f2, #fafafa, #f2f2f2);
  background-size: 220% 100%;
  animation: destinationSkeleton 1.2s ease-in-out infinite;
}

.travel-page--destinations-index .country-destination-list--all {
  display: block !important;
  width: 100%;
  padding-top: 8px;
}

.destination-tab-panel {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.10);
  border-radius: 28px;
  background: #ffffff;
}

.destination-city-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.destination-city-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 16px 14px 16px 18px;
  border: 1px solid rgba(17, 17, 17, 0.10);
  border-radius: 24px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  transition: none;
}

.destination-city-card__main {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.destination-city-card__main strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111111;
  font-size: clamp(1.05rem, 1.9vw, 1.22rem);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.destination-city-card__main span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #737373;
  font-size: 0.88rem;
  letter-spacing: -0.02em;
}

.destination-city-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 50%;
  color: #111111;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: none;
}

.destination-tab-panel--skeleton .destination-city-card--skeleton {
  min-height: 78px;
  pointer-events: none;
}

@keyframes destinationSkeleton {
  0%{ background-position: 100% 0; }
  100%{ background-position: -100% 0; }
}

@media (max-width: 860px) {
.destination-tab-menu {
  margin-left: -2px;
  margin-right: -2px;
  padding-bottom: 2px;
}
}

@media (max-width: 1180px) {
.travel-page--destinations-index .destination-tab-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: var(--destination-tabs-sticky-top, 70px) !important;
  z-index: 80 !important;
  margin-top: 14px;
  margin-bottom: 26px;
  padding: 10px 0 11px;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 -18px 0 #ffffff, 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax -1px -100vmax);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.travel-page--destinations-index .destination-tab-menu {
  margin: 0;
  padding-bottom: 0;
}
}

@media (max-width: 560px) {
.destination-tab-menu {
  gap: 6px;
}

.destination-tab-button {
  min-height: 38px;
  padding: 0 20px;
  font-size: 12.5px;
}

.destination-tab-panel {
  border-radius: 24px;
}

.destination-city-card {
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 12px;
  min-height: 74px;
  padding: 14px 12px 14px 16px;
  border-radius: 20px;
}

.destination-city-card__cta {
  width: 36px;
  height: 36px;
  font-size: 1.08rem;
}
}

body.travel-purpose-body .wt-section--survey-cta .wt-cta-band .wt-city-button,
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band .wt-city-button--primary,
body.travel-purpose-body .wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button,
body.travel-purpose-body .wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button--primary {
  justify-self: start !important;
  align-self: start !important;
  width: auto !important;
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 767px) {
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band .wt-city-button,
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band .wt-city-button--primary,
body.travel-purpose-body .wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button,
body.travel-purpose-body .wt-purpose-page .wt-section--survey-cta .wt-cta-band .wt-city-button--primary {
  width: 100% !important;
}
}

body.travel-archive-body .travel-card.hotel-card,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .travel-card.hotel-card,
body.travel-destination-detail-body #hotel-posts .travel-card.hotel-card {
  position: relative !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.travel-archive-body .hotel-card.travel-card--clickable .travel-card__full-link,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card.travel-card--clickable .travel-card__full-link,
body.travel-destination-detail-body #hotel-posts .hotel-card.travel-card--clickable .travel-card__full-link {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  flex-direction: column !important;
  color: #000000 !important;
  text-decoration: none !important;
}

body.travel-archive-body .hotel-card.travel-card--clickable .travel-card__full-link:focus-visible,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card.travel-card--clickable .travel-card__full-link:focus-visible,
body.travel-destination-detail-body #hotel-posts .hotel-card.travel-card--clickable .travel-card__full-link:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: -4px !important;
}

body.travel-archive-body .hotel-card.travel-card--clickable .travel-card__media,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card.travel-card--clickable .travel-card__media,
body.travel-destination-detail-body #hotel-posts .hotel-card.travel-card--clickable .travel-card__media {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16) !important;
  border-radius: 0 !important;
  background: #f3f3f3 !important;
}

body.travel-archive-body .hotel-card.travel-card--clickable .travel-card__media::after,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card.travel-card--clickable .travel-card__media::after,
body.travel-destination-detail-body #hotel-posts .hotel-card.travel-card--clickable .travel-card__media::after {
  display: none !important;
  content: none !important;
}

body.travel-archive-body .hotel-card.travel-card--clickable .travel-card__media img,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card.travel-card--clickable .travel-card__media img,
body.travel-destination-detail-body #hotel-posts .hotel-card.travel-card--clickable .travel-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: grayscale(.12) saturate(.88) contrast(1.04) !important;
  transform: scale(1) !important;
}

body.travel-archive-body .hotel-card .travel-card__body,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__body,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 250px;
  padding: 22px;
  background: #ffffff;
}

body.travel-archive-body .hotel-card .travel-card__meta,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__meta,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__meta {
  margin: 0 0 13px;
  color: rgba(0, 0, 0, 0.52);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.015em;
}

body.travel-archive-body .hotel-card .travel-card__title,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__title,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__title {
  display: block;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.travel-archive-body .hotel-card .travel-card__description,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__description,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__description {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  align-self: stretch;
  margin: 15px 0 0;
  padding: 0 0 18px;
  border-bottom: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.032em;
}

body.travel-archive-body .hotel-card .travel-card__description-text,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__description-text,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__description-text {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: keep-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.travel-archive-body .hotel-card .tag-row,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .tag-row,
body.travel-destination-detail-body #hotel-posts .hotel-card .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
}

body.travel-archive-body .hotel-card .tag-row span,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .tag-row span,
body.travel-destination-detail-body #hotel-posts .hotel-card .tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.68);
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body.travel-archive-body .hotel-card .text-link,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .text-link,
body.travel-destination-detail-body #hotel-posts .hotel-card .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  text-decoration: none;
  pointer-events: none;
}

@media (max-width: 767px) {
body.travel-archive-body .travel-card-grid--hotels,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .travel-card-grid--hotels,
body.travel-destination-detail-body #hotel-posts .travel-card-grid--hotels {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 14px !important;
}

body.travel-archive-body .hotel-card .travel-card__body,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__body,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__body {
  min-height: 0;
  padding: 20px;
}

body.travel-archive-body .hotel-card .travel-card__title,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__title,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__title {
  font-size: 18px;
  line-height: 1.4;
}

body.travel-archive-body .hotel-card .text-link,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .text-link,
body.travel-destination-detail-body #hotel-posts .hotel-card .text-link {
  width: 100%;
  min-height: 44px;
  margin-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {
body.travel-archive-body .travel-card.hotel-card,
body.travel-archive-body .hotel-card .travel-card__media img,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .travel-card.hotel-card,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__media img,
body.travel-destination-detail-body #hotel-posts .travel-card.hotel-card,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__media img {
  transition: none !important;
}
}

.travel-promo-link-section > .container {
  padding: 0 !important;
  margin: 0 15px;
  border-radius: 22px;
  background: transparent !important;
  box-shadow: none !important;
}

.travel-promo-link-section {
  margin-top: clamp(54px, 7vw, 96px);
  margin-bottom: clamp(34px, 5vw, 68px);
  padding: clamp(54px, 7vw, 86px) 0;
  background: #f6f6f4;
}

.home-promo-link {
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding: clamp(34px, 5vw, 54px);
  border: 1px solid #111;
  border-radius: 28px;
  color: #111 !important;
  background: #fff;
  text-decoration: none !important;
}

.home-promo-link__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-promo-link__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #666;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.home-promo-link__kicker::before {
  width: 25px;
  height: 1px;
  background: currentColor;
  content: "";
}

.home-promo-link__heading {
  max-width: 720px;
  font-size: clamp(31px, 4.1vw, 52px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -.052em;
  word-break: keep-all;
}

.home-promo-link__summary {
  max-width: 650px;
  margin-top: 17px;
  color: #666;
  font-size: 15px;
  line-height: 1.72;
  word-break: keep-all;
}

.home-promo-link__go {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #111;
  border-radius: 50%;
  color: #fff;
  background: #111;
}

.home-promo-link__go span {
  display: none;
}

.home-promo-link__go svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-promo-link:focus-visible {
  outline: 3px solid rgba(17,17,17,.2);
  outline-offset: 5px;
}

@media (max-width: 720px) {
.travel-promo-link-section {
  margin-top: 48px;
  margin-bottom: 28px;
  padding: 48px 0;
}

.home-promo-link {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 20px;
  padding: 30px 24px;
  border-radius: 22px;
}

.home-promo-link__kicker {
  margin-bottom: 15px;
}

.home-promo-link__heading {
  font-size: 31px;
}

.home-promo-link__summary {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.65;
}

.home-promo-link__go {
  width: 54px;
  height: 54px;
}
}

@media (prefers-reduced-motion: reduce) {
.home-promo-link,
.home-promo-link__go,
.home-promo-link__go svg {
  transition: none;
}
}

body.travel-purpose-body .wt-section--survey-cta .wt-city-kicker {
  margin: 0 0 10px;
  color: #6f6f6c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.travel-purpose-body .wt-section--survey-cta .wt-cta-band p:not(.wt-city-kicker) {
  max-width: 620px !important;
  margin: 18px 0 0 !important;
  color: var(--wt-purpose-promo-sub) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  word-break: keep-all !important;
}

body.travel-purpose-body .wt-section--survey-cta .wt-city-button,
body.travel-purpose-body .wt-section--survey-cta .wt-city-button--primary {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  display: inline-grid !important;
  place-items: center !important;
  justify-self: end !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 50% !important;
  color: transparent !important;
  background: #111 !important;
  font-size: 0 !important;
  box-shadow: none !important;
  transition: background .2s ease, transform .2s ease !important;
}

body.travel-purpose-body .wt-section--survey-cta .wt-city-button::before {
  width: 22px;
  height: 22px;
  content: "";
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='white' stroke-width='1.6'%3E%3Cpath d='M4 10h11'/%3E%3Cpath d='m11 6 4 4-4 4'/%3E%3C/svg%3E");
}

body.travel-purpose-body .wt-section--survey-cta .wt-city-button:hover {
  background: #2a2a28 !important;
  transform: translateX(3px) !important;
}

body.travel-purpose-body .wt-section--survey-cta .wt-city-button:focus-visible {
  outline: 2px solid #111 !important;
  outline-offset: 4px !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__accordion {
  display: block !important;
  border-top: 1px solid #111 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--wt-purpose-promo-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > summary {
  position: relative !important;
  min-height: 78px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 28px !important;
  gap: 24px !important;
  align-items: center !important;
  padding: 0 !important;
  color: #111 !important;
  background: transparent !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  list-style: none !important;
  cursor: pointer !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > summary::-webkit-details-marker {
  display: none !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > summary::before {
  grid-column: 2;
  grid-row: 1;
  width: 28px;
  height: 28px;
  border: 1px solid #aaa;
  border-radius: 50%;
  content: "";
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > summary::after {
  grid-column: 2;
  grid-row: 1;
  place-self: center;
  width: 10px;
  height: 10px;
  content: "";
  background: linear-gradient(#111, #111) center / 10px 1px no-repeat,
    linear-gradient(#111, #111) center / 1px 10px no-repeat;
  transition: transform .2s ease;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item[open] > summary::after {
  transform: rotate(90deg);
  background: linear-gradient(#111, #111) center / 10px 1px no-repeat;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > p {
  margin: 0 !important;
  padding: 0 56px 28px 0 !important;
  color: var(--wt-purpose-promo-sub) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  word-break: keep-all !important;
}

@media (max-width: 760px) {
body.travel-purpose-body .wt-section--survey-cta .wt-city-button,
body.travel-purpose-body .wt-section--survey-cta .wt-city-button--primary {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > summary {
  min-height: 72px !important;
  font-size: 15px !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > p {
  padding-right: 42px !important;
}
}

body.travel-purpose-body .wt-section--survey-cta .wt-cta-band > .wt-city-button,
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band > .wt-city-button--primary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: end !important;
  margin: 0 !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > summary::before,
body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > summary::after {
  display: none !important;
  content: none !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item > summary {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body.travel-purpose-body .wt-purpose-faq .wt-city-faq__item[open] > summary .wt-purpose-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

@media (max-width: 760px) {
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band > .wt-city-button,
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band > .wt-city-button--primary {
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: end !important;
}
}

body.travel-purpose-body .wt-section--survey-cta .wt-cta-band > .wt-city-button,
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band > .wt-city-button--primary,
body.travel-purpose-body .wt-purpose-page .wt-section--survey-cta .wt-cta-band > .wt-city-button,
body.travel-purpose-body .wt-purpose-page .wt-section--survey-cta .wt-cta-band > .wt-city-button--primary {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  flex: 0 0 60px !important;
  aspect-ratio: 1 / 1 !important;
  box-sizing: border-box !important;
  align-self: center !important;
  justify-self: end !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  line-height: 0 !important;
}

@media (max-width: 760px) {
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band > .wt-city-button,
body.travel-purpose-body .wt-section--survey-cta .wt-cta-band > .wt-city-button--primary,
body.travel-purpose-body .wt-purpose-page .wt-section--survey-cta .wt-cta-band > .wt-city-button,
body.travel-purpose-body .wt-purpose-page .wt-section--survey-cta .wt-cta-band > .wt-city-button--primary {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  flex-basis: 56px !important;
}
}

body.travel-city-body :is(.wt-city-faq, .wt-purpose-faq) .wt-purpose-faq-icon {
  position: relative !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  display: block !important;
  border: 1px solid #aaa !important;
  background: transparent !important;
}

body.travel-city-body :is(.wt-city-faq, .wt-purpose-faq) .wt-purpose-faq-icon::before,
body.travel-city-body :is(.wt-city-faq, .wt-purpose-faq) .wt-purpose-faq-icon::after {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 10px !important;
  height: 1px !important;
  content: "" !important;
  background: #111 !important;
  transform: translate(-50%, -50%) !important;
  transition: transform .2s ease !important;
}

body.travel-city-body :is(.wt-city-faq, .wt-purpose-faq) .wt-purpose-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

body.travel-city-body :is(.wt-city-faq__item, .wt-purpose-faq__item)[open] > summary .wt-purpose-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

body.wtpromo-page.wtsr-page {
  background: #fff;
  color: #111;
}

.wtsr-page .wtsr-hero {
  padding: clamp(72px, 9vw, 132px) 0 clamp(64px, 8vw, 112px);
  border-bottom: 1px solid #111;
  background: #fff;
}

.wtsr-page .wtsr-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(56px, 9vw, 140px);
  align-items: end;
}

.wtsr-page .wtsr-hero__copy {
  min-width: 0;
}

.wtsr-page .wtsr-hero h1 {
  margin: 0;
  max-width: 900px;
  color: #111;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.075em;
  word-break: keep-all;
}

.wtsr-page .wtsr-hero h1 span {
  color: inherit;
  word-break: keep-all;
}

.wtsr-page .wtsr-hero__desc {
  max-width: 660px;
  margin: 28px 0 0;
  color: #555;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.75;
  word-break: keep-all;
}

.wtsr-page .wtsr-form {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wtsr-page .wtsr-form__label {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wtsr-page .wtsr-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  align-items: stretch;
  border-top: 2px solid #111;
  border-bottom: 1px solid #111;
}

.wtsr-page .wtsr-form input {
  width: 100%;
  min-width: 0;
  height: 64px;
  padding: 0 18px 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 17px;
  box-shadow: none;
}

.wtsr-page .wtsr-form input::placeholder {
  color: #999;
}

.wtsr-page .wtsr-form__button {
  display: grid;
  width: 56px;
  height: 64px;
  padding: 0;
  place-items: center;
  border: 0;
  border-left: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.wtsr-page .wtsr-form__button:hover {
  background: #fff;
  color: #111;
}

.wtsr-page .wtsr-form__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.wtsr-page .wtsr-form input:focus-visible,
.wtsr-page .wtsr-form__button:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.wtsr-page .wtsr-form__hint {
  margin: 12px 0 0;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}

.wtsr-page .wtsr-section {
  padding: clamp(72px, 8vw, 112px) 0 clamp(96px, 11vw, 160px);
  background: #fff;
}

.wtsr-page .wtsr-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.wtsr-page .wtsr-summary {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 28px;
  padding: 0 0 24px;
  border: 0;
  border-bottom: 2px solid #111;
  border-radius: 0;
  background: transparent;
}

.wtsr-page .wtsr-summary h2 {
  margin: 0;
  color: #111;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.wtsr-page .wtsr-summary p {
  margin: 10px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.65;
}

.wtsr-page .wtsr-count {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.wtsr-page .wtsr-results {
  display: block;
  margin: 0;
  border-top: 1px solid #111;
}

.wtsr-page .wtsr-card {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.wtsr-page .wtsr-card__link {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 48px;
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  min-height: 190px;
  padding: 34px 0;
  color: inherit;
  text-decoration: none;
}

.wtsr-page .wtsr-card__index {
  align-self: start;
  padding-top: 4px;
  color: #999;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
}

.wtsr-page .wtsr-card__body {
  display: block;
  min-width: 0;
  padding: 0;
}

.wtsr-page .wtsr-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 14px;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
}

.wtsr-page .wtsr-card__meta span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.wtsr-page .wtsr-card h3 {
  margin: 0;
  color: #111;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.wtsr-page .wtsr-card p {
  max-width: 780px;
  margin: 14px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.wtsr-page .wtsr-card__arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #111;
  border-radius: 50%;
  color: #111;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.wtsr-page .wtsr-card__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wtsr-page .wtsr-card__link:hover .wtsr-card__arrow {
  transform: translateX(3px);
  background: #111;
  color: #fff;
}

.wtsr-page .wtsr-card mark,
.wtsr-page .wtsr-summary mark {
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: .09em;
  text-underline-offset: .12em;
}

.wtsr-page .wtsr-empty,
.wtsr-page .wtsr-loading,
.wtsr-page .wtsr-error {
  min-height: 260px;
  padding: 72px 0;
  border: 0;
  border-bottom: 1px solid #111;
  border-radius: 0;
  background: transparent;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

.wtsr-page .wtsr-empty strong,
.wtsr-page .wtsr-error strong {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: -.04em;
}

.wtsr-page .wtsr-more {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.wtsr-page .wtsr-more__button {
  min-width: 180px;
  height: 52px;
  padding: 0 28px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.wtsr-page .wtsr-more__button:hover {
  background: #fff;
  color: #111;
}

@media (max-width: 900px) {
.wtsr-page .wtsr-hero__grid {
  grid-template-columns: 1fr;
  gap: 54px;
  align-items: start;
}

.wtsr-page .wtsr-form {
  max-width: 620px;
}
}

@media (max-width: 640px) {
.wtsr-page .wtsr-hero {
  padding: 58px 0 64px;
}

.wtsr-page .wtsr-hero h1 {
  font-size: 45px;
  line-height: 1.2;
  word-break: keep-all;
}

.wtsr-page .wtsr-hero__desc {
  margin-top: 22px;
}

.wtsr-page .wtsr-form__row {
  grid-template-columns: minmax(0, 1fr) 52px;
}

.wtsr-page .wtsr-form input,
.wtsr-page .wtsr-form__button {
  height: 58px;
}

.wtsr-page .wtsr-form__button {
  width: 52px;
}

.wtsr-page .wtsr-section {
  padding: 62px 0 96px;
}

.wtsr-page .wtsr-summary {
  display: block;
}

.wtsr-page .wtsr-count {
  display: block;
  margin-top: 18px;
}

.wtsr-page .wtsr-card__link {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  padding: 28px 0;
}

.wtsr-page .wtsr-card__arrow {
  grid-column: 2;
  width: 38px;
  height: 38px;
  margin-top: 20px;
}

.wtsr-page .wtsr-card h3 {
  font-size: 25px;
}

.wtsr-page .wtsr-card p {
  margin-top: 12px;
  font-size: 13px;
}
}

body.wtsr-page {
  --wtsr-ink: #111;
  --wtsr-muted: #6f6f6b;
  --wtsr-line: #d9d9d4;
  --wtsr-soft: #f6f6f3;
  margin: 0;
  background: #fff !important;
  color: var(--wtsr-ink);
}

.wtsr-page .wtsr-container {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.wtsr-page .wtsr-hero {
  padding: clamp(68px, 8vw, 112px) 0 clamp(58px, 7vw, 94px);
  border-bottom: 1px solid var(--wtsr-ink);
  background: #fff;
}

.wtsr-page .wtsr-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(56px, 8vw, 118px);
  align-items: end;
}

.wtsr-page .wtsr-eyebrow,
.wtsr-page .wtsr-summary__eyebrow {
  margin: 0 0 16px;
  color: var(--wtsr-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
}

.wtsr-page .wtsr-hero h1 {
  margin: 0;
  max-width: 620px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.wtsr-page .wtsr-hero__desc {
  max-width: 530px;
  margin: 24px 0 0;
  color: var(--wtsr-muted);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.wtsr-page .wtsr-form {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wtsr-page .wtsr-form__label {
  display: block;
  margin: 0 0 10px;
  color: var(--wtsr-ink);
  font-size: 12px;
  font-weight: 600;
}

.wtsr-page .wtsr-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  height: 60px;
  border: 1px solid var(--wtsr-ink);
  background: #fff;
}

.wtsr-page .wtsr-form input {
  min-width: 0;
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: var(--wtsr-ink);
  font: inherit;
  font-size: 16px;
  box-shadow: none;
}

.wtsr-page .wtsr-form input::placeholder {
  color: #aaa;
}

.wtsr-page .wtsr-form__button {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--wtsr-ink);
  border-radius: 0;
  background: var(--wtsr-ink);
  color: #fff;
  cursor: pointer;
}

.wtsr-page .wtsr-form__button:hover {
  background: #fff;
  color: var(--wtsr-ink);
}

.wtsr-page .wtsr-form__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.wtsr-page .wtsr-form__hint {
  margin: 10px 0 0;
  color: #8a8a85;
  font-size: 12px;
  line-height: 1.6;
}

.wtsr-page .wtsr-section {
  min-height: 460px;
  padding: clamp(58px, 7vw, 90px) 0 clamp(90px, 10vw, 140px);
  background: #fff;
}

.wtsr-page .wtsr-shell {
  width: 100%;
}

.wtsr-page .wtsr-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin: 0;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--wtsr-ink);
  background: transparent;
}

.wtsr-page .wtsr-summary__eyebrow {
  margin-bottom: 13px;
}

.wtsr-page .wtsr-summary h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.wtsr-page .wtsr-summary p:not(.wtsr-summary__eyebrow) {
  margin: 10px 0 0;
  color: var(--wtsr-muted);
  font-size: 13px;
  line-height: 1.65;
}

.wtsr-page .wtsr-count {
  flex: 0 0 auto;
  margin-bottom: 4px;
  color: var(--wtsr-ink);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.wtsr-page .wtsr-results {
  display: block;
  margin: 0;
  border: 0;
}

.wtsr-page .wtsr-card {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--wtsr-line);
  background: #fff;
  box-shadow: none;
}

.wtsr-page .wtsr-card__link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 24px;
  align-items: center;
  min-height: 0;
  padding: 28px 0 30px;
  color: inherit;
  text-decoration: none;
}

.wtsr-page .wtsr-card__index {
  align-self: start;
  padding-top: 3px;
  color: #9a9a94;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

.wtsr-page .wtsr-card__body {
  min-width: 0;
}

.wtsr-page .wtsr-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 0 0 10px;
  color: #858580;
  font-size: 11px;
  font-weight: 600;
}

.wtsr-page .wtsr-card__meta span {
  padding: 0;
  border: 0;
  background: none;
}

.wtsr-page .wtsr-card h3 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(21px, 2.25vw, 31px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.wtsr-page .wtsr-card p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--wtsr-muted);
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
}

.wtsr-page .wtsr-card__arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #aaa;
  border-radius: 50%;
  color: var(--wtsr-ink);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.wtsr-page .wtsr-card__arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wtsr-page .wtsr-card__link:hover .wtsr-card__arrow {
  transform: translateX(3px);
  border-color: var(--wtsr-ink);
  background: var(--wtsr-ink);
  color: #fff;
}

.wtsr-page .wtsr-card mark,
.wtsr-page .wtsr-summary mark {
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .13em;
}

.wtsr-page .wtsr-empty,
.wtsr-page .wtsr-loading,
.wtsr-page .wtsr-error {
  min-height: 220px;
  padding: 58px 0;
  border-bottom: 1px solid var(--wtsr-line);
  color: var(--wtsr-muted);
  font-size: 14px;
  line-height: 1.75;
}

.wtsr-page .wtsr-empty strong,
.wtsr-page .wtsr-error strong {
  display: block;
  margin-bottom: 10px;
  color: var(--wtsr-ink);
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.wtsr-page .wtsr-more {
  margin-top: 34px;
}

.wtsr-page .wtsr-more__button {
  min-width: 150px;
  height: 48px;
  border: 1px solid var(--wtsr-ink);
  border-radius: 0;
  background: var(--wtsr-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.wtsr-page .wtpromo-footer__inner.wtpromo-container {
  width: min(calc(100% - 48px), 1180px);
}

@media (max-width: 820px) {
.wtsr-page .wtsr-hero__inner {
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: start;
}

.wtsr-page .wtsr-form {
  max-width: 680px;
}
}

@media (max-width: 640px) {
.wtsr-page .wtsr-container,
.wtsr-page .wtpromo-footer__inner.wtpromo-container {
  width: min(calc(100% - 32px), 1180px);
}

.wtsr-page .wtsr-hero {
  padding: 48px 0 54px;
}

.wtsr-page .wtsr-hero h1 {
  font-size: 45px;
  word-break: keep-all;
}

.wtsr-page .wtsr-hero__desc {
  margin-top: 18px;
  font-size: 14px;
}

.wtsr-page .wtsr-hero__inner {
  gap: 34px;
}

.wtsr-page .wtsr-form__row {
  grid-template-columns: minmax(0, 1fr) 54px;
  height: 56px;
}

.wtsr-page .wtsr-form input,
.wtsr-page .wtsr-form__button {
  height: 54px;
}

.wtsr-page .wtsr-form__button {
  width: 54px;
}

.wtsr-page .wtsr-section {
  min-height: 360px;
  padding: 48px 0 82px;
}

.wtsr-page .wtsr-summary {
  display: block;
  padding-bottom: 20px;
}

.wtsr-page .wtsr-count {
  display: block;
  margin: 15px 0 0;
}

.wtsr-page .wtsr-card__link {
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  padding: 24px 0 26px;
}

.wtsr-page .wtsr-card h3 {
  font-size: 22px;
}

.wtsr-page .wtsr-card p {
  font-size: 12px;
}

.wtsr-page .wtsr-card__arrow {
  grid-column: 2;
  width: 34px;
  height: 34px;
  margin-top: 14px;
}
}

.wt-section-head {
  max-width: 800px !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
body.travel-home-body main.travel-page.travel-home > .container.travel-section.travel-section--destination-hub,
main.travel-page > .container,
main.travel-page .travel-section.container,
main.travel-page .wt-section > .container,
main.travel-page .wt-page-hero.container,
main.travel-page .wt-page-hero__inner.container,
main.travel-page .wt-city-hero.container,
main.travel-page .wt-city-hero__inner.container,
main.travel-page .wt-purpose-hero.container,
main.travel-page .wt-purpose-hero__inner.container {
  box-sizing: border-box !important;
  padding-left: clamp(32px, 5vw, 56px) !important;
  padding-right: clamp(32px, 5vw, 56px) !important;
}
}

@media (max-width: 767px) {
.breadcrumb {
  display: none !important;
}
}

.travel-page--destinations-index .destination-survey-intro {
  margin: 12px 0 0;
  max-width: 560px;
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

.travel-page--destinations-index .destination-survey-intro[hidden] {
  display: none;
}

@media (max-width: 767px) {
.travel-page--destinations-index .destination-survey-intro {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.65;
}
}

@keyframes wtHomeDestinationSkeleton {
  0%{ background-position: 100% 0; }
  100%{ background-position: -100% 0; }
}

body.wt-guide-body.wt-city-travel-guide-page :is(.wt-city-guide-snapshot__grid article, .wt-purpose-quick-card, .wt-check-item, .wt-area-card, .destination-guide-link, .wt-hotel-card),
body.wt-guide-body.wt-city-hotel-guide-page :is(.wt-city-guide-snapshot__grid article, .wt-purpose-quick-card, .wt-check-item, .wt-area-card, .destination-guide-link, .wt-hotel-card) {
  border: 1px solid var(--wt-guide-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.wt-toc-floating-button.is-open {
  background: #111;
  border-color: #111;
  color: #fff;
}

.wt-toc-floating-backdrop {
  position: fixed;
  inset: 0;
  z-index: 88;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.wt-toc-floating-backdrop.is-open {
  opacity: 1;
}

.wt-toc-floating-panel {
  position: fixed;
  right: max(20px, calc((100vw - 1180px) / 2 + 20px));
  bottom: 78px;
  z-index: 89;
  width: min(420px, calc(100vw - 40px));
  max-height: min(620px, calc(100vh - 120px));
  overflow: hidden;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.wt-toc-floating-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.wt-toc-floating-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #111;
}

.wt-toc-floating-panel__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.wt-toc-floating-panel__title {
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.wt-toc-floating-panel__close {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.wt-toc-floating-panel__close span::before,
.wt-toc-floating-panel__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: currentColor;
}

.wt-toc-floating-panel__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.wt-toc-floating-panel__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wt-toc-floating-panel__close:hover,
.wt-toc-floating-panel__close:focus-visible {
  background: #111;
  color: #fff;
}

.wt-toc-floating-panel__nav {
  display: grid;
  max-height: calc(min(620px, 100vh - 120px) - 76px);
  padding-bottom: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.wt-toc-floating-panel__nav a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.wt-toc-floating-panel__nav a:last-child {
  border-bottom: 0;
}

.wt-toc-floating-panel__nav a:hover,
.wt-toc-floating-panel__nav a:focus-visible {
  background: #111;
  color: #fff;
  outline: none;
}

.wt-toc-floating-panel__nav a:hover *,
.wt-toc-floating-panel__nav a:focus-visible * {
  color: inherit;
}

@media (min-width: 761px) {
.wt-toc-floating-backdrop {
  background: transparent;
  pointer-events: none;
}
}

@media (max-width: 760px) {
.wt-toc-floating-panel {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: min(78vh, 680px);
  border-width: 1px 0 0;
  transform: translateY(100%);
}

.wt-toc-floating-panel.is-open {
  transform: translateY(0);
}

.wt-toc-floating-panel__head {
  padding: 18px 20px;
}

.wt-toc-floating-panel__nav {
  max-height: calc(min(78vh, 680px) - 72px);
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

.wt-toc-floating-panel__nav a {
  padding: 16px 20px;
}
}

@media (prefers-reduced-motion: reduce) {
.wt-toc-floating-panel,
.wt-toc-floating-backdrop {
  transition: none;
}
}

.wt-seo-toc-toggle {
  display: none;
}

@media (max-width: 767px) {
.wt-seo-toc-toggle {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 14px 18px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}

.wt-seo-toc-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.wt-seo-toc-toggle[aria-expanded="true"]::after {
  transform: translateY(2px) rotate(225deg);
}

.wt-seo-toc-toggle:hover,
.wt-seo-toc-toggle:focus-visible {
  background: #f6f6f4;
}
}

.wtsr-page .wtsr-search-header {
  position: sticky;
  top: 0;
  z-index: 80;
  width: 100%;
  border-bottom: 1px solid #ecece8;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.wtsr-page .wtsr-search-header__inner {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding-block: 12px;
}

.wtsr-page .wtsr-search-header__back {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #111;
  cursor: pointer;
}

.wtsr-page .wtsr-search-header__back:hover {
  background: #f5f5f2;
}

.wtsr-page .wtsr-search-header__back svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wtsr-page .wtsr-search-header__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px auto;
  align-items: center;
  min-width: 0;
  height: 50px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wtsr-page .wtsr-search-header__form input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 10px 0 2px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 17px;
  font-weight: 550;
  line-height: 1;
  box-shadow: none;
  caret-color: #111;
}

.wtsr-page .wtsr-search-header__form input::placeholder {
  color: #9a9a95;
  font-weight: 400;
}

.wtsr-page .wtsr-search-header__form input::-webkit-search-cancel-button,
.wtsr-page .wtsr-search-header__form input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}

.wtsr-page .wtsr-search-header__clear {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f1f1ee;
  color: #555550;
  cursor: pointer;
}

.wtsr-page .wtsr-search-header__clear[hidden] {
  display: none;
}

.wtsr-page .wtsr-search-header__clear:hover {
  background: #e8e8e3;
  color: #111;
}

.wtsr-page .wtsr-search-header__clear svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.wtsr-page .wtsr-search-header__submit {
  height: 38px;
  margin-left: 8px;
  padding: 0 4px 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.wtsr-page .wtsr-search-header__submit:hover {
  color: #666661;
}

.wtsr-page .wtsr-search-header__back:focus-visible,
.wtsr-page .wtsr-search-header__clear:focus-visible,
.wtsr-page .wtsr-search-header__submit:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.wtsr-page .wtsr-section {
  padding-top: clamp(38px, 5vw, 64px) !important;
}

.wtsr-page .wtsr-summary {
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
}

.wtsr-page .wtsr-summary__eyebrow {
  display: none;
}

.wtsr-page .wtsr-summary h2 {
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.2;
  word-break: keep-all;
}

@media (max-width: 640px) {
.wtsr-page .wtsr-container {
  width: calc(100% - 32px);
}

.wtsr-page .wtsr-search-header__inner {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 6px;
  min-height: 64px;
  padding-block: 7px;
}

.wtsr-page .wtsr-search-header__back {
  width: 40px;
  height: 40px;
}

.wtsr-page .wtsr-search-header__form {
  grid-template-columns: minmax(0, 1fr) 36px auto;
  height: 48px;
}

.wtsr-page .wtsr-search-header__form input {
  height: 48px;
  padding-left: 0;
  font-size: 16px;
}

.wtsr-page .wtsr-search-header__clear {
  width: 32px;
  height: 32px;
}

.wtsr-page .wtsr-search-header__submit {
  height: 36px;
  margin-left: 4px;
  padding-left: 8px;
  font-size: 13px;
}

.wtsr-page .wtsr-section {
  padding-top: 32px !important;
}

.wtsr-page .wtsr-summary {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.wtsr-page .wtsr-summary h2 {
  font-size: 25px;
  line-height: 1.2;
  word-break: keep-all;
}

.wtsr-page .wtsr-summary p {
  display: none;
}

.wtsr-page .wtsr-count {
  margin-top: 0;
  font-size: 12px;
}
}

.wtsr-page .wtsr-landing[hidden],
.wtsr-page .wtsr-results-view[hidden] {
  display: none !important;
}

.wtsr-page .wtsr-landing {
  min-height: calc(100vh - 210px);
  background: #fff;
  color: #000;
}

.wtsr-page .wtsr-landing__panel {
  width: 100%;
  min-height: calc(100vh - 210px);
  padding: max(28px,env(safe-area-inset-top)) clamp(20px,5vw,56px) 72px;
  box-sizing: border-box;
}

.wtsr-page .wtsr-landing__bar {
  width: min(1080px,100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 16px;
  align-items: center;
}

.wtsr-page .wtsr-landing__back {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.wtsr-page .wtsr-landing__back svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wtsr-page .wtsr-landing__form {
  display: grid;
  grid-template-columns: minmax(0,1fr) 86px;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  border: 1px solid #000;
  background: #fff;
}

.wtsr-page .wtsr-landing__form input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.035em;
  -webkit-appearance: none;
  appearance: none;
}

.wtsr-page .wtsr-landing__form input::-webkit-search-cancel-button,.wtsr-page .wtsr-landing__form input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}

.wtsr-page .wtsr-landing__submit {
  width: 86px;
  height: 58px;
  margin: -1px -1px -1px 0;
  padding: 0;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.wtsr-page .wtsr-landing__content {
  width: min(1080px,100%);
  margin: clamp(72px,11vh,128px) auto 0;
  text-align: left;
}

.wtsr-page .wtsr-landing__content h1 {
  max-width: 760px;
  margin: 0;
  color: #000;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.06em;
  font-weight: 600;
  word-break: keep-all;
}

.wtsr-page .wtsr-search-header__form {
  grid-template-columns: minmax(0,1fr) 40px 72px;
}

.wtsr-page .wtsr-search-header__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-width: 72px;
  height: 40px;
  margin-left: 8px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
  flex-shrink: 0;
}

.wtsr-page .wtsr-search-header__submit:hover {
  background: #222;
  color: #fff;
}

@media (max-width:640px) {
.wtsr-page .wtsr-landing__panel {
  min-height: calc(100vh - 180px);
  padding: max(18px,env(safe-area-inset-top)) 16px 48px;
}

.wtsr-page .wtsr-landing__bar {
  grid-template-columns: 42px minmax(0,1fr);
  gap: 10px;
}

.wtsr-page .wtsr-landing__back {
  width: 42px;
  height: 42px;
}

.wtsr-page .wtsr-landing__form {
  grid-template-columns: minmax(0,1fr) 64px;
  min-height: 52px;
}

.wtsr-page .wtsr-landing__form input {
  height: 50px;
  padding: 0 13px;
  font-size: 16px;
}

.wtsr-page .wtsr-landing__submit {
  width: 64px;
  height: 52px;
  font-size: 13px;
}

.wtsr-page .wtsr-landing__content {
  margin-top: 64px;
}

.wtsr-page .wtsr-landing__content h1 {
  max-width: 330px;
  font-size: 45px;
  line-height: 1.2;
  word-break: keep-all;
}

.wtsr-page .wtsr-search-header__form {
  grid-template-columns: minmax(0,1fr) 34px 60px;
}

.wtsr-page .wtsr-search-header__submit {
  width: 60px;
  min-width: 60px;
  height: 38px;
  margin-left: 4px;
  padding: 0 10px;
  font-size: 13px;
}
}

.wtsr-page .wtsr-landing {
  min-height: calc(100vh - 210px);
  padding: 0 clamp(20px,5vw,56px) 72px;
  box-sizing: border-box;
}

.wtsr-page .wtsr-landing__content {
  width: min(1080px,100%);
  margin: clamp(72px,11vh,128px) auto 0;
}

@media (max-width:640px) {
.wtsr-page .wtsr-landing {
  min-height: calc(100vh - 180px);
  padding: 0 16px 48px;
}
}

.wtsr-page .wtsr-search-header__back {
  width: 24px;
  height: 24px;
}

@media (max-width:640px) {
.wtsr-page .wtsr-search-header__back {
  width: 24px;
  height: 24px;
}

.wtsr-page .wtsr-search-header__clear {
  width: 25px;
  height: 25px;
}

.wtsr-page .wtsr-card__arrow {
  display: none !important;
}
}

.wtsr-page .wtsr-card__link {
  width: 100%;
  grid-template-columns: minmax(0,1fr) 42px;
  gap: 24px;
}

.wtsr-page .wtsr-card__body {
  grid-column: 1;
  min-width: 0;
}

.wtsr-page .wtsr-card__arrow {
  grid-column: 2;
  justify-self: end;
}

@media (max-width:640px) {
.wtsr-page .wtsr-card__link {
  display: block;
  width: 100%;
  padding: 24px 0 26px;
}

.wtsr-page .wtsr-card__body {
  width: 100%;
}
}

.wtsr-page .wtsr-search-header__clear[hidden] {
  display: grid;
  visibility: hidden;
  pointer-events: none;
}

.wtsr-page .wtsr-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}

.wtsr-page .wtsr-landing__content {
  margin-top: clamp(34px,5vw,56px);
}

@media (max-width:640px) {
.wtsr-page .wtsr-card h3 {
  font-size: 17px;
}

.wtsr-page .wtsr-landing__content {
  margin-top: 28px;
}
}

.wtsr-page .wtsr-search-header__form {
  position: relative;
  grid-template-columns: minmax(0,1fr) 72px;
  column-gap: 8px;
}

.wtsr-page .wtsr-search-header__form input {
  grid-column: 1;
  padding-right: 48px;
}

.wtsr-page .wtsr-search-header__clear {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 2;
  transform: translateY(-50%);
}

.wtsr-page .wtsr-search-header__submit {
  grid-column: 2;
  width: 72px;
  min-width: 72px;
  margin-left: 0;
  justify-self: end;
}

.wtsr-page .wtsr-section {
  padding-top: 28px !important;
  padding-bottom: 64px;
}

.wtsr-page .wtsr-results {
  display: grid;
  gap: 0;
}

.wtsr-page .wtsr-card {
  margin: 0;
}

.wtsr-page .wtsr-card__link {
  padding: 22px 0 23px;
}

.wtsr-page .wtsr-card__meta {
  margin-bottom: 7px;
}

.wtsr-page .wtsr-card h3 {
  margin: 0;
}

.wtsr-page .wtsr-card p {
  display: block;
  max-width: 100%;
  margin: 8px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.wtsr-page .wtsr-more {
  margin-top: 28px;
}

@media (max-width:640px) {
.wtsr-page .wtsr-search-header__form {
  grid-template-columns: minmax(0,1fr) 60px;
  column-gap: 4px;
}

.wtsr-page .wtsr-search-header__form input {
  padding-right: 37px;
}

.wtsr-page .wtsr-search-header__clear {
  right: 64px;
}

.wtsr-page .wtsr-search-header__submit {
  grid-column: 2;
  width: 60px;
  min-width: 60px;
  margin-left: 0;
}

.wtsr-page .wtsr-section {
  padding-top: 18px !important;
  padding-bottom: 48px;
}

.wtsr-page .wtsr-card__link {
  padding: 18px 0 19px;
}

.wtsr-page .wtsr-card__meta {
  margin-bottom: 6px;
}

.wtsr-page .wtsr-card p {
  margin-top: 7px;
}

.wtsr-page .wtsr-more {
  margin-top: 22px;
}
}

.wtsr-page {
  overflow-x: hidden;
}

.wtsr-page .wtsr-search-header__form {
  grid-template-columns: minmax(0,1fr) 42px;
  column-gap: 8px;
}

.wtsr-page .wtsr-search-header__form input {
  grid-column: 1;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 44px;
}

.wtsr-page .wtsr-search-header__clear {
  right: 50px;
}

.wtsr-page .wtsr-search-header__submit,
.wtsr-page .wtsr-search-header__submit:hover,
.wtsr-page .wtsr-search-header__submit:focus-visible {
  grid-column: 2;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  flex: 0 0 42px;
  border: 1px solid #000;
  border-radius: 999px;
  background: #fff;
  color: #000;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.wtsr-page .wtsr-search-header__submit {
  transition: transform .18s ease,background-color .18s ease,color .18s ease;
}

.wtsr-page .wtsr-search-header__submit:hover,
.wtsr-page .wtsr-search-header__submit:focus-visible {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}

.wtsr-page .wtsr-search-header__submit svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.wtsr-page .wtsr-shell,
.wtsr-page .wtsr-results,
.wtsr-page .wtsr-card,
.wtsr-page .wtsr-card__link,
.wtsr-page .wtsr-card__body,
.wtsr-page .wtsr-card h3,
.wtsr-page .wtsr-card p {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width:640px) {
.wtsr-page .wtsr-container {
  width: auto !important;
  max-width: none !important;
  margin-left: 16px !important;
  margin-right: 16px !important;
  box-sizing: border-box;
}

.wtsr-page .wtsr-search-header__inner {
  width: auto !important;
  grid-template-columns: 24px minmax(0,1fr);
  gap: 12px;
}

.wtsr-page .wtsr-search-header__form {
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0,1fr) 42px;
  column-gap: 8px;
}

.wtsr-page .wtsr-search-header__clear {
  right: 50px;
}

.wtsr-page .wtsr-search-header__submit,
  .wtsr-page .wtsr-search-header__submit:hover,
  .wtsr-page .wtsr-search-header__submit:focus-visible {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
}

.wtsr-page .wtsr-section {
  width: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wtsr-page .wtsr-card__link {
  width: 100%;
  overflow: hidden;
}

.wtsr-page .wtsr-card h3 {
  width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wtsr-page .wtsr-card p {
  width: 100%;
}
}

.wtsr-page .wtsr-landing {
  min-height: calc(100vh - 210px);
  padding: 0 clamp(20px,5vw,56px) 72px;
}

.wtsr-page .wtsr-landing__content {
  display: grid;
  gap: clamp(48px,6vw,76px);
  width: min(1080px,100%);
  margin: clamp(44px,6vw,72px) auto 0;
  text-align: left;
}

.wtsr-page .wtsr-popular-section {
  min-width: 0;
}

.wtsr-page .wtsr-popular-section h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.wtsr-page .wtsr-popular-keywords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 8px;
}

.wtsr-page .wtsr-popular-keywords button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid #e4e4df;
  border-radius: 0;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.035em;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease,background-color .18s ease,color .18s ease;
}

.wtsr-page .wtsr-popular-keywords button:hover,
.wtsr-page .wtsr-popular-keywords button:focus-visible {
  border-color: #111;
  background: #111;
  color: #fff;
}

.wtsr-page .wtsr-popular-keywords button:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

@media (max-width:640px) {
.wtsr-page .wtsr-landing__content {
  gap: 42px;
  margin-top: 32px;
}

.wtsr-page .wtsr-popular-section h2 {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.2;
  word-break: keep-all;
}

.wtsr-page .wtsr-popular-keywords {
  gap: 8px 6px;
}

.wtsr-page .wtsr-popular-keywords button {
  min-height: 42px;
  padding: 9px 12px;
  font-size: 13px;
}
}

.wtsr-page .wtsr-search-header__submit,
.wtsr-page .wtsr-search-header__submit:hover,
.wtsr-page .wtsr-search-header__submit:focus-visible {
  border-radius: 0;
}

.wtsr-page .wtsr-empty,
.wtsr-page .wtsr-loading,
.wtsr-page .wtsr-error {
  padding: 0;
  border-bottom: 0;
}

.wtsr-page .wtsr-empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.wtsr-page .wtsr-empty__message,
.wtsr-page .wtsr-empty__example {
  display: block;
}

.wtsr-page .wtsr-empty__example {
  color: #777;
  font-size: 14px;
}

@media (min-width: 1024px) {
  body.travel-city-body .wt-city-hero h1,
  body[class*="travel-city-body"] .wt-city-hero h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    word-break: keep-all;
  }

  body.travel-purpose-body .wt-city-hero h1,
  body.travel-archive-body .wt-city-hero h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #000 !important;
    word-break: keep-all;
  }
}

p,
strong {
  word-break: keep-all;
}

.wt-loading-skeleton-line,
.wt-loading-skeleton-button,
.wt-loading-skeleton-row__arrow,
.wt-loading-skeleton-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ededed;
}

.wt-loading-skeleton-line::after,
.wt-loading-skeleton-button::after,
.wt-loading-skeleton-row__arrow::after,
.wt-loading-skeleton-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.76) 48%, transparent 100%);
  animation: wtSkeletonShimmer 1.25s ease-in-out infinite;
}

.wt-loading-skeleton-line {
  height: 12px;
}

.wt-loading-skeleton-line--meta {
  width: 34%;
  height: 10px;
}

.wt-loading-skeleton-line--title {
  width: 88%;
  height: 25px;
  margin-top: 2px;
}

.wt-loading-skeleton-line--text {
  width: 100%;
}

.wt-loading-skeleton-line--short {
  width: 68%;
}

.wt-loading-skeleton-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.wt-loading-skeleton-button {
  width: 98px;
  height: 38px;
}

.wt-loading-skeleton-button--small {
  width: 38px;
  border-radius: 50%;
}

.wt-loading-skeleton-line--row-meta {
  width: 120px;
  height: 9px;
}

.wt-loading-skeleton-line--row-title {
  width: min(520px, 76%);
  height: 22px;
}

.wt-loading-skeleton-line--row-text {
  width: min(680px, 92%);
  height: 11px;
}

@media (max-width: 767px) {
.wt-loading-skeleton-line--row-title {
  width: 88%;
  height: 19px;
}

.wt-loading-skeleton-line--row-text {
  width: 96%;
}
}

body.travel-purpose-body .wt-section-kicker::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 0 10px 4px 0;
  background: currentColor;
}

body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__body > .travel-card__description + .text-link,
body.travel-destination-detail-body #hotel-posts .hotel-card .travel-card__body > .travel-card__description + .text-link,
body.travel-archive-body .hotel-card .travel-card__body > .travel-card__description + .text-link {
  margin-top: 24px;
}

body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .text-link,
body.travel-destination-detail-body #hotel-posts .hotel-card .text-link,
body.travel-archive-body .hotel-card .text-link {
  margin-left: auto;
}

@media (max-width: 767px) {
body.travel-city-body:not(.travel-archive-body) #hotel-posts .travel-card-grid--hotels {
  display: flex !important;
  grid-template-columns: none !important;
  grid-auto-flow: initial !important;
  grid-auto-columns: initial !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
}

body.travel-city-body:not(.travel-archive-body) #hotel-posts .travel-card-grid--hotels > .travel-card.hotel-card {
  flex: 0 0 min(84vw, 330px) !important;
  width: min(84vw, 330px) !important;
  max-width: min(84vw, 330px) !important;
  min-width: min(84vw, 330px) !important;
  height: auto !important;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

body.travel-city-body:not(.travel-archive-body) #hotel-posts .travel-card-grid--hotels > .wt-loading-skeleton-grid {
  display: contents !important;
}

body.travel-city-body:not(.travel-archive-body) #hotel-posts .travel-card-grid--hotels .wt-loading-skeleton-card {
  flex: 0 0 min(84vw, 330px) !important;
  width: min(84vw, 330px) !important;
  max-width: min(84vw, 330px) !important;
  min-width: min(84vw, 330px) !important;
  height: auto !important;
  min-height: 380px !important;
  scroll-snap-align: start;
}

body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-tab-panel,
  body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-tabs,
  body.travel-city-body:not(.travel-archive-body) #hotel-posts .wt-city-static-posts {
  min-width: 0;
  max-width: 100%;
}
}

body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card .travel-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

body.travel-city-body:not(.travel-archive-body) #hotel-posts .travel-card__draft-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid rgba(23, 76, 120, 0.22);
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.14);
  color: #174c78;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

body.travel-archive-body .hotel-card.travel-card--clickable .travel-card__media,
body.travel-city-body:not(.travel-archive-body) #hotel-posts .hotel-card.travel-card--clickable .travel-card__media,
body.travel-destination-detail-body #hotel-posts .hotel-card.travel-card--clickable .travel-card__media {
  position: relative;
}

.travel-card__pick-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 32px);
  min-height: 38px;
  padding: 9px 14px;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}

@media (max-width: 767px) {
.travel-card__pick-label {
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  min-height: 34px;
  padding: 8px 12px;
  font-size: 13px;
}
}

/* 여행 스타일별 호텔 추천: 실제 포스트 메타·뱃지 최종 스타일
   app.css보다 뒤에 로드되는 파일에서 관리해 일반 포스트 규칙의 재정의를 방지한다. */

body.post-page-body .post-body .post-content .post-style-hotel-image{
  position:relative;
}

body.post-page-body .post-body .post-content .post-style-hotel-image-badge{
  position:absolute;
  z-index:2;
  top:19px;
  left:16px;
  max-width:calc(100% - 32px);
  padding:8px 30px;
  border-radius:6px;
  background:#000;
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:-0.02em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  pointer-events:none;
}

body.post-page-body .post-body .post-content .post-style-hotel-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  margin:12px 0 5px;
  color:#000;
  font-weight:600;
}

body.post-page-body .post-body .post-content .post-style-hotel-meta > .post-style-hotel-meta__item{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  background:#fff;
  color:inherit;
  font-size:13px;
  font-weight:inherit;
  line-height:1.2;
}

body.post-page-body .post-body .post-content .post-style-hotel-meta > .post-style-hotel-meta__separator{
  color:inherit;
  font-size:13px;
  font-weight:inherit;
  line-height:1;
}

body.post-page-body .post-body .post-content .post-style-hotel-meta > .post-style-hotel-meta__item--rating{
  gap:1px;
}

body.post-page-body .post-body .post-content .post-style-hotel-meta > .post-style-hotel-meta__item--rating > span{
  color:inherit;
}

body.post-page-body--hotel-review-magazine .post-body .post-content p.post-style-hotel-badges{
  margin:0 0 25px;
  padding:10px 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  color:#555;
  font-size:16px;
  font-weight:400;
  line-height:1.65;
  letter-spacing:-0.02em;
  word-break:keep-all;
}

body.post-page-body--hotel-review-magazine .post-body .post-content p.post-style-hotel-badges > .post-style-hotel-badges__separator{
  display:inline-block;
  margin:0 9px;
  color:#aaa;
  font-weight:400;
}

@media (max-width:720px){
  body.post-page-body .post-body .post-content .post-style-hotel-image-badge{
    top:50px;
    left:15px;
    max-width:calc(100% - 30px);
    padding:7px 30px;
    font-size:13px;
  }

  body.post-page-body .post-body .post-content .post-style-hotel-meta{
    gap:5px;
    margin:10px 0 5px;
  }

  body.post-page-body .post-body .post-content .post-style-hotel-meta > .post-style-hotel-meta__item{
    min-height:28px;
    font-size:12px;
  }

  body.post-page-body .post-body .post-content .post-style-hotel-meta > .post-style-hotel-meta__separator{
    font-size:12px;
  }
}


/* 포스트 매거진 헤더: 제목 · 작성자 · 대표 이미지 순서 */
body.post-page-body .post-magazine-head--title{
  margin-bottom:20px;
}

body.post-page-body .post-magazine-head--details:empty{
  display:none;
}

body.post-page-body .post-author-profile{
  display:flex;
  align-items:center;
  gap:10px;
  box-sizing:border-box;
  width:100%;
  margin:20px 0;
  padding:10px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  color:#111;
}

body.post-page-body .post-author-profile__avatar{
  display:block;
  width:42px;
  height:42px;
  flex:0 0 42px;
  overflow:hidden;
  border-radius:50%;
  object-fit:cover;
}

body.post-page-body .post-author-profile__body{
  display:flex;
  min-width:0;
  flex:1 1 auto;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
}

body.post-page-body .post-author-profile__name{
  display:inline-flex;
  color:#111;
  font-size:14px;
  font-weight:600;
  line-height:1.3;
}

body.post-page-body .post-author-profile__meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px;
  color:#666;
  font-size:12px;
  font-weight:400;
  line-height:1.4;
}

body.post-page-body .post-author-profile__separator{
  color:#999;
}

body.post-page-body .post-magazine-head--title + .post-cover-wrap{
  margin-top:0;
  margin-bottom:30px;
}

body.post-page-body .post-magazine-head--details{
  margin-top:0;
}

@media (max-width:720px){
  body.post-page-body .post-magazine-head--title{
    margin-bottom:16px;
  }

  body.post-page-body .post-author-profile{
    gap:9px;
  }

  body.post-page-body .post-author-profile__avatar{
    width:38px;
    height:38px;
    flex-basis:38px;
  }

  body.post-page-body .post-author-profile__name{
    font-size:13px;
  }

  body.post-page-body .post-author-profile__meta{
    gap:4px;
    font-size:11px;
  }
}

/* 모바일 포스트 이미지: 대표 이미지 전체 폭 · 모서리 제거 */
@media (max-width:767px){
  body.post-page-body .post-magazine-hero{
    overflow:visible;
  }

  body.post-page-body .post-magazine-hero > .post-cover-wrap,
  body.post-page-body .post-shell--guide-style .post-hero--product > .post-cover-wrap,
  body.post-page-body--hotel-review-magazine .post-cover-wrap,
  body.post-page-body .post-body .post-content figure.post-inline-image{
    box-sizing:border-box;
    width:calc(100% + (var(--post-page-gutter) * 2));
    max-width:none;
    margin-left:calc(var(--post-page-gutter) * -1);
    margin-right:calc(var(--post-page-gutter) * -1);
  }

  body.post-page-body .post-body .post-content figure.post-inline-image .post-inline-image__caption{
    box-sizing:border-box;
    padding-left:var(--post-page-gutter);
    padding-right:var(--post-page-gutter);
  }

  body.post-page-body .post-cover,
  body.post-page-body .post-cover-wrap img,
  body.post-page-body .post-body .post-content figure.post-inline-image,
  body.post-page-body .post-body .post-content figure.post-inline-image img,
  body.post-page-body .post-body .post-content .post-style-hotel-image,
  body.post-page-body .post-body .post-content .post-style-hotel-image img,
  body.post-page-body .post-body .post-content img{
    border-radius:0;
  }
}

/* 2026-08-09 추천 호텔 리뷰: 핵심 포인트 요약 - 공개 post */
body.post-page-body--recommended-hotel-review .post-cover-wrap:has(+ .post-hotel-key-points){
  margin-bottom:0 !important;
}
body.post-page-body--recommended-hotel-review .post-shell--guide-style .post-magazine-hero--decision-first{
  margin-bottom:0;
}
body.post-page-body--recommended-hotel-review .post-hotel-key-points{
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  margin:24px 0 30px;
  padding:15px;
  border:1px solid #dedede;
  border-radius:19px;
  background:#fff;
  box-shadow:none;
  font-weight:400;
}
body.post-page-body--recommended-hotel-review .post-hotel-key-points *{
  font-weight:400;
}
body.post-page-body--recommended-hotel-review .post-hotel-key-points__title{
  margin:0 0 15px;
  padding:0;
  border:0;
  background:none;
  color:#111;
  font-size:20px;
  line-height:1.35;
  font-weight:400;
  letter-spacing:-0.035em;
}
body.post-page-body--recommended-hotel-review .post-hotel-key-points__grid{
  display:grid;
  grid-template-columns:minmax(0,50%) minmax(0,1fr);
  column-gap:0;
  row-gap:5px;
  margin:0;
  padding:0;
  border:0;
}
body.post-page-body--recommended-hotel-review .post-hotel-key-point{
  min-width:0;
  display:flex;
  align-items:center;
  gap:1px;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}
body.post-page-body--recommended-hotel-review .post-hotel-key-point__icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#111;
}
body.post-page-body--recommended-hotel-review .post-hotel-key-point__icon svg{
  display:block;
  width:25px;
  height:25px;
  overflow:visible;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
body.post-page-body--recommended-hotel-review .post-hotel-key-point__text{
  min-width:0;
  color:#111;
  font-size:15px;
  line-height:1.5;
  font-weight:400;
  letter-spacing:-0.025em;
  word-break:keep-all;
  overflow-wrap:break-word;
}
.post-hotel-key-point__sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

@media (max-width:767px){
  body.post-page-body--recommended-hotel-review .post-hotel-key-points{
    margin:20px 0 26px;
    padding:15px;
    border-radius:16px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-points__title{
    margin-bottom:15px;
    font-size:17px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-points__grid{
    grid-template-columns:minmax(0,1fr);
    column-gap:0;
    row-gap:10px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-point{
    gap:1px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-point__icon{
    flex-basis:27px;
    width:27px;
    height:27px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-point__icon svg{
    width:25px;
    height:25px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-point__text{
    font-size:15px;
    line-height:1.5;
  }
}

@media (max-width:420px){
  body.post-page-body--recommended-hotel-review .post-hotel-key-points{
    padding:15px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-points__grid{
    column-gap:0;
    row-gap:10px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-point{
    gap:1px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-point__icon{
    flex-basis:25px;
    width:25px;
    height:25px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-point__icon svg{
    width:25px;
    height:25px;
  }
  body.post-page-body--recommended-hotel-review .post-hotel-key-point__text{
    font-size:15px;
  }
}


/* Guide author profile: reuse the post author visual language on static city guides. */
body.wt-guide-body .wt-guide-author-profile-wrap{
  box-sizing:border-box;
}

body.wt-guide-body .post-author-profile{
  display:flex;
  align-items:center;
  gap:10px;
  box-sizing:border-box;
  width:100%;
  margin:20px 0;
  padding:10px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  color:#111;
}

body.wt-guide-body .post-author-profile__avatar{
  display:block;
  width:42px;
  height:42px;
  flex:0 0 42px;
  overflow:hidden;
  border-radius:50%;
  object-fit:cover;
}

body.wt-guide-body .post-author-profile__body{
  display:flex;
  min-width:0;
  flex:1 1 auto;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
}

body.wt-guide-body .post-author-profile__name{
  display:inline-flex;
  color:#111;
  font-size:14px;
  font-weight:600;
  line-height:1.3;
}

body.wt-guide-body .post-author-profile__meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px;
  color:#666;
  font-size:12px;
  font-weight:400;
  line-height:1.4;
}

body.wt-guide-body .post-author-profile__separator{
  color:#999;
}

/* Server-rendered archive links appear only after the matching archive reaches 5 published posts. */
.wt-city-archive-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.wt-city-archive-links a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:8px 14px;
  border:1px solid #d7d7d7;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
  text-decoration:none;
}

.wt-city-archive-links a::after{
  content:"→";
  margin-left:7px;
}

@media (max-width:720px){
  body.wt-guide-body .post-author-profile{
    gap:9px;
  }

  body.wt-guide-body .post-author-profile__avatar{
    width:38px;
    height:38px;
    flex-basis:38px;
  }

  body.wt-guide-body .post-author-profile__name{
    font-size:13px;
  }

  body.wt-guide-body .post-author-profile__meta{
    gap:4px;
    font-size:11px;
  }

  .wt-city-archive-links{
    gap:8px;
    margin-top:18px;
  }

  .wt-city-archive-links a{
    width:100%;
    justify-content:space-between;
    border-radius:10px;
  }
}

/* 2026-09-01: global travel mobile H2 normalization */
@media (max-width: 767px) {
  .section-heading h2,
  .travel-card h2,
  .content-card h2,
  .side-card h2,
  .wtsr-summary h2,
  .wt-cta-band h2,
  .wt-city-page .section-heading h2,
  .wt-city-snapshot__heading h2,
  .wtsr-page .wtsr-summary h2,
  .wtsr-page .wtsr-popular-section h2,
  body.post-page-body--recommended-hotel-review h2.post-hotel-key-points__title {
    font-size: 25px;
  }
}
