/* Hotel location survey application styles. Generated from the consolidated travel stylesheet. */

.wt-location-page * {
  box-sizing: border-box;
}

body.wt-location-survey-page {
  --wt-ink: #132235;
  --wt-muted: #64748b;
  --wt-subtle: #eef4fb;
  --wt-soft: #f7fafc;
  --wt-soft-blue: #eff6ff;
  --wt-blue: #2563eb;
  --wt-blue-deep: #1d4ed8;
  --wt-soft-blue-2: #eff6ff;
  --wt-soft-sky: #f8fbff;
  --wt-white: #ffffff;
  --wt-radius-lg: 30px;
  --wt-radius-md: 22px;
  --wt-radius-sm: 16px;
  --wt-page-width: 980px;
}

html {
  scroll-behavior: smooth;
}

body.wt-location-survey-page {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  color: var(--wt-ink);
  background: #ffffff;
  line-height: 1.65;
  word-break: keep-all;
}

.wt-location-page button,
.wt-location-page a {
  -webkit-tap-highlight-color: transparent;
}

.wt-location-page button {
  font-family: inherit;
}

.wt-location-page a {
  color: inherit;
}

.wt-location-page {
  min-height: 100vh;
  padding: clamp(30px, 5vw, 64px) clamp(20px, 4vw, 32px);
  background: #ffffff;
}

.wt-location-page .wt-location-shell {
  width: 100%;
  max-width: var(--wt-page-width);
  margin: 0 auto;
}

.wt-location-page .wt-survey-wrap {
  overflow: hidden;
  border-radius: var(--wt-radius-lg);
  background: var(--wt-white);
}

.wt-location-page .wt-survey-wrap.is-result-mode .wt-survey-hero,
.wt-location-page .wt-survey-wrap.is-survey-started .wt-survey-hero,
.wt-location-page .wt-survey-wrap.is-survey-started .wt-survey-start {
  display: none;
}

.wt-location-page.is-survey-started .wt-survey-top-link {
  display: none;
}

.wt-location-page:not(.is-survey-started) {
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding-top: clamp(28px, 5vw, 58px);
  padding-bottom: clamp(34px, 6vw, 70px);
}

.wt-location-page:not(.is-survey-started) .wt-location-shell {
  max-width: 860px;
}

.wt-location-page:not(.is-survey-started) .wt-survey-wrap {
  overflow: visible;
}

.wt-location-page:not(.is-survey-started) .wt-survey-top-link {
  margin-bottom: clamp(16px, 3vw, 26px);
}

.wt-location-page:not(.is-survey-started) .wt-survey-hero {
  text-align: center;
}

.wt-location-page:not(.is-survey-started) .wt-survey-kicker {
  margin-left: auto;
  margin-right: auto;
}

.wt-location-page:not(.is-survey-started) .wt-survey-title,
.wt-location-page:not(.is-survey-started) .wt-survey-desc {
  margin-left: auto;
  margin-right: auto;
}

.wt-location-page:not(.is-survey-started) .wt-survey-start {
  padding-top: clamp(22px, 4vw, 36px);
}

.wt-location-page .wt-survey-hero {
  padding: clamp(34px, 6vw, 58px) clamp(22px, 5vw, 50px) clamp(26px, 4vw, 40px);
  border-radius: var(--wt-radius-lg);
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 58%, #eff6ff 100%);
}

.wt-location-page .wt-survey-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--wt-blue-deep);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.wt-location-page .wt-survey-title {
  max-width: 690px;
  margin: 0;
  font-size: clamp(31px, 4.5vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.055em;
  color: #102a45;
}

.wt-location-page .wt-survey-desc {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--wt-muted);
  font-size: 16px;
}

.wt-location-page .wt-survey-start {
  display: flex;
  justify-content: center;
  padding: clamp(24px, 4vw, 34px) clamp(22px, 5vw, 50px) 0;
  background: #ffffff;
}

.wt-location-page .wt-survey-start .wt-btn {
  min-width: 180px;
  min-height: 52px;
  padding: 0 28px;
  font-size: 16px;
}

.wt-location-page .wt-survey-body {
  display: none;
  padding: clamp(24px, 5vw, 44px) 0 0;
  background: #ffffff;
}

.wt-location-page .wt-survey-wrap.is-survey-started .wt-survey-body {
  display: block;
}

.wt-location-page .wt-survey-card,
.wt-location-page .wt-result-card {
  border-radius: var(--wt-radius-lg);
  background: #ffffff;
}

.wt-location-page .wt-survey-card {
  padding: clamp(24px, 5vw, 46px);
  background: #ffffff;
}

.wt-location-page .wt-progress {
  margin-bottom: 30px;
}

.wt-location-page .wt-progress-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--wt-muted);
  font-size: 14px;
}

.wt-location-page .wt-progress-bar {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6edf5;
}

.wt-location-page .wt-progress-fill {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: var(--wt-blue);
  transition: width 0.25s ease;
}

.wt-location-page .wt-question-title {
  margin: 0 0 8px;
  color: var(--wt-ink);
  font-size: clamp(23px, 3vw, 29px);
  line-height: 1.2;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.wt-location-page .wt-question-help {
  margin: 0 0 24px;
  color: var(--wt-muted);
  font-size: 15px;
}

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

.wt-location-page .wt-option {
  width: 100%;
  min-height: 112px;
  padding: 18px;
  border: 0;
  border-radius: var(--wt-radius-md);
  background: #ffffff;
  color: var(--wt-ink);
  text-align: left;
  cursor: pointer;
}

.wt-location-page .wt-option:focus-visible,
.wt-location-page .wt-btn:focus-visible,
.wt-location-page .wt-survey-top-link:focus-visible,
.wt-location-page .wt-related-link:focus-visible,
.wt-location-page .wt-post-list a:focus-visible,
.wt-location-page .wt-hotel-link:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 3px;
}

.wt-location-page .wt-option.is-selected {
  background: var(--wt-soft-blue);
}

.wt-location-page .wt-option-title {
  display: block;
  color: var(--wt-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.wt-location-page .wt-option-desc {
  display: block;
  margin-top: 7px;
  color: var(--wt-muted);
  font-size: 13px;
  line-height: 1.55;
}

.wt-location-page .wt-survey-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.wt-location-page .wt-btn {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--wt-blue);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.wt-location-page .wt-btn:disabled {
  background: #d5dee8;
  color: #ffffff;
  cursor: not-allowed;
}

.wt-location-page .wt-btn--ghost {
  background: #edf3f8;
  color: #36516b;
}

.wt-location-page .wt-result {
  display: none;
}

.wt-location-page .wt-result.is-active {
  display: block;
}

.wt-location-page .wt-result-card {
  padding: clamp(24px, 5vw, 44px);
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 32%, #ffffff 100%);
}

.wt-location-page .wt-result-label {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--wt-blue-deep);
  font-size: 13px;
  font-weight: 500;
}

.wt-location-page .wt-result-title {
  margin: 0;
  color: #102a45;
  font-size: clamp(31px, 5vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.wt-location-page .wt-result-summary {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--wt-muted);
  font-size: 16px;
}

.wt-location-page .wt-result-lead {
  margin-top: 28px;
  padding: 20px;
  border-radius: var(--wt-radius-md);
  background: #ffffff;
}

.wt-location-page .wt-result-lead strong {
  display: block;
  margin-bottom: 6px;
  color: var(--wt-ink);
  font-size: 17px;
  letter-spacing: -0.025em;
}

.wt-location-page .wt-result-lead p {
  margin: 0;
  color: #53667a;
  font-size: 14px;
}

.wt-location-page .wt-result-story {
  margin-top: 36px;
  padding: clamp(20px, 4vw, 30px);
  border-radius: var(--wt-radius-md);
  background: #ffffff;
}

.wt-location-page .wt-result-story-head {
  max-width: 760px;
}

.wt-location-page .wt-result-story-title {
  margin: 0;
  color: var(--wt-ink);
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.32;
  letter-spacing: -0.04em;
}

.wt-location-page .wt-result-story-desc {
  margin: 14px 0 0;
  color: #53667a;
  font-size: 15px;
}

.wt-location-page .wt-reason-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.wt-location-page .wt-reason-card {
  padding: 18px;
  border-radius: 20px;
  background: #f8fbfe;
}

.wt-location-page .wt-reason-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--wt-soft-blue);
  color: var(--wt-blue-deep);
  font-size: 13px;
  font-weight: 500;
}

.wt-location-page .wt-reason-card h4 {
  margin: 0;
  color: var(--wt-ink);
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.03em;
}

.wt-location-page .wt-reason-card p {
  margin: 8px 0 0;
  color: #53667a;
  font-size: 14px;
}

.wt-location-page .wt-decision-box {
  margin-top: 24px;
  padding: 18px;
  border-radius: 20px;
  background: #eef7ff;
}

.wt-location-page .wt-decision-box strong {
  display: block;
  color: #183b5d;
  font-size: 16px;
  letter-spacing: -0.025em;
}

.wt-location-page .wt-decision-box p {
  margin: 8px 0 0;
  color: #405871;
  font-size: 14px;
}

.wt-location-page .wt-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.wt-location-page .wt-info-box {
  padding: 20px;
  border-radius: var(--wt-radius-md);
  background: #f7fafc;
}

.wt-location-page .wt-info-box--soft-blue {
  background: var(--wt-soft-blue-2);
}

.wt-location-page .wt-info-box--soft-sky {
  background: var(--wt-soft-sky);
}

.wt-location-page .wt-info-box h3 {
  margin: 0 0 10px;
  color: var(--wt-ink);
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.wt-location-page .wt-info-box p {
  margin: 0;
  color: #53667a;
  font-size: 14px;
}

.wt-location-page .wt-bullet-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #53667a;
  font-size: 14px;
}

.wt-location-page .wt-bullet-list li {
  position: relative;
  padding-left: 15px;
}

.wt-location-page .wt-bullet-list li::before {
  content: "";
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--wt-blue);
}

.wt-location-page .wt-fit-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.wt-location-page .wt-fit-item {
  padding: 16px;
  border-radius: 18px;
  background: #f8fafc;
}

.wt-location-page .wt-fit-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  color: #273b51;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.wt-location-page .wt-fit-badge {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--wt-blue-deep);
  font-size: 12px;
  font-weight: 500;
}

.wt-location-page .wt-fit-line {
  width: 100%;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9eff6;
}

.wt-location-page .wt-fit-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--wt-blue);
}

.wt-location-page .wt-hotel-section {
  margin-top: 40px;
  padding: 22px;
  border-radius: var(--wt-radius-md);
  background: #f8fafc;
}

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

.wt-location-page .wt-section-eyebrow {
  margin: 0 0 6px;
  color: var(--wt-blue-deep);
  font-size: 13px;
  font-weight: 500;
}

.wt-location-page .wt-section-title {
  margin: 0;
  color: var(--wt-ink);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.wt-location-page .wt-section-desc {
  margin: 8px 0 0;
  color: var(--wt-muted);
  font-size: 14px;
}

.wt-location-page .wt-hotel-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 12px;
  -webkit-overflow-scrolling: touch;
}

.wt-location-page .wt-hotel-grid::-webkit-scrollbar {
  height: 8px;
}

.wt-location-page .wt-hotel-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #edf2f7;
}

.wt-location-page .wt-hotel-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.28);
}

.wt-location-page .wt-hotel-card {
  display: flex;
  flex: 0 0 292px;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  scroll-snap-align: start;
}

.wt-location-page .wt-hotel-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.wt-location-page .wt-hotel-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--wt-soft-blue);
  color: var(--wt-blue-deep);
  font-size: 13px;
  font-weight: 500;
}

.wt-location-page .wt-hotel-tag {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #405871;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.wt-location-page .wt-hotel-name {
  margin: 0;
  color: var(--wt-ink);
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -0.03em;
}

.wt-location-page .wt-hotel-location {
  margin: 7px 0 0;
  color: var(--wt-blue-deep);
  font-size: 13px;
  font-weight: 500;
}

.wt-location-page .wt-hotel-reason {
  margin: 10px 0 0;
  color: #53667a;
  font-size: 14px;
}

.wt-location-page .wt-hotel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

.wt-location-page .wt-hotel-meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f6f8fb;
  color: #5e7084;
  font-size: 12px;
  font-weight: 500;
}

.wt-location-page .wt-hotel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--wt-blue);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.wt-location-page .wt-hotel-link-wrap {
  margin-top: 16px;
}

.wt-location-page .wt-post-list-section {
  margin-top: 30px;
  padding: 22px;
  border-radius: var(--wt-radius-md);
  background: #ffffff;
}

.wt-location-page .wt-post-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-location-page .wt-post-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  color: #20364c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.wt-location-page .wt-post-list a::after {
  content: "→";
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--wt-soft-blue);
  color: var(--wt-blue-deep);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.wt-location-page .wt-related {
  margin-top: 34px;
  padding: 22px;
  border-radius: var(--wt-radius-md);
  background: #f8fafc;
}

.wt-location-page .wt-related h3 {
  margin: 0 0 12px;
  color: var(--wt-ink);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.wt-location-page .wt-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wt-location-page .wt-related-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--wt-blue-deep);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.wt-location-page .wt-reset-area {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.wt-location-page .wt-survey-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: #f7faff;
  color: #24364b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.wt-location-page .wt-survey-top-link::before {
  content: "←";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--wt-blue-deep);
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 820px) {
.wt-location-page .wt-result-grid,
.wt-location-page .wt-reason-list {
  grid-template-columns: 1fr;
}

.wt-location-page .wt-hotel-grid {
  display: grid;
  grid-template-columns: 1fr;
  overflow: visible;
  padding: 0;
}

.wt-location-page .wt-hotel-card {
  flex-basis: auto;
}

.wt-location-page .wt-options {
  grid-template-columns: 1fr;
}
}

@media (max-width: 560px) {
.wt-location-page {
  padding: 26px 20px 18px;
}

.wt-location-page .wt-survey-hero {
  padding: 30px 20px 24px;
}

.wt-location-page .wt-survey-card,
.wt-location-page .wt-result-card {
  padding: 24px 20px;
}

.wt-location-page .wt-survey-title {
  font-size: clamp(30px, 9vw, 40px);
  line-height: 1.12;
}

.wt-location-page .wt-survey-top-link {
  margin: 0 0 22px;
  padding: 9px 13px;
}

.wt-location-page .wt-survey-hero,
.wt-location-page .wt-survey-card,
.wt-location-page .wt-result-card {
  border-radius: 24px;
}

.wt-location-page .wt-survey-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.wt-location-page .wt-btn {
  width: 100%;
  min-width: 0;
  padding: 0 12px;
}

.wt-location-page .wt-related-links {
  flex-direction: column;
}

.wt-location-page .wt-related-link {
  width: 100%;
}
}

@media (max-width: 767px) {
.wt-location-page {
  padding: 24px 16px 28px;
}

.wt-location-page:not(.is-survey-started) {
  align-items: center;
  min-height: 100svh;
  padding: 22px 18px 38px;
}

.wt-location-page:not(.is-survey-started) .wt-survey-top-link {
  margin-bottom: 18px;
}

.wt-location-page:not(.is-survey-started) .wt-survey-hero {
  padding: 34px 20px 28px;
}

.wt-location-page:not(.is-survey-started) .wt-survey-desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.65;
}

.wt-location-page:not(.is-survey-started) .wt-survey-start {
  padding-top: 22px;
}

.wt-location-page:not(.is-survey-started) .wt-survey-start .wt-btn {
  width: 100%;
  max-width: 320px;
  min-height: 54px;
}

.wt-location-page.is-survey-started:not(.is-result-mode) {
  padding: 0;
}

.wt-location-page.is-survey-started:not(.is-result-mode) .wt-location-shell {
  max-width: none;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) {
  border-radius: 0;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-survey-body {
  padding: 0;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-survey-card {
  min-height: 100svh;
  padding: 116px 25px 108px;
  border-radius: 0;
  background: #fff;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  margin: 0;
  padding: 18px 20px 16px;
  background: #fff;
  backdrop-filter: saturate(180%) blur(14px);
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-progress-top {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-progress-bar {
  height: 7px;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-progress + .wt-question-title {
  margin-top: 0;
  line-height: 1.2;
  word-break: keep-all;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-question-title {
  font-size: clamp(22px, 6.2vw, 27px);
  line-height: 1.2;
  word-break: keep-all;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-question-help {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-options {
  grid-template-columns: 1fr;
  gap: 10px;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-option {
  min-height: auto;
  padding: 14px 15px;
  border-radius: 18px;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-option-title {
  font-size: 15px;
  line-height: 1.38;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-option-desc {
  margin-top: 5px;
  font-size: 12.5px;
  line-height: 1.5;
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-survey-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: #fff;
  backdrop-filter: saturate(180%) blur(14px);
}

.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-survey-actions .wt-btn {
  min-height: 48px;
}
}

.wt-location-page {
  background: #ffffff;
}

.wt-location-page .wt-survey-wrap {
  background: #ffffff;
}

.wt-location-page .wt-survey-hero,
.wt-location-page:not(.is-survey-started) .wt-survey-hero,
.wt-location-page .wt-result-card {
  border: 1px solid #e8edf3;
  background: #ffffff;
}

.wt-location-page .wt-survey-kicker,
.wt-location-page .wt-result-label,
.wt-location-page .wt-fit-badge,
.wt-location-page .wt-hotel-rank,
.wt-location-page .wt-post-list a::after,
.wt-location-page .wt-reason-number {
  background: #f1f5f9;
  color: #263241;
}

.wt-location-page .wt-section-eyebrow,
.wt-location-page .wt-hotel-location,
.wt-location-page .wt-related-link {
  color: #334155;
}

.wt-location-page .wt-btn,
.wt-location-page .wt-hotel-link,
.wt-location-page .wt-progress-fill,
.wt-location-page .wt-fit-fill,
.wt-location-page .wt-bullet-list li::before {
  background: #263241;
}

.wt-location-page .wt-btn:disabled {
  background: #d7dee7;
}

.wt-location-page .wt-btn--ghost {
  background: #f1f5f9;
  color: #334155;
}

.wt-location-page .wt-option,
.wt-location-page .wt-result-lead,
.wt-location-page .wt-result-story,
.wt-location-page .wt-post-list-section,
.wt-location-page .wt-fit-item,
.wt-location-page .wt-related,
.wt-location-page .wt-hotel-section,
.wt-location-page .wt-hotel-card {
  border: 1px solid #e8edf3;
  background: #ffffff;
}

.wt-location-page .wt-option:hover {
  border-color: #cbd5e1;
  background: #fbfcfe;
}

.wt-location-page .wt-option.is-selected {
  background: #f8fafc;
}

.wt-location-page .wt-progress-bar,
.wt-location-page .wt-fit-line {
  background: #e8edf3;
}

.wt-location-page .wt-hotel-section {
  background: #fbfcfe;
}

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

.wt-location-page .wt-hotel-grid::-webkit-scrollbar-thumb {
  background: rgba(38, 50, 65, 0.24);
}

.wt-location-page .wt-hotel-card {
  flex: 0 0 clamp(268px, 31vw, 292px);
  min-width: 0;
}

.wt-location-page .wt-survey-top-link {
  border: 1px solid #e8edf3;
  background: #f8fafc;
  color: #263241;
}

.wt-location-page .wt-survey-top-link::before {
  background: #eef2f7;
  color: #334155;
}

.wt-location-page .wt-related-link {
  border: 1px solid #e8edf3;
  background: #ffffff;
}

@media (max-width: 820px) {
.wt-location-page .wt-hotel-grid {
  display: flex;
  grid-template-columns: none;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 18px 14px 2px;
  margin-right: -18px;
}

.wt-location-page .wt-hotel-card {
  flex: 0 0 min(82vw, 320px);
}
}

@media (max-width: 560px) {
.wt-location-page .wt-hotel-section {
  padding: 18px;
}

.wt-location-page .wt-hotel-grid {
  gap: 10px;
  padding-right: 18px;
  margin-right: -18px;
}

.wt-location-page .wt-hotel-card {
  flex-basis: min(84vw, 310px);
}
}

.wt-location-page .wt-result.is-active .wt-result-card {
  border: 0;
  background: #ffffff;
  padding: clamp(24px, 5vw, 48px) 0 0;
}

.wt-location-page .wt-result.is-active .wt-result-label {
  margin-bottom: 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.wt-location-page .wt-result.is-active .wt-result-title {
  max-width: 760px;
  color: #172033;
  font-size: clamp(30px, 4.8vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.055em;
}

.wt-location-page .wt-result.is-active .wt-result-summary {
  max-width: 720px;
  margin-top: 14px;
  color: #566579;
  font-size: 16px;
  line-height: 1.75;
}

.wt-location-page .wt-result.is-active .wt-result-lead {
  max-width: 760px;
  margin-top: 26px;
  padding: 20px 22px;
  border: 0;
  border-radius: 22px;
  background: #f8fafc;
}

.wt-location-page .wt-result.is-active .wt-result-lead strong {
  color: #172033;
  font-size: 17px;
  line-height: 1.5;
}

.wt-location-page .wt-result.is-active .wt-result-lead p {
  color: #64748b;
  line-height: 1.7;
}

.wt-location-page .wt-result.is-active .wt-result-story {
  margin-top: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wt-location-page .wt-result.is-active .wt-section-eyebrow {
  margin-bottom: 8px;
  color: #64748b;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.wt-location-page .wt-result.is-active .wt-result-story-title,
.wt-location-page .wt-result.is-active .wt-section-title {
  color: #172033;
  line-height: 1.2;
  word-break: keep-all;
}

.wt-location-page .wt-result.is-active .wt-result-story-desc,
.wt-location-page .wt-result.is-active .wt-section-desc {
  color: #64748b;
  line-height: 1.75;
}

.wt-location-page .wt-result.is-active .wt-reason-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.wt-location-page .wt-result.is-active .wt-reason-card {
  padding: 20px;
  border: 0;
  border-radius: 22px;
  background: #f8fafc;
}

.wt-location-page .wt-result.is-active .wt-reason-number {
  width: auto;
  min-width: 0;
  height: auto;
  margin-bottom: 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
}

.wt-location-page .wt-result.is-active .wt-reason-card h4 {
  color: #172033;
  line-height: 1.5;
}

.wt-location-page .wt-result.is-active .wt-reason-card p {
  color: #64748b;
  line-height: 1.7;
}

.wt-location-page .wt-result.is-active .wt-decision-box {
  margin-top: 16px;
  padding: 20px 22px;
  border: 0;
  border-radius: 22px;
  background: #f1f5f9;
}

.wt-location-page .wt-result.is-active .wt-decision-box strong {
  color: #172033;
  line-height: 1.5;
}

.wt-location-page .wt-result.is-active .wt-decision-box p {
  color: #566579;
  line-height: 1.7;
}

.wt-location-page .wt-result.is-active .wt-hotel-section {
  margin-top: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wt-location-page .wt-result.is-active .wt-section-heading {
  margin-bottom: 18px;
}

.wt-location-page .wt-result.is-active .wt-hotel-grid {
  gap: 14px;
  padding: 2px 2px 18px;
}

.wt-location-page .wt-result.is-active .wt-hotel-card {
  border: 0;
  border-radius: 24px;
  background: #ffffff;
}

.wt-location-page .wt-result.is-active .wt-hotel-rank {
  background: #f1f5f9;
  color: #475569;
}

.wt-location-page .wt-result.is-active .wt-hotel-tag,
.wt-location-page .wt-result.is-active .wt-hotel-meta span {
  background: #f8fafc;
  color: #64748b;
}

.wt-location-page .wt-result.is-active .wt-hotel-location {
  color: #475569;
}

.wt-location-page .wt-result.is-active .wt-hotel-reason {
  color: #64748b;
  line-height: 1.65;
}

.wt-location-page .wt-result.is-active .wt-post-list-section {
  margin-top: 34px;
  padding: 24px;
  border: 0;
  border-radius: 24px;
  background: #f8fafc;
}

.wt-location-page .wt-result.is-active .wt-post-list a {
  min-height: 48px;
  padding: 12px 0;
  border-radius: 0;
  background: transparent;
  color: #172033;
}

.wt-location-page .wt-result.is-active .wt-post-list a + a,
.wt-location-page .wt-result.is-active .wt-post-list li + li a {
  
}

.wt-location-page .wt-result.is-active .wt-post-list a::after {
  flex-basis: 30px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #475569;
}

.wt-location-page .wt-result.is-active + .wt-reset-area,
.wt-location-page .wt-result.is-active .wt-reset-area {
  margin-top: 30px;
}

@media (max-width: 820px) {
.wt-location-page .wt-result.is-active .wt-result-card {
  padding-top: 18px;
}

.wt-location-page .wt-result.is-active .wt-reason-list {
  grid-template-columns: 1fr;
}

.wt-location-page .wt-result.is-active .wt-hotel-grid {
  padding-right: 22px;
  margin-right: -22px;
}
}

@media (max-width: 560px) {
.wt-location-page .wt-result.is-active .wt-result-title {
  font-size: clamp(27px, 8vw, 34px);
}

.wt-location-page .wt-result.is-active .wt-result-lead,
.wt-location-page .wt-result.is-active .wt-reason-card,
.wt-location-page .wt-result.is-active .wt-decision-box,
.wt-location-page .wt-result.is-active .wt-post-list-section {
  border-radius: 20px;
}
}

@media (min-width: 768px) and (max-width: 1180px) {
.wt-location-page {
  padding: clamp(48px, 6.5vw, 76px) clamp(48px, 7vw, 76px);
}

.wt-location-page:not(.is-survey-started) {
  padding-top: clamp(54px, 7vw, 82px);
  padding-bottom: clamp(64px, 8vw, 96px);
}

.wt-location-page .wt-location-shell {
  max-width: min(100%, 1040px);
}

.wt-location-page .wt-survey-hero,
.wt-location-page .wt-survey-card {
  padding-left: clamp(42px, 6vw, 64px);
  padding-right: clamp(42px, 6vw, 64px);
}

.wt-location-page .wt-survey-card {
  padding-top: clamp(42px, 6vw, 62px);
  padding-bottom: clamp(42px, 6vw, 62px);
}

.wt-location-page .wt-progress {
  margin-bottom: clamp(34px, 4vw, 46px);
}

.wt-location-page .wt-options {
  gap: clamp(16px, 2.4vw, 24px);
}

.wt-location-page .wt-survey-actions {
  margin-top: clamp(34px, 4.5vw, 52px);
}

.wt-location-page .wt-result.is-active .wt-result-card {
  padding-top: clamp(42px, 5vw, 64px);
}

.wt-location-page .wt-result.is-active .wt-result-lead {
  margin-top: 34px;
  padding: 26px 30px;
}

.wt-location-page .wt-result.is-active .wt-result-story {
  margin-top: 54px;
}

.wt-location-page .wt-result.is-active .wt-reason-list {
  gap: 18px;
  margin-top: 30px;
}

.wt-location-page .wt-result.is-active .wt-reason-card,
.wt-location-page .wt-result.is-active .wt-decision-box,
.wt-location-page .wt-result.is-active .wt-post-list-section {
  padding: 26px 28px;
}

.wt-location-page .wt-result.is-active .wt-hotel-section {
  margin-top: 58px;
}

.wt-location-page .wt-result.is-active .wt-post-list-section {
  margin-top: 48px;
}

.wt-location-page .wt-result.is-active .wt-hotel-grid {
  gap: 18px;
  margin-right: calc(clamp(48px, 7vw, 76px) * -1);
  padding-right: clamp(48px, 7vw, 76px);
}

.wt-location-page .wt-result.is-active .wt-hotel-card {
  flex-basis: clamp(300px, 42vw, 360px);
  padding: 24px;
}
}

@media (max-width: 767px) {
.wt-location-page {
  padding-left: clamp(28px, 7vw, 34px);
  padding-right: clamp(28px, 7vw, 34px);
  padding-top: 34px;
  padding-bottom: 52px;
}

.wt-location-page:not(.is-survey-started) {
  padding-top: 38px;
  padding-bottom: 58px;
}

.wt-location-page .wt-survey-hero {
  padding: 34px clamp(26px, 7vw, 32px) 32px;
}

.wt-location-page .wt-survey-start {
  padding-left: clamp(26px, 7vw, 32px);
  padding-right: clamp(26px, 7vw, 32px);
}

.wt-location-page .wt-survey-body {
  padding-top: 34px;
}

.wt-location-page .wt-survey-card {
  padding-left: clamp(26px, 7vw, 32px);
  padding-right: clamp(26px, 7vw, 32px);
}

.wt-location-page .wt-progress {
  margin-bottom: 34px;
}

.wt-location-page .wt-question {
  margin-bottom: 26px;
}

.wt-location-page .wt-options {
  gap: 14px;
}

.wt-location-page .wt-option {
  padding: 20px 18px;
}

.wt-location-page .wt-survey-actions {
  margin-top: 34px;
}

.wt-location-page .wt-result.is-active .wt-result-card {
  padding-top: 32px;
}

.wt-location-page .wt-result.is-active .wt-result-summary {
  margin-top: 18px;
}

.wt-location-page .wt-result.is-active .wt-result-lead {
  margin-top: 30px;
  padding: 22px 24px;
}

.wt-location-page .wt-result.is-active .wt-result-story {
  margin-top: 48px;
}

.wt-location-page .wt-result.is-active .wt-reason-list {
  gap: 16px;
  margin-top: 28px;
}

.wt-location-page .wt-result.is-active .wt-reason-card,
.wt-location-page .wt-result.is-active .wt-decision-box,
.wt-location-page .wt-result.is-active .wt-post-list-section {
  padding: 22px 24px;
}

.wt-location-page .wt-result.is-active .wt-decision-box {
  margin-top: 22px;
}

.wt-location-page .wt-result.is-active .wt-hotel-section {
  margin-top: 52px;
}

.wt-location-page .wt-result.is-active .wt-section-heading {
  margin-bottom: 24px;
}

.wt-location-page .wt-result.is-active .wt-hotel-grid {
  gap: 16px;
  margin-right: calc(clamp(28px, 7vw, 34px) * -1);
  padding-right: clamp(28px, 7vw, 34px);
}

.wt-location-page .wt-result.is-active .wt-hotel-card {
  flex-basis: min(82vw, 330px);
  padding: 22px;
}

.wt-location-page .wt-result.is-active .wt-post-list-section {
  margin-top: 42px;
}
}

@media (max-width: 380px) {
.wt-location-page {
  padding-left: 24px;
  padding-right: 24px;
}

.wt-location-page .wt-result.is-active .wt-hotel-grid {
  margin-right: -24px;
  padding-right: 24px;
}
}

.wt-location-page .wt-hotel-card {
  display: flex;
  flex-direction: column;
}

.wt-location-page .wt-hotel-card-top {
  order: 1;
}

.wt-location-page .wt-hotel-name {
  order: 2;
}

.wt-location-page .wt-hotel-location {
  order: 3;
}

.wt-location-page .wt-hotel-reason {
  order: 4;
}

.wt-location-page .wt-hotel-card-footer {
  order: 5;
  margin-top: auto;
  padding-top: 18px;
}

.wt-location-page .wt-hotel-card-footer .wt-hotel-meta {
  margin-top: 0;
}

.wt-location-page .wt-hotel-card-footer .wt-hotel-link-wrap {
  margin-top: 14px;
}

.wt-location-page .wt-hotel-card-footer .wt-hotel-link {
  margin-top: 0;
}

@media (min-width: 768px) {
.wt-location-page:not(.is-survey-started) {
  align-items: flex-start;
  min-height: auto;
  padding-top: clamp(28px, 3.5vw, 48px);
  padding-bottom: clamp(44px, 5vw, 72px);
}

.wt-location-page:not(.is-survey-started) .wt-location-shell {
  margin-top: 0;
}

.wt-location-page:not(.is-survey-started) .wt-survey-top-link {
  margin-bottom: clamp(14px, 2vw, 22px);
}
}

@media (min-width: 1181px) {
.wt-location-page:not(.is-survey-started) {
  padding-top: 32px;
}
}

@media (max-width: 767px) {
.wt-location-page:not(.is-survey-started) {
  align-items: flex-start;
  min-height: auto;
  padding-top: clamp(16px, 5vw, 24px);
  padding-bottom: 42px;
}

.wt-location-page:not(.is-survey-started) .wt-location-shell {
  margin-top: 0;
}

.wt-location-page:not(.is-survey-started) .wt-survey-top-link {
  margin-bottom: 12px;
}
}

@media (min-width: 768px) {
.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-survey-body {
  padding-top: 0;
}
}

.wt-location-page .wt-survey-wrap.is-result-mode .wt-survey-body {
  padding-top: 0;
}

.wt-location-page .wt-option-desc {
  display: none !important;
}

.wt-location-page .wt-option {
  min-height: 64px;
  display: flex;
  align-items: center;
}

.wt-location-page .wt-option-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 820px) {
.wt-location-page .wt-options,
.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wt-location-page .wt-option,
.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-option {
  min-height: 56px;
  padding: 12px 10px;
  border-radius: 16px;
  justify-content: center;
  text-align: center;
}

.wt-location-page .wt-option-title,
.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-option-title {
  font-size: 14px;
  line-height: 1.32;
  letter-spacing: -0.04em;
}
}

@media (max-width: 380px) {
.wt-location-page .wt-options,
.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-options {
  gap: 8px;
}

.wt-location-page .wt-option,
.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-option {
  min-height: 54px;
  padding: 11px 8px;
}

.wt-location-page .wt-option-title,
.wt-location-page .wt-survey-wrap.is-survey-started:not(.is-result-mode) .wt-option-title {
  font-size: 13px;
}
}

.wt-location-page .wt-option {
  justify-content: center;
  text-align: center;
}

.wt-location-page .wt-option-title {
  width: 100%;
  text-align: center;
}

main.travel-page strong,
main.travel-page b,
.travel-page strong,
.travel-page b,
.wt-location-page strong,
.wt-location-page b {
  font-weight: 500 !important;
}

.wt-location-page.is-survey-started:not(.is-result-mode) .wt-survey-top-link {
  display: none;
}

.wt-location-page.is-result-mode {
  padding-top: clamp(22px, 3.5vw, 42px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.wt-location-page.is-result-mode .wt-location-shell {
  max-width: min(100%, 1100px);
}

.wt-location-page.is-result-mode .wt-survey-top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 42px;
  margin: 0 0 clamp(20px, 2.6vw, 32px);
  padding: 0 16px 0 12px;
  border-radius: 999px;
  border: 1px solid #e5ebf2;
  background: #ffffff;
  color: #263241;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.wt-location-page.is-result-mode .wt-survey-top-link:hover {
  background: #f8fafc;
  border-color: #d8e1eb;
}

.wt-location-page .wt-result.is-active .wt-result-card {
  padding-top: clamp(30px, 4.8vw, 58px);
}

.wt-location-page .wt-result.is-active .wt-result-summary {
  margin-top: 18px;
  line-height: 1.82;
}

.wt-location-page .wt-result.is-active .wt-result-lead {
  margin-top: clamp(32px, 4vw, 46px);
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid #e8edf3;
  border-radius: 26px;
  background: #ffffff;
}

.wt-location-page .wt-result.is-active .wt-result-story {
  margin-top: clamp(58px, 6vw, 82px);
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid #e8edf3;
  border-radius: 30px;
  background: #ffffff;
}

.wt-location-page .wt-result.is-active .wt-result-story-desc {
  margin-top: 16px;
}

.wt-location-page .wt-result.is-active .wt-reason-list {
  gap: clamp(16px, 2vw, 22px);
  margin-top: clamp(30px, 3.4vw, 42px);
}

.wt-location-page .wt-result.is-active .wt-reason-card {
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid #edf1f5;
  border-radius: 26px;
  background: #fbfcfe;
}

.wt-location-page .wt-result.is-active .wt-reason-card p {
  margin-top: 10px;
}

.wt-location-page .wt-result.is-active .wt-decision-box {
  margin-top: clamp(24px, 3vw, 34px);
  padding: clamp(24px, 3vw, 32px);
  border-radius: 26px;
}

.wt-location-page .wt-result.is-active .wt-hotel-section {
  margin-top: clamp(64px, 7vw, 92px);
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid #e8edf3;
  border-radius: 32px;
  background: #fbfcfe;
}

.wt-location-page .wt-result.is-active .wt-section-heading {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.wt-location-page .wt-result.is-active .wt-hotel-grid {
  gap: clamp(18px, 2.4vw, 24px);
  margin-right: 0 !important;
  padding: 4px 4px 22px !important;
}

.wt-location-page .wt-result.is-active .wt-hotel-card {
  flex-basis: clamp(320px, 32vw, 372px);
  padding: clamp(24px, 2.6vw, 30px);
  border: 1px solid #edf1f5;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.wt-location-page .wt-result.is-active .wt-hotel-card-footer {
  padding-top: 22px;
}

.wt-location-page .wt-result.is-active .wt-post-list-section {
  margin-top: clamp(54px, 6vw, 76px);
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid #e8edf3;
  border-radius: 30px;
  background: #ffffff;
}

.wt-location-page .wt-result.is-active + .wt-reset-area,
.wt-location-page .wt-result.is-active .wt-reset-area {
  margin-top: clamp(38px, 5vw, 58px);
}

@media (max-width: 820px) {
.wt-location-page.is-result-mode {
  padding-top: 24px;
}

.wt-location-page.is-result-mode .wt-survey-top-link {
  margin-bottom: 22px;
}

.wt-location-page .wt-result.is-active .wt-result-card {
  padding-top: 28px;
}

.wt-location-page .wt-result.is-active .wt-result-story,
.wt-location-page .wt-result.is-active .wt-hotel-section,
.wt-location-page .wt-result.is-active .wt-post-list-section {
  border-radius: 26px;
}

.wt-location-page .wt-result.is-active .wt-hotel-card {
  flex-basis: min(78vw, 340px);
}
}

@media (max-width: 560px) {
.wt-location-page.is-result-mode {
  padding-left: clamp(22px, 6vw, 28px);
  padding-right: clamp(22px, 6vw, 28px);
}

.wt-location-page .wt-result.is-active .wt-result-lead,
.wt-location-page .wt-result.is-active .wt-result-story,
.wt-location-page .wt-result.is-active .wt-hotel-section,
.wt-location-page .wt-result.is-active .wt-post-list-section {
  padding: 22px;
}

.wt-location-page .wt-result.is-active .wt-hotel-grid {
  gap: 16px;
  padding-bottom: 20px !important;
}

.wt-location-page .wt-result.is-active .wt-hotel-card {
  flex-basis: min(82vw, 318px);
  padding: 22px;
}
}

.wt-location-page .wt-result-answer,
.wt-location-page .wt-result-practical,
.wt-location-page .wt-alternative-box {
  margin-top: 22px;
  border: 1px solid rgba(31, 41, 55, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.wt-location-page .wt-result-answer {
  padding: 24px;
}

.wt-location-page .wt-result-mini-title {
  margin: 7px 0 0;
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: -0.04em;
  color: #111827;
}

.wt-location-page .wt-answer-chip-list,
.wt-location-page .wt-practical-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.wt-location-page .wt-answer-chip-list span,
.wt-location-page .wt-practical-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0f4c81;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
  white-space: normal;
}

.wt-location-page .wt-answer-chip-list span {
  border-radius: 16px;
}

.wt-location-page .wt-practical-chip-list--muted span {
  background: #f7f7f8;
  color: #4b5563;
}

.wt-location-page .wt-result-answer-text,
.wt-location-page .wt-alternative-box p {
  margin: 16px 0 0;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.wt-location-page .wt-result-practical {
  padding: 24px;
}

.wt-location-page .wt-practical-head .wt-section-desc {
  margin-top: 10px;
}

.wt-location-page .wt-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.wt-location-page .wt-practical-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 20px;
  background: #f9fafb;
}

.wt-location-page .wt-practical-card--wide {
  grid-column: 1 / -1;
}

.wt-location-page .wt-practical-card h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #111827;
  letter-spacing: -0.03em;
}

.wt-location-page .wt-practical-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.wt-location-page .wt-practical-list li {
  position: relative;
  padding-left: 18px;
  color: #4b5563;
  font-size: 0.93rem;
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.wt-location-page .wt-practical-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2563eb;
}

.wt-location-page .wt-alternative-box {
  padding: 24px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.95));
}

@media (max-width: 760px) {
.wt-location-page .wt-result-answer,
.wt-location-page .wt-result-practical,
.wt-location-page .wt-alternative-box {
  margin-top: 16px;
  border-radius: 20px;
}

.wt-location-page .wt-result-answer,
.wt-location-page .wt-result-practical,
.wt-location-page .wt-alternative-box {
  padding: 18px;
}

.wt-location-page .wt-practical-grid {
  grid-template-columns: 1fr;
}
}

body.wt-location-survey-page--app,
body.wt-location-survey-page--app html {
  width: 100%;
}

body.wt-location-survey-page--app {
  height: 100%;
  min-height: 100dvh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f8fb;
  color: #1d1d1f;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Noto Sans KR", "Segoe UI", Roboto, system-ui, sans-serif;
  line-height: 1.5;
  word-break: keep-all;
}

body.wt-location-survey-page--app .wt-location-app {
  width: 100%;
  min-height: 100dvh;
  height: 100dvh;
  padding: 0;
  background: #f7f8fb;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.wt-location-survey-page--app .wt-app-container {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 100%;
  height: 100dvh;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (min-width: 480px) {
body.wt-location-survey-page--app .wt-app-container {
  height: 85vh;
  border-radius: 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
}

body.wt-location-survey-page--app .page-view {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px 24px 24px;
  animation: wtSurveyFadeIn 0.4s ease-in-out forwards;
  overflow: hidden;
}

body.wt-location-survey-page--app .page-view.active {
  display: flex;
}

@keyframes wtSurveyFadeIn {
  from{ opacity: 0; transform: translateY(8px); }
  to{ opacity: 1; transform: translateY(0); }
}

body.wt-location-survey-page--app .header-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
}

body.wt-location-survey-page--app .close-btn {
  border: 0;
  background: transparent;
  color: #86868b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px;
  cursor: pointer;
}

body.wt-location-survey-page--app .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

body.wt-location-survey-page--app .logo-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 28px;
}

body.wt-location-survey-page--app .logo-icon--complete {
  width: 96px;
  height: 96px;
  margin-bottom: 30px;
}

body.wt-location-survey-page--app .main-title {
  margin: 0 0 18px;
  color: #1d1d1f;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

body.wt-location-survey-page--app .sub-description {
  max-width: 310px;
  margin: 0;
  color: #86868b;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
}

body.wt-location-survey-page--app .footer-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  flex-shrink: 0;
}

body.wt-location-survey-page--app .next-btn,
body.wt-location-survey-page--app .primary-action-btn,
body.wt-location-survey-page--app .secondary-action-btn,
body.wt-location-survey-page--app .restart-btn {
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease, border-color 0.2s ease, color 0.2s ease;
}

body.wt-location-survey-page--app .next-btn {
  width: 100%;
  max-width: 220px;
  height: 54px;
  background: #1d1d1f;
  color: #ffffff;
  border: 0;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

body.wt-location-survey-page--app .next-btn:active,
body.wt-location-survey-page--app .primary-action-btn:active,
body.wt-location-survey-page--app .secondary-action-btn:active,
body.wt-location-survey-page--app .restart-btn:active {
  transform: scale(0.98);
}

body.wt-location-survey-page--app .result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 6px 16px;
  border-radius: 20px;
  background: #eef5ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

body.wt-location-survey-page--app .wt-progress {
  width: 100%;
  margin: 10px 0 22px;
  flex-shrink: 0;
}

body.wt-location-survey-page--app .wt-progress-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: #86868b;
  font-size: 13px;
  font-weight: 500;
}

body.wt-location-survey-page--app .wt-progress-bar {
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: #e5e5ea;
}

body.wt-location-survey-page--app .wt-progress-fill {
  width: 0%;
  height: 100%;
  border-radius: 2px;
  background: #2563eb;
  transition: width 0.25s ease;
}

body.wt-location-survey-page--app .wt-question-scroll {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 6px 0 18px;
}

body.wt-location-survey-page--app .wt-question-title {
  margin: 0 auto 10px;
  color: #1d1d1f;
  font-size: clamp(22px, 6.2vw, 26px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.05em;
  max-width: 330px;
  word-break: keep-all;
}

body.wt-location-survey-page--app .wt-question-help {
  max-width: 330px;
  margin: 0 auto 24px;
  color: #86868b;
  font-size: 14px;
  line-height: 1.65;
}

body.wt-location-survey-page--app .wt-options {
  display: grid;
  gap: 10px;
  width: 100%;
}

body.wt-location-survey-page--app .wt-option {
  width: 100%;
  min-height: 70px;
  padding: 15px 16px;
  border: 1px solid #ececf0;
  border-radius: 22px;
  background: #f7f8fb;
  color: #1d1d1f;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}

body.wt-location-survey-page--app .wt-option.is-selected {
  border-color: rgba(37, 99, 235, 0.26);
  background: #f8fbff;
}

body.wt-location-survey-page--app .wt-option-title {
  width: 100%;
  color: #1d1d1f;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.035em;
  text-align: left;
}

body.wt-location-survey-page--app .wt-option-desc {
  display: block !important;
  margin-top: 5px;
  color: #86868b;
  font-size: 12.8px;
  line-height: 1.45;
  text-align: left;
}

body.wt-location-survey-page--app .wt-survey-actions--split {
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
}

body.wt-location-survey-page--app .primary-action-btn,
body.wt-location-survey-page--app .secondary-action-btn {
  flex: 1;
  height: 52px;
  border-radius: 26px;
  font-size: 15px;
  font-weight: 600;
}

body.wt-location-survey-page--app .primary-action-btn {
  border: 0;
  background: #1d1d1f;
  color: #ffffff;
}

body.wt-location-survey-page--app .primary-action-btn:disabled {
  background: #d2d2d7;
  color: #ffffff;
  cursor: not-allowed;
}

body.wt-location-survey-page--app .secondary-action-btn {
  border: 1px solid #d2d2d7;
  background: #f5f5f7;
  color: #1d1d1f;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

body.wt-location-survey-page--app #loadingPage {
  justify-content: center;
}

body.wt-location-survey-page--app .loader-container {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.wt-location-survey-page--app .loader-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3.5px solid #f5f5f7;
  border-top: 3.5px solid #2563eb;
  border-radius: 50%;
  animation: wtSurveySpin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

body.wt-location-survey-page--app .loader-circle.complete {
  border-color: #2563eb;
  border-top-color: #2563eb;
  animation: wtSurveySpin 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

body.wt-location-survey-page--app .loader-icon-dynamic {
  width: 42px;
  height: 42px;
  color: #1d1d1f;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: wtSurveyPulse 1.5s ease-in-out infinite;
}

@keyframes wtSurveySpin {
  0%{ transform: rotate(0deg); }
  100%{ transform: rotate(360deg); }
}

@keyframes wtSurveyPulse {
  0%,
100%{ transform: scale(1); opacity: 0.9; }
  50%{ transform: scale(1.08); opacity: 1; }
}

body.wt-location-survey-page--app .loading-text {
  height: 27px;
  margin: 0 0 6px;
  color: #1d1d1f;
  font-size: 19px;
  font-weight: 600;
  transition: opacity 0.2s ease-in-out;
  line-height: 1.2;
  word-break: keep-all;
}

body.wt-location-survey-page--app .loading-sub-text {
  height: 20px;
  margin: 0;
  color: #86868b;
  font-size: 13.5px;
  font-weight: 400;
  transition: opacity 0.2s ease-in-out;
}

body.wt-location-survey-page--app .progress-bar-wrap {
  width: 140px;
  height: 4px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 2px;
  background: #e5e5ea;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

body.wt-location-survey-page--app .progress-bar-wrap.hide {
  opacity: 0;
  transform: scaleY(0);
}

body.wt-location-survey-page--app .progress-bar-fill {
  width: 0%;
  height: 100%;
  background: #2563eb;
}

body.wt-location-survey-page--app #resultPage {
  padding: 0;
}

body.wt-location-survey-page--app .scrollable-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body.wt-location-survey-page--app .result-top-bar {
  width: 100%;
  padding: 20px 24px 0;
  flex-shrink: 0;
}

body.wt-location-survey-page--app .simple-summary-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
  padding: 0 24px 52px;
  animation: wtSurveyFadeIn 0.4s ease-in-out forwards;
}

body.wt-location-survey-page--app .result-destination {
  margin: 0 0 16px;
  color: #1d1d1f;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

body.wt-location-survey-page--app .simple-brief-text {
  max-width: 320px;
  margin: 0 0 18px;
  color: #424245;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

body.wt-location-survey-page--app .wt-result-lead--simple {
  width: 100%;
  max-width: 340px;
  margin: 0 0 28px;
  padding: 18px;
  border-radius: 24px;
  background: #f7f8fb;
  text-align: left;
}

body.wt-location-survey-page--app .wt-result-lead--simple strong {
  display: block;
  margin-bottom: 6px;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

body.wt-location-survey-page--app .wt-result-lead--simple p {
  margin: 0;
  color: #68686d;
  font-size: 13.5px;
  line-height: 1.65;
}

body.wt-location-survey-page--app .double-btn-group {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 340px;
  justify-content: center;
}

body.wt-location-survey-page--app .detailed-info-section {
  display: none;
  width: 100%;
  animation: wtSurveyFadeIn 0.4s ease-in-out forwards;
}

body.wt-location-survey-page--app .result-upper-section {
  padding: 12px 24px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.wt-location-survey-page--app .tab-menu-container {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 14px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  scrollbar-width: none;
}

body.wt-location-survey-page--app .tab-menu-container::-webkit-scrollbar {
  display: none;
}

body.wt-location-survey-page--app .tab-menu-list {
  display: inline-flex;
  justify-content: flex-start;
  gap: 10px;
}

body.wt-location-survey-page--app .tab-btn {
  display: inline-block;
  padding: 10px 18px;
  border: 0;
  border-radius: 24px;
  background: #f7f8fb;
  color: #86868b;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

body.wt-location-survey-page--app .tab-btn.active {
  background: #1d1d1f;
  color: #ffffff;
}

body.wt-location-survey-page--app .tab-content-container {
  width: 100%;
  padding: 16px 24px;
}

body.wt-location-survey-page--app .tab-panel {
  display: none;
  width: 100%;
  padding: 24px 20px;
  border-radius: 24px;
  background: #f7f8fb;
  text-align: left;
}

body.wt-location-survey-page--app .tab-panel.active {
  display: block;
}

body.wt-location-survey-page--app .panel-title,
body.wt-location-survey-page--app .wt-section-title,
body.wt-location-survey-page--app .wt-result-mini-title {
  margin: 0 0 14px;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

body.wt-location-survey-page--app .panel-text,
body.wt-location-survey-page--app .wt-section-desc,
body.wt-location-survey-page--app .wt-result-story-desc,
body.wt-location-survey-page--app .wt-decision-box p,
body.wt-location-survey-page--app .wt-hotel-reason {
  color: #424245;
  font-size: 14.5px;
  line-height: 1.8;
}

body.wt-location-survey-page--app .panel-text p,
body.wt-location-survey-page--app .wt-section-desc {
  margin: 0 0 16px;
}

body.wt-location-survey-page--app .wt-section-eyebrow {
  margin: 0 0 8px;
  color: #2563eb;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

body.wt-location-survey-page--app .wt-reason-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}

body.wt-location-survey-page--app .wt-reason-card,
body.wt-location-survey-page--app .wt-practical-card,
body.wt-location-survey-page--app .wt-hotel-card,
body.wt-location-survey-page--app .wt-decision-box {
  padding: 18px;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
}

body.wt-location-survey-page--app .wt-reason-number,
body.wt-location-survey-page--app .wt-hotel-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
}

body.wt-location-survey-page--app .wt-reason-card h4,
body.wt-location-survey-page--app .wt-practical-card h4,
body.wt-location-survey-page--app .wt-hotel-name,
body.wt-location-survey-page--app .wt-decision-box strong {
  margin: 0;
  color: #1d1d1f;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

body.wt-location-survey-page--app .wt-reason-card p {
  margin: 8px 0 0;
  color: #68686d;
  font-size: 13.5px;
  line-height: 1.65;
}

body.wt-location-survey-page--app .wt-decision-box {
  margin-top: 14px;
  background: #ffffff;
}

body.wt-location-survey-page--app .wt-decision-box p {
  margin: 8px 0 0;
}

body.wt-location-survey-page--app .wt-practical-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}

body.wt-location-survey-page--app .wt-practical-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

body.wt-location-survey-page--app .wt-practical-list li {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: #424245;
  font-size: 13.5px;
  line-height: 1.65;
}

body.wt-location-survey-page--app .wt-practical-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2563eb;
}

body.wt-location-survey-page--app .wt-practical-chip-list,
body.wt-location-survey-page--app .wt-hotel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

body.wt-location-survey-page--app .wt-practical-chip-list span,
body.wt-location-survey-page--app .wt-hotel-meta span,
body.wt-location-survey-page--app .wt-hotel-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7f8fb;
  color: #68686d;
  font-size: 12px;
  font-weight: 600;
}

body.wt-location-survey-page--app .wt-hotel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
  padding: 0;
  overflow: visible;
}

body.wt-location-survey-page--app .wt-hotel-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

body.wt-location-survey-page--app .wt-hotel-rank {
  margin-bottom: 0;
}

body.wt-location-survey-page--app .wt-hotel-location {
  margin: 6px 0 0;
  color: #86868b;
  font-size: 13px;
}

body.wt-location-survey-page--app .wt-hotel-reason {
  margin: 10px 0 0;
  font-size: 13.5px;
}

body.wt-location-survey-page--app .wt-hotel-card-footer {
  margin-top: 12px;
  padding-top: 0;
}

body.wt-location-survey-page--app .wt-hotel-link-wrap {
  margin-top: 12px;
}

body.wt-location-survey-page--app .wt-hotel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: #1d1d1f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

body.wt-location-survey-page--app .wt-post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

body.wt-location-survey-page--app .wt-post-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 13px 15px;
  border-radius: 18px;
  background: #ffffff;
  color: #1d1d1f;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

body.wt-location-survey-page--app .wt-post-list a::after {
  content: "→";
  flex: 0 0 auto;
  margin-left: 12px;
  color: #86868b;
}

body.wt-location-survey-page--app .wt-post-empty {
  display: none;
  margin: 14px 0 0;
  color: #86868b;
  font-size: 13.5px;
  line-height: 1.6;
}

body.wt-location-survey-page--app .result-footer {
  width: 100%;
  padding: 24px 24px 40px;
  display: flex;
  justify-content: center;
}

body.wt-location-survey-page--app .restart-btn {
  width: 100%;
  max-width: 160px;
  height: 46px;
  border: 1px solid #d2d2d7;
  border-radius: 23px;
  background: #ffffff;
  color: #86868b;
  font-size: 14.5px;
  font-weight: 600;
}

@media (max-width: 380px) {
body.wt-location-survey-page--app .page-view {
  padding-left: 20px;
  padding-right: 20px;
}

body.wt-location-survey-page--app .tab-content-container,
body.wt-location-survey-page--app .tab-menu-container,
body.wt-location-survey-page--app .result-top-bar,
body.wt-location-survey-page--app .result-upper-section {
  padding-left: 20px;
  padding-right: 20px;
}

body.wt-location-survey-page--app .result-destination {
  font-size: 28px;
  line-height: 1.2;
  word-break: keep-all;
}

body.wt-location-survey-page--app .wt-option {
  min-height: 66px;
  padding: 14px;
}
}

body.wt-location-survey-page--app {
  background: #f6f7f9;
}

body.wt-location-survey-page--app .wt-location-app {
  background: #f6f7f9;
}

body.wt-location-survey-page--app .logo-icon--intro {
  width: 96px;
  height: 96px;
  margin-bottom: 30px;
}

body.wt-location-survey-page--app .sub-description {
  max-width: 304px;
  color: #6f7178;
  font-size: 14.5px;
  line-height: 1.72;
  letter-spacing: -0.025em;
}

body.wt-location-survey-page--app .next-btn,
body.wt-location-survey-page--app .primary-action-btn,
body.wt-location-survey-page--app .secondary-action-btn,
body.wt-location-survey-page--app .restart-btn {
  background: #ffffff;
  color: #1d1d1f;
  border: 1px solid #d8dce3;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

body.wt-location-survey-page--app .next-btn:hover,
body.wt-location-survey-page--app .primary-action-btn:hover,
body.wt-location-survey-page--app .secondary-action-btn:hover,
body.wt-location-survey-page--app .restart-btn:hover {
  border-color: #1d1d1f;
  background: #ffffff;
}

body.wt-location-survey-page--app .primary-action-btn:disabled {
  background: #ffffff;
  color: #b8bbc2;
  border-color: #eceef2;
  box-shadow: none;
}

body.wt-location-survey-page--app .wt-option {
  background: #ffffff;
  border-color: #e6e8ee;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.03);
}

body.wt-location-survey-page--app .wt-option.is-selected {
  background: #ffffff;
  border-color: #1d1d1f;
  box-shadow: inset 0 0 0 1px #1d1d1f, 0 8px 20px rgba(15, 23, 42, 0.04);
}

body.wt-location-survey-page--app .wt-result-lead--simple,
body.wt-location-survey-page--app .tab-panel,
body.wt-location-survey-page--app .tab-btn,
body.wt-location-survey-page--app .wt-practical-chip-list span,
body.wt-location-survey-page--app .wt-hotel-meta span,
body.wt-location-survey-page--app .wt-hotel-tag {
  background: #ffffff;
}

body.wt-location-survey-page--app .wt-result-lead--simple,
body.wt-location-survey-page--app .tab-panel {
  border: 1px solid #edf0f4;
}

body.wt-location-survey-page--app .tab-btn {
  border: 1px solid #e6e8ee;
  color: #6f7178;
}

body.wt-location-survey-page--app .tab-btn.active {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: #ffffff;
}

body.wt-location-survey-page--app .wt-reason-card,
body.wt-location-survey-page--app .wt-practical-card,
body.wt-location-survey-page--app .wt-decision-box,
body.wt-location-survey-page--app .wt-post-list a {
  border: 1px solid #edf0f4;
  box-shadow: none;
}

body.wt-location-survey-page--app .wt-hotel-grid {
  gap: 10px;
}

body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 14px;
  border: 1px solid #e6e8ee;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: none;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-rank {
  width: 30px;
  height: 30px;
  margin: 0;
  background: #f6f7f9;
  color: #1d1d1f;
  font-size: 13px;
  border: 1px solid #e6e8ee;
}

body.wt-location-survey-page--app .wt-hotel-compact-body {
  min-width: 0;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-name {
  overflow: hidden;
  margin: 0;
  color: #1d1d1f;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location {
  overflow: hidden;
  margin: 4px 0 0;
  color: #8a8d94;
  font-size: 12.8px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.wt-location-survey-page--app .wt-hotel-compact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag {
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid #edf0f4;
  background: #ffffff;
  color: #686b72;
  font-size: 11.5px;
  font-weight: 600;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d8dce3;
  border-radius: 999px;
  background: #ffffff;
  color: #1d1d1f;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
}

@media (max-width: 360px) {
body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  grid-template-columns: 30px minmax(0, 1fr);
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  grid-column: 2;
  width: fit-content;
  margin-top: 2px;
}
}

body.wt-location-survey-page--app .logo-icon--intro {
  width: 92px;
  height: 92px;
  margin-bottom: 30px;
}

body.wt-location-survey-page--app .tab-menu-container {
  border-bottom: 0;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.025);
}

body.wt-location-survey-page--app .tab-content-container {
  padding: 14px 24px 18px;
  background: #ffffff;
}

body.wt-location-survey-page--app .tab-panel {
  padding: 20px 0 4px;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.wt-location-survey-page--app .wt-result-lead--simple {
  border: 0 !important;
  box-shadow: none;
}

body.wt-location-survey-page--app .wt-reason-card,
body.wt-location-survey-page--app .wt-practical-card,
body.wt-location-survey-page--app .wt-decision-box,
body.wt-location-survey-page--app .wt-post-list a {
  border: 0 !important;
  border-radius: 18px;
  background: #f8f9fb;
  box-shadow: none;
}

body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  border: 0 !important;
  background: #f8f9fb;
}

body.wt-location-survey-page--app .wt-practical-chip-list span,
body.wt-location-survey-page--app .wt-hotel-meta span,
body.wt-location-survey-page--app .wt-hotel-tag {
  border: 0;
  background: #ffffff;
}

body.wt-location-survey-page--app .simple-brief-text {
  max-width: 334px;
  margin-bottom: 20px;
  color: #3f4249;
  font-size: 15.8px;
  line-height: 1.78;
  letter-spacing: -0.03em;
}

body.wt-location-survey-page--app .wt-section-eyebrow {
  margin-bottom: 8px;
}

body.wt-location-survey-page--app .logo-icon--intro {
  width: 94px;
  height: 94px;
  margin-bottom: 30px;
}

body.wt-location-survey-page--app .wt-result-lead--simple {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 17px;
  border: 1px solid #e6e9ef !important;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.065);
}

body.wt-location-survey-page--app .wt-result-lead--simple::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #2563eb;
  opacity: 0.82;
}

body.wt-location-survey-page--app .wt-result-lead--simple strong,
body.wt-location-survey-page--app .wt-result-lead--simple p {
  position: relative;
  z-index: 1;
}

body.wt-location-survey-page--app .detailed-info-section .result-badge {
  max-width: 310px;
  padding: 7px 15px;
  background: #f3f7ff;
  color: #2457c5;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

body.wt-location-survey-page--app .wt-result-lead--simple {
  padding: 18px 18px 17px;
  border: 1px solid #e2e6ee !important;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .wt-result-lead--simple::before {
  display: none !important;
}

body.wt-location-survey-page--app .tab-menu-container {
  box-shadow: none !important;
}

body.wt-location-survey-page--app .result-upper-section {
  align-items: flex-start !important;
  text-align: left;
}

body.wt-location-survey-page--app .result-upper-section .result-badge,
body.wt-location-survey-page--app .result-upper-section .result-destination {
  text-align: left;
  line-height: 1.2;
  word-break: keep-all;
}

body.wt-location-survey-page--app .detailed-info-section .result-badge {
  background: #f6f8fb;
  color: #3f4652;
  border: 1px solid #e8ebf1;
}

body.wt-location-survey-page--app .logo-icon--intro {
  width: 88px;
  height: 88px;
  margin-bottom: 30px;
}

body.wt-location-survey-page--app .result-badge,
body.wt-location-survey-page--app .detailed-info-section .result-badge,
body.wt-location-survey-page--app .result-upper-section .result-badge {
  all: unset;
  display: inline-block;
  margin-bottom: 10px;
  color: #2563eb;
}

body.wt-location-survey-page--app .wt-reason-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  row-gap: 8px;
}

body.wt-location-survey-page--app .wt-reason-card .wt-reason-number {
  width: 28px;
  height: 28px;
  margin-bottom: 0;
  grid-column: 1;
  grid-row: 1;
  flex-shrink: 0;
}

body.wt-location-survey-page--app .wt-reason-card h4 {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
}

body.wt-location-survey-page--app .wt-reason-card p {
  grid-column: 1 / -1;
  margin-top: 0;
}

body.wt-location-survey-page--app .wt-hotel-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding: 20px !important;
  border: 1px solid #d6dbe1 !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03) !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-header-left {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-rank {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #21252d !important;
  color: #ffffff !important;
  font-size: 27px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-name {
  min-width: 0 !important;
  margin: 0 !important;
  padding-top: 2px !important;
  color: #21252d !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.03em !important;
  word-break: keep-all !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  flex-shrink: 0 !important;
  min-height: 58px !important;
  padding: 0 24px !important;
  border: 2px solid #cfd4da !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #2b2f36 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link:hover,
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link:focus-visible {
  background: #21252d !important;
  border-color: #21252d !important;
  color: #ffffff !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  padding-left: 64px !important;
  color: #4f5661 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.03em !important;
  word-break: keep-all !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-separator {
  margin: 0 14px !important;
  color: #d0d5db !important;
  font-weight: 500 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding-left: 64px !important;
  overflow: visible !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  letter-spacing: -0.02em !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag--base {
  border: 1px solid #d7dce2 !important;
  background: #ffffff !important;
  color: #555c66 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag--highlight {
  border: 1px solid #d7dce2 !important;
  background: #ffffff !important;
  color: #555c66 !important;
}

@media (max-width: 767px) {
body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  gap: 12px !important;
  padding: 16px !important;
  border-radius: 18px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  gap: 12px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-header-left {
  gap: 10px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-rank {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  font-size: 20px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-name {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  min-height: 44px !important;
  padding: 0 14px !important;
  border-width: 1.5px !important;
  font-size: 12px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main {
  padding-left: 46px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-separator {
  margin: 0 8px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  gap: 8px !important;
  padding-left: 46px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag {
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 11px !important;
  font-size: 12px !important;
}
}

@media (max-width: 420px) {
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  align-items: flex-start !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  margin-top: 2px !important;
}
}

body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  gap: 14px !important;
  padding: 18px 20px !important;
  border: 1px solid #d7dbe0 !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02) !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-header-left {
  align-items: flex-start !important;
  gap: 12px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-rank {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  background: #1f252d !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-name {
  padding-top: 0 !important;
  color: #21262d !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.03em !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid #cfd4da !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #2b3138 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main {
  padding-left: 46px !important;
  color: #4e5660 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-separator {
  margin: 0 10px !important;
  color: #d1d6dc !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  gap: 8px !important;
  padding-left: 46px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag {
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 11px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag--base {
  border: 1px solid #d9dee4 !important;
  background: #ffffff !important;
  color: #555d67 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag--highlight {
  border: 1px solid #d9dee4 !important;
  background: #ffffff !important;
  color: #555d67 !important;
}

@media (min-width: 768px) {
body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  gap: 18px !important;
  padding: 28px 32px !important;
  border-radius: 28px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  gap: 20px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-header-left {
  gap: 16px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-rank {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  font-size: 20px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-name {
  font-size: 24px !important;
  line-height: 1.3 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  min-height: 56px !important;
  padding: 0 26px !important;
  border-width: 2px !important;
  font-size: 16px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main {
  padding-left: 64px !important;
  font-size: 17px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-separator {
  margin: 0 14px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  gap: 12px !important;
  padding-left: 64px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag {
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
}
}

body.wt-location-survey-page--app .wt-hotel-card-list {
  display: grid !important;
  gap: 12px !important;
  width: 100% !important;
}

body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  position: relative !important;
  width: 100% !important;
  max-width: 480px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  border: 1px solid #e4e8ed !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02) !important;
  overflow: hidden !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-header-left {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-rank {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #212529 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-name {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #212529 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.04em !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  min-height: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #cfd4da !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  color: #212529 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link:hover,
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link:focus-visible {
  background: #212529 !important;
  border-color: #212529 !important;
  color: #ffffff !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 0 32px !important;
  color: #495057 !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
  word-break: keep-all !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-separator {
  margin: 0 6px !important;
  color: #d8dde3 !important;
  font-weight: 400 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 0 32px !important;
  overflow: visible !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-height: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  white-space: nowrap !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag--base {
  border: 1px solid #e4e8ed !important;
  background: #ffffff !important;
  color: #495057 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag--highlight {
  border: 1px solid #e4e8ed !important;
  background: #ffffff !important;
  color: #495057 !important;
}

@media (min-width: 768px) {
body.wt-location-survey-page--app .wt-hotel-card-list {
  gap: 12px !important;
}

body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  max-width: 480px !important;
  padding: 16px !important;
  gap: 10px !important;
  border-radius: 14px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  gap: 10px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-header-left {
  gap: 8px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-rank {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-name {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 12px !important;
  border-width: 1px !important;
  font-size: 12px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main {
  padding-left: 32px !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  gap: 6px !important;
  padding-left: 32px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag {
  min-height: 24px !important;
  height: 24px !important;
  padding: 0 8px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
}
}

@media (max-width: 380px) {
body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  padding: 14px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  flex-direction: column !important;
  align-items: stretch !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  align-self: flex-start !important;
  margin-left: 32px !important;
}
}

body.wt-location-survey-page--app .wt-hotel-card-list,
body.wt-location-survey-page--app #hotelCardList {
  display: grid !important;
  grid-auto-rows: auto !important;
  align-items: start !important;
  gap: 12px !important;
}

body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: start !important;
  justify-self: stretch !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  overflow: visible !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  margin-bottom: 0 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact > *:last-child {
  margin-bottom: 0 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact::before,
body.wt-location-survey-page--app .wt-hotel-card--compact::after {
  display: none !important;
  content: none !important;
}

body.wt-location-survey-page--app #relatedSectionDesc,
body.wt-location-survey-page--app .related-section .wt-section-desc {
  display: none !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-card-header {
  align-items: center !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-header-left {
  align-items: center !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-rank {
  margin-top: 0 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-name {
  display: flex !important;
  align-items: center !important;
  min-height: 32px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  align-self: center !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main {
  font-weight: 500 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list .wt-hotel-tag {
  font-weight: 600 !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main,
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  padding-left: 0 !important;
}

@media (min-width: 768px) {
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main,
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag-list {
  padding-left: 0 !important;
}
}

@media (max-width: 380px) {
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link {
  margin-left: 0 !important;
}
}

body.wt-location-survey-page--app {
  --survey-ink: #111111;
  --survey-muted: #666666;
  --survey-soft: #f7f7f7;
  --survey-line: #dcdcdc;
  --survey-line-strong: #111111;
  --survey-white: #ffffff;
  background: #ffffff !important;
  color: var(--survey-ink) !important;
}

body.wt-location-survey-page--app .wt-location-app {
  background: #ffffff !important;
}

body.wt-location-survey-page--app .wt-app-container {
  background: #ffffff !important;
  color: var(--survey-ink) !important;
}

@media (min-width: 480px) {
body.wt-location-survey-page--app .wt-app-container {
  max-width: 430px !important;
  border: 1px solid #111111 !important;
  border-radius: 28px !important;
  box-shadow: none !important;
}
}

body.wt-location-survey-page--app .page-view:not(#loadingPage) {
  background: #ffffff !important;
}

body.wt-location-survey-page--app .header-actions {
  min-height: 44px !important;
}

body.wt-location-survey-page--app .close-btn {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  justify-content: center !important;
  border: 1px solid var(--survey-line) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .close-btn:hover,
body.wt-location-survey-page--app .close-btn:focus-visible {
  border-color: #111111 !important;
  background: #ffffff !important;
  color: #111111 !important;
  outline: none !important;
}

body.wt-location-survey-page--app .main-title,
body.wt-location-survey-page--app .result-destination,
body.wt-location-survey-page--app .wt-question-title,
body.wt-location-survey-page--app .panel-title,
body.wt-location-survey-page--app .wt-section-title,
body.wt-location-survey-page--app .wt-result-mini-title,
body.wt-location-survey-page--app .wt-reason-card h4,
body.wt-location-survey-page--app .wt-practical-card h4,
body.wt-location-survey-page--app .wt-hotel-name,
body.wt-location-survey-page--app .wt-decision-box strong,
body.wt-location-survey-page--app .wt-result-lead--simple strong {
  color: #111111 !important;
  line-height: 1.2;
  word-break: keep-all;
}

body.wt-location-survey-page--app .main-title {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -0.055em !important;
  font-weight: 600 !important;
  word-break: keep-all;
}

body.wt-location-survey-page--app .sub-description,
body.wt-location-survey-page--app .wt-question-help,
body.wt-location-survey-page--app .simple-brief-text,
body.wt-location-survey-page--app .panel-text,
body.wt-location-survey-page--app .wt-section-desc,
body.wt-location-survey-page--app .wt-result-story-desc,
body.wt-location-survey-page--app .wt-decision-box p,
body.wt-location-survey-page--app .wt-hotel-reason,
body.wt-location-survey-page--app .wt-result-lead--simple p,
body.wt-location-survey-page--app .wt-reason-card p,
body.wt-location-survey-page--app .wt-practical-list li {
  color: var(--survey-muted) !important;
}

body.wt-location-survey-page--app .result-badge,
body.wt-location-survey-page--app .detailed-info-section .result-badge,
body.wt-location-survey-page--app .result-upper-section .result-badge,
body.wt-location-survey-page--app .wt-section-eyebrow {
  all: unset;
  display: inline-block !important;
  margin: 0 0 12px !important;
  color: #111111 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
}

body.wt-location-survey-page--app .result-badge::after,
body.wt-location-survey-page--app .wt-section-eyebrow::after {
  content: "" !important;
  display: block !important;
  width: 28px !important;
  height: 1px !important;
  margin-top: 8px !important;
  background: #111111 !important;
}

body.wt-location-survey-page--app .next-btn,
body.wt-location-survey-page--app .primary-action-btn,
body.wt-location-survey-page--app .restart-btn {
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .next-btn:hover,
body.wt-location-survey-page--app .primary-action-btn:hover,
body.wt-location-survey-page--app .restart-btn:hover,
body.wt-location-survey-page--app .next-btn:focus-visible,
body.wt-location-survey-page--app .primary-action-btn:focus-visible,
body.wt-location-survey-page--app .restart-btn:focus-visible {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  outline: none !important;
}

body.wt-location-survey-page--app .secondary-action-btn {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .secondary-action-btn:hover,
body.wt-location-survey-page--app .secondary-action-btn:focus-visible {
  background: #f7f7f7 !important;
  color: #111111 !important;
  border-color: #111111 !important;
  outline: none !important;
}

body.wt-location-survey-page--app .primary-action-btn:disabled {
  background: #f4f4f4 !important;
  color: #b5b5b5 !important;
  border-color: #e5e5e5 !important;
  cursor: not-allowed !important;
}

body.wt-location-survey-page--app .wt-progress-top {
  color: #666666 !important;
}

body.wt-location-survey-page--app .wt-progress-bar {
  background: #e9e9e9 !important;
}

body.wt-location-survey-page--app .wt-progress-fill {
  background: #111111 !important;
}

body.wt-location-survey-page--app .wt-option {
  min-height: 74px !important;
  border: 1px solid var(--survey-line) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .wt-option:hover {
  border-color: #111111 !important;
  background: #ffffff !important;
}

body.wt-location-survey-page--app .wt-option.is-selected {
  border-color: #111111 !important;
  background: #ffffff !important;
  box-shadow: inset 0 0 0 1px #111111 !important;
}

body.wt-location-survey-page--app .wt-option-title {
  color: #111111 !important;
}

body.wt-location-survey-page--app .wt-option-desc {
  color: #666666 !important;
}

body.wt-location-survey-page--app .simple-summary-card {
  background: #ffffff !important;
}

body.wt-location-survey-page--app .wt-result-lead--simple,
body.wt-location-survey-page--app .tab-panel,
body.wt-location-survey-page--app .wt-reason-card,
body.wt-location-survey-page--app .wt-practical-card,
body.wt-location-survey-page--app .wt-decision-box,
body.wt-location-survey-page--app .wt-post-list a,
body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  border: 1px solid var(--survey-line) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .wt-result-lead--simple {
  border-radius: 22px !important;
}

body.wt-location-survey-page--app .detailed-info-section {
  background: #ffffff !important;
}

body.wt-location-survey-page--app .result-upper-section {
  background: #ffffff !important;
}

body.wt-location-survey-page--app .tab-menu-container {
  background: rgba(255, 255, 255, 0.94) !important;
  border-top: 1px solid #f0f0f0 !important;
  border-bottom: 1px solid #111111 !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .tab-btn {
  border: 1px solid var(--survey-line) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #666666 !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .tab-btn.active {
  border-color: #111111 !important;
  background: #111111 !important;
  color: #ffffff !important;
}

body.wt-location-survey-page--app .tab-content-container {
  background: #ffffff !important;
}

body.wt-location-survey-page--app .tab-panel {
  padding: 22px 0 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.wt-location-survey-page--app .wt-reason-card,
body.wt-location-survey-page--app .wt-practical-card,
body.wt-location-survey-page--app .wt-decision-box,
body.wt-location-survey-page--app .wt-post-list a {
  border-radius: 18px !important;
}

body.wt-location-survey-page--app .wt-reason-number,
body.wt-location-survey-page--app .wt-hotel-rank {
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
}

body.wt-location-survey-page--app .wt-practical-list li::before {
  background: #111111 !important;
}

body.wt-location-survey-page--app .wt-practical-chip-list span,
body.wt-location-survey-page--app .wt-hotel-meta span,
body.wt-location-survey-page--app .wt-hotel-tag,
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag--base,
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-tag--highlight {
  border: 1px solid var(--survey-line) !important;
  background: #ffffff !important;
  color: #555555 !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .wt-practical-chip-list--muted span {
  color: #777777 !important;
  background: #ffffff !important;
}

body.wt-location-survey-page--app .wt-hotel-location,
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-location-main {
  color: #555555 !important;
}

body.wt-location-survey-page--app .wt-hotel-card-list {
  gap: 12px !important;
}

body.wt-location-survey-page--app .wt-hotel-card.wt-hotel-card--compact {
  max-width: 480px !important;
  border-radius: 16px !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link,
body.wt-location-survey-page--app .wt-hotel-link {
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
}

body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link:hover,
body.wt-location-survey-page--app .wt-hotel-card--compact .wt-hotel-link:focus-visible,
body.wt-location-survey-page--app .wt-hotel-link:hover,
body.wt-location-survey-page--app .wt-hotel-link:focus-visible {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  outline: none !important;
}

body.wt-location-survey-page--app .wt-post-list a::after {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  margin-left: 14px !important;
  border-top: 1.5px solid #111111 !important;
  border-right: 1.5px solid #111111 !important;
  transform: rotate(45deg) !important;
  background: transparent !important;
  color: transparent !important;
  flex: 0 0 7px !important;
}

body.wt-location-survey-page--app .result-footer {
  background: #ffffff !important;
}

@media (max-width: 479px) {
body.wt-location-survey-page--app .wt-app-container {
  border: 0 !important;
  border-radius: 0 !important;
}

body.wt-location-survey-page--app .page-view:not(#loadingPage) {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

body.wt-location-survey-page--app .tab-content-container,
body.wt-location-survey-page--app .tab-menu-container,
body.wt-location-survey-page--app .result-top-bar,
body.wt-location-survey-page--app .result-upper-section {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
}

body.wt-location-survey-page--app #resultPage .result-top-bar,
body.wt-location-survey-page--app #resultPage .result-upper-section,
body.wt-location-survey-page--app #resultPage .tab-menu-container,
body.wt-location-survey-page--app #resultPage .tab-content-container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

body.wt-location-survey-page--app #resultPage .simple-summary-card {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

body.wt-location-survey-page--app #resultPage .tab-panel {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app #resultPage .wt-reason-card,
body.wt-location-survey-page--app #resultPage .wt-practical-card,
body.wt-location-survey-page--app #resultPage .wt-decision-box,
body.wt-location-survey-page--app #resultPage .wt-post-list a,
body.wt-location-survey-page--app #resultPage .wt-hotel-card.wt-hotel-card--compact,
body.wt-location-survey-page--app #resultPage .wt-result-lead--simple {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (max-width: 479px) {
body.wt-location-survey-page--app #resultPage .result-top-bar,
body.wt-location-survey-page--app #resultPage .result-upper-section,
body.wt-location-survey-page--app #resultPage .tab-menu-container,
body.wt-location-survey-page--app #resultPage .tab-content-container,
body.wt-location-survey-page--app #resultPage .simple-summary-card {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

body.wt-location-survey-page--app #resultPage .wt-reason-card,
body.wt-location-survey-page--app #resultPage .wt-practical-card,
body.wt-location-survey-page--app #resultPage .wt-decision-box,
body.wt-location-survey-page--app #resultPage .wt-post-list a,
body.wt-location-survey-page--app #resultPage .wt-hotel-card.wt-hotel-card--compact,
body.wt-location-survey-page--app #resultPage .wt-result-lead--simple {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
}

@media (max-width: 1180px) {
body.wt-location-survey-page--app .wt-location-app,
body.wt-location-survey-page--app main.wt-location-page.wt-location-app {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.wt-location-survey-page--app .wt-app-container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

body.wt-location-survey-page--app .page-view:not(#loadingPage) {
  box-sizing: border-box !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app #resultPage,
body.wt-location-survey-page--app #resultPage .scrollable-body,
body.wt-location-survey-page--app #resultPage .detailed-info-section {
  box-sizing: border-box !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app #resultPage .result-top-bar,
body.wt-location-survey-page--app #resultPage .result-upper-section,
body.wt-location-survey-page--app #resultPage .tab-menu-container,
body.wt-location-survey-page--app #resultPage .tab-content-container,
body.wt-location-survey-page--app #resultPage .simple-summary-card,
body.wt-location-survey-page--app #resultPage .result-footer {
  box-sizing: border-box !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app #resultPage .tab-panel {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app #resultPage .wt-reason-card,
body.wt-location-survey-page--app #resultPage .wt-practical-card,
body.wt-location-survey-page--app #resultPage .wt-decision-box,
body.wt-location-survey-page--app #resultPage .wt-post-list a,
body.wt-location-survey-page--app #resultPage .wt-hotel-card.wt-hotel-card--compact,
body.wt-location-survey-page--app #resultPage .wt-result-lead--simple {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}

@media (max-width: 479px) {
body.wt-location-survey-page--app .wt-location-app,
body.wt-location-survey-page--app main.wt-location-page.wt-location-app {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.wt-location-survey-page--app .page-view:not(#loadingPage),
body.wt-location-survey-page--app #resultPage .result-top-bar,
body.wt-location-survey-page--app #resultPage .result-upper-section,
body.wt-location-survey-page--app #resultPage .tab-menu-container,
body.wt-location-survey-page--app #resultPage .tab-content-container,
body.wt-location-survey-page--app #resultPage .simple-summary-card {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

@media (min-width: 480px) {
body.wt-location-survey-page--app .wt-location-app,
body.wt-location-survey-page--app main.wt-location-page.wt-location-app {
  box-sizing: border-box !important;
  width: min(100%, 470px) !important;
  max-width: 470px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.wt-location-survey-page--app .wt-app-container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 430px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid #111111 !important;
  border-radius: 28px !important;
  overflow: hidden !important;
}
}

body.wt-location-survey-page--app .header-actions {
  box-sizing: border-box !important;
  padding: 0 20px !important;
}

body.wt-location-survey-page--app .result-badge::after,
body.wt-location-survey-page--app .detailed-info-section .result-badge::after,
body.wt-location-survey-page--app .result-upper-section .result-badge::after,
body.wt-location-survey-page--app .wt-section-eyebrow::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

@media (min-width: 768px) {
body.wt-location-survey-page--app .wt-location-app,
body.wt-location-survey-page--app main.wt-location-page.wt-location-app {
  width: min(100%, 608px) !important;
  max-width: 608px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

body.wt-location-survey-page--app .wt-app-container {
  max-width: 544px !important;
}

body.wt-location-survey-page--app .page-view:not(#resultPage) {
  box-sizing: border-box !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

body.wt-location-survey-page--app .result-top-bar {
  box-sizing: border-box !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

body.wt-location-survey-page--app .simple-summary-card {
  box-sizing: border-box !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

body.wt-location-survey-page--app .result-upper-section {
  box-sizing: border-box !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

body.wt-location-survey-page--app .tab-menu-container {
  box-sizing: border-box !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

body.wt-location-survey-page--app .tab-content-container {
  box-sizing: border-box !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

body.wt-location-survey-page--app .result-footer {
  box-sizing: border-box !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

body.wt-location-survey-page--app .wt-question-scroll,
body.wt-location-survey-page--app .wt-options,
body.wt-location-survey-page--app .wt-survey-actions--split {
  box-sizing: border-box !important;
  width: 100% !important;
}
}

@media (min-width: 1024px) {
body.wt-location-survey-page--app .wt-location-app,
body.wt-location-survey-page--app main.wt-location-page.wt-location-app {
  width: min(100%, 640px) !important;
  max-width: 640px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

body.wt-location-survey-page--app .wt-app-container {
  max-width: 560px !important;
}
}

body.wt-location-survey-page--app #resultPage.is-detail-open .result-top-bar {
  display: none !important;
}

body.wt-location-survey-page--app .detailed-info-section {
  box-sizing: border-box !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.wt-location-survey-page--app .detailed-info-section .detail-back-bar,
body.wt-location-survey-page--app .detailed-info-section .result-upper-section,
body.wt-location-survey-page--app .detailed-info-section .tab-menu-container,
body.wt-location-survey-page--app .detailed-info-section .tab-content-container,
body.wt-location-survey-page--app .detailed-info-section .result-footer {
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app .detail-back-bar {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  padding-top: 22px !important;
  padding-bottom: 24px !important;
  flex-shrink: 0 !important;
}

body.wt-location-survey-page--app .detail-back-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 40px !important;
  padding: 0 12px 0 4px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #1d1d1f !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

body.wt-location-survey-page--app .detail-back-btn svg {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 auto !important;
}

body.wt-location-survey-page--app .detail-back-btn:focus-visible {
  outline: 2px solid rgba(29, 29, 31, 0.28) !important;
  outline-offset: 3px !important;
}

body.wt-location-survey-page--app .detailed-info-section .result-upper-section {
  padding-top: 0 !important;
  padding-bottom: 18px !important;
}

body.wt-location-survey-page--app .detailed-info-section .tab-menu-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.wt-location-survey-page--app .detailed-info-section .tab-content-container {
  padding-top: 16px !important;
  padding-bottom: 20px !important;
}

@media (min-width: 768px) {
body.wt-location-survey-page--app .detailed-info-section {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

body.wt-location-survey-page--app .detail-back-bar {
  padding-top: 28px !important;
  padding-bottom: 30px !important;
}

body.wt-location-survey-page--app .detailed-info-section .result-upper-section {
  padding-bottom: 22px !important;
}
}

@media (min-width: 1024px) {
body.wt-location-survey-page--app .detailed-info-section {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
}

@media (max-width: 380px) {
body.wt-location-survey-page--app .detailed-info-section {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
}

body.wt-location-survey-page--app #resultPage.is-detail-open .scrollable-body {
  box-sizing: border-box !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: clamp(28px, 5.8vw, 72px) !important;
  padding-right: clamp(28px, 5.8vw, 72px) !important;
  background: #ffffff !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .detail-back-bar,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .result-upper-section,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .tab-menu-container,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .tab-content-container,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .result-footer {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .detail-back-bar {
  padding-top: 26px !important;
  padding-bottom: 34px !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detail-back-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 1px solid #d8dce3 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detail-back-btn span {
  display: none !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detail-back-btn svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 auto !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detail-back-btn:hover,
body.wt-location-survey-page--app #resultPage.is-detail-open .detail-back-btn:focus-visible {
  border-color: #111111 !important;
  background: #ffffff !important;
  color: #111111 !important;
  outline: none !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .result-upper-section {
  align-items: flex-start !important;
  text-align: left !important;
  padding-top: 0 !important;
  padding-bottom: 26px !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .result-badge {
  max-width: 100% !important;
  word-break: keep-all !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .result-destination {
  width: 100% !important;
  text-align: left !important;
  line-height: 1.2;
  word-break: keep-all;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .tab-menu-container {
  position: sticky !important;
  top: 0 !important;
  overflow-x: auto !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .tab-menu-list {
  min-width: 0 !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .tab-content-container {
  padding-top: 30px !important;
  padding-bottom: 28px !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .tab-panel {
  box-sizing: border-box !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .panel-text,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .wt-section-desc,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .wt-result-story-desc,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .wt-decision-box p,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .wt-hotel-reason {
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section {
  padding-left: clamp(44px, 7vw, 78px) !important;
  padding-right: clamp(44px, 7vw, 78px) !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .detail-back-bar {
  padding-top: 30px !important;
  padding-bottom: 38px !important;
}
}

@media (min-width: 1181px) {
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
}

@media (max-width: 479px) {
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .detail-back-bar {
  padding-top: 22px !important;
  padding-bottom: 28px !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detail-back-btn {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
}
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelRecommendSection.tab-panel,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelRecommendSection.tab-panel.active,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelRecommendSection .wt-hotel-grid,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card.wt-hotel-card--compact {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelRecommendSection.tab-panel.active,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList {
  overflow-x: hidden !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card.wt-hotel-card--compact {
  overflow: hidden !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card-header,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-header-left,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-name,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-location-main,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-tag-list {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-station,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-airport,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-tag {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-link {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

@media (max-width: 520px) {
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card-header {
  flex-direction: column !important;
  align-items: stretch !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-link {
  width: 100% !important;
  align-self: stretch !important;
  margin-left: 0 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelRecommendSection.tab-panel,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelRecommendSection.tab-panel.active {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: visible !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: visible !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card.wt-hotel-card--compact {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card--compact .wt-hotel-card-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 16px !important;
  row-gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card--compact .wt-hotel-header-left {
  min-width: 0 !important;
  width: auto !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card--compact .wt-hotel-name {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card--compact .wt-hotel-link {
  justify-self: end !important;
  align-self: center !important;
  width: clamp(132px, 22vw, 168px) !important;
  min-width: 132px !important;
  max-width: 168px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  white-space: nowrap !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-location-main,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-tag-list {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 479px) {
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelRecommendSection.tab-panel,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelRecommendSection.tab-panel.active {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card.wt-hotel-card--compact {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
}

@media (max-width: 380px) {
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card--compact .wt-hotel-card-header {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
}

body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section #hotelCardList .wt-hotel-card--compact .wt-hotel-link {
  grid-column: auto !important;
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
  height: 42px !important;
  min-height: 42px !important;
  align-self: center !important;
  justify-self: end !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
}

body.wt-location-survey-page--app [data-admin-only][hidden] {
  display: none !important;
}

@media (min-width: 768px) {
body.wt-location-survey-page {
  min-height: 100dvh;
  overflow: hidden;
}

.wt-location-page {
  min-height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}

.wt-location-page .wt-location-shell {
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
}

@media (max-width: 767px) {
.wt-location-page .wt-location-shell {
  max-height: none;
}
}

@media (min-width: 768px) {
.wt-location-page {
  min-height: 100dvh;
  display: flex;
  align-items: center;
}

.wt-location-page .wt-location-shell {
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  overflow-x: hidden;
}
}

@media (max-width: 767px) {
.wt-location-page,
  .wt-location-page .wt-location-shell {
  max-height: none;
  overflow: visible;
}
}

body.travel-city-body #hotel-posts,
body.travel-city-body #travel-contents {
  padding-left: 0;
  padding-right: 0;
}

.wt-loading-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.wt-loading-skeleton-list {
  display: grid;
  gap: 0;
  width: 100%;
}

.wt-loading-skeleton-card,
.wt-loading-skeleton-row {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.wt-loading-skeleton-card {
  min-height: 360px;
  border: 1px solid #e4e4e4;
}

.wt-loading-skeleton-row {
  min-height: 128px;
  border-top: 1px solid #e4e4e4;
}

.wt-loading-skeleton-row:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.wt-loading-skeleton-card::after,
.wt-loading-skeleton-row::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.72) 48%, transparent 100%);
  animation: wtSkeletonShimmer 1.25s ease-in-out infinite;
}

@keyframes wtSkeletonShimmer {
  100% { transform: translateX(100%); }
}

@media (max-width: 900px) {
.wt-loading-skeleton-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 640px) {
.wt-loading-skeleton-grid {
  grid-template-columns: 1fr;
}

.wt-loading-skeleton-card {
  min-height: 300px;
}
}

.wt-loading-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  width: 100%;
}

.wt-loading-skeleton-card,.wt-loading-skeleton-row {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.wt-loading-skeleton-card::after,.wt-loading-skeleton-row::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg,transparent 0%,rgba(255,255,255,.72) 48%,transparent 100%);
  animation: wtSkeletonShimmer 1.25s ease-in-out infinite;
}

@keyframes wtSkeletonShimmer { 100% { transform:translateX(100%); } }

@media (max-width:900px) {
.wt-loading-skeleton-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
}

@media (max-width:640px) {
.wt-loading-skeleton-grid {
  grid-template-columns: 1fr;
}

.wt-loading-skeleton-card {
  min-height: 300px;
}
}

@media (min-width: 768px) {
body.wt-location-survey-page--app {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.wt-location-survey-page--app main.wt-location-page.wt-location-app {
  min-height: 100dvh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.wt-location-survey-page--app .wt-app-container {
  height: min(820px, calc(100dvh - 48px));
  max-height: calc(100dvh - 48px);
  overflow: hidden;
}
}

@media (max-width: 767px) {
body.wt-location-survey-page--app,
  body.wt-location-survey-page--app main.wt-location-page.wt-location-app {
  min-height: 100dvh;
  height: auto;
  overflow: visible;
}

body.wt-location-survey-page--app .wt-app-container {
  height: 100dvh;
  max-height: none;
}
}

body.wt-location-survey-page--app .result-badge,
body.wt-location-survey-page--app .detailed-info-section .result-badge,
body.wt-location-survey-page--app .result-upper-section .result-badge {
  font-size: 17px !important;
}

body.wt-location-survey-page--app #resultPage .tab-menu-container,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .tab-menu-container {
  justify-content: flex-start !important;
  text-align: left !important;
}

body.wt-location-survey-page--app #resultPage .tab-menu-list,
body.wt-location-survey-page--app #resultPage.is-detail-open .detailed-info-section .tab-menu-list {
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.wt-location-survey-page--app .tab-btn[hidden],
body.wt-location-survey-page--app #relatedPostSection[hidden] {
  display: none !important;
}

/* 2026-09-01: survey mobile H2 normalization */
@media (max-width: 767px) {
  body.wt-location-survey-page--app h2.wt-question-title,
  body.wt-location-survey-page--app h2.main-title,
  body.wt-location-survey-page--app h2.loading-text,
  body.wt-location-survey-page--app h2.result-destination {
    font-size: 25px;
  }
}
