/* Destination and hotel archive styles. Generated from the consolidated travel stylesheet. */

.wt-region-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 16px;
}

.wt-region-filter__button {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  padding: 10px 14px;
  cursor: pointer;
}

.wt-region-filter__button.is-active {
  border-color: rgba(37, 99, 235, 0.26);
  background: #eff6ff;
  color: #1d4ed8;
}

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

.wt-region-filter::-webkit-scrollbar {
  display: none;
}

.wt-region-filter__button {
  flex: 0 0 auto;
  white-space: nowrap;
  scroll-snap-align: center;
}
}

.travel-card-grid--hotels .wt-archive-skeleton-card {
  min-width: 0;
}

.wt-archive-skeleton-card {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: var(--travel-radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .055);
  overflow: hidden;
}

.wt-archive-skeleton-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #edf2f7;
}

.wt-archive-skeleton-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.wt-archive-skeleton-line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #edf2f7;
}

.wt-archive-skeleton-line--chip {
  width: 88px;
  height: 24px;
  margin-bottom: 2px;
}

.wt-archive-skeleton-line--title {
  width: 78%;
  height: 22px;
  margin-top: 2px;
}

.wt-archive-skeleton-line--text {
  width: 100%;
}

.wt-archive-skeleton-line--text-short {
  width: 68%;
}

.wt-archive-skeleton-line--button {
  width: 128px;
  height: 36px;
  margin-top: 12px;
}

.wt-archive-skeleton-shimmer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #eef2f7 0%, #f7fafc 48%, #eef2f7 100%);
  background-size: 220% 100%;
}

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

@media (max-width: 767px) {
.wt-archive-skeleton-card__body {
  padding: 18px;
}

.wt-archive-skeleton-line--title {
  width: 88%;
}
}

@media (prefers-reduced-motion: reduce) {
.wt-archive-skeleton-shimmer::after {
  animation: none;
  display: none;
}
}

.travel-section--destinations-archive {
  --archive-hub-border: rgba(15, 23, 42, 0.065);
  --archive-hub-chip-bg: #f7f9fc;
  --archive-hub-chip-hover: #eef6ff;
}

.travel-section--destinations-archive .country-destination-list--all {
  display: grid !important;
  gap: clamp(14px, 2vw, 18px) !important;
  align-items: stretch !important;
  width: 100% !important;
}

.travel-section--destinations-archive .country-destination-group--compact {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: clamp(20px, 2.15vw, 26px) !important;
  border: 1px solid var(--archive-hub-border) !important;
  border-radius: 26px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  backdrop-filter: none !important;
}

.travel-section--destinations-archive .country-destination-group__head {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-width: 0 !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--archive-hub-border) !important;
}

.travel-section--destinations-archive .country-destination-group__title {
  display: flex !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 46px) !important;
}

.travel-section--destinations-archive .country-destination-group__head h3 {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(1.02rem, 1.2vw, 1.16rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.2 !important;
}

.travel-section--destinations-archive .country-destination-group__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin-left: auto !important;
}

.travel-section--destinations-archive .country-destination-group__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 31px !important;
  height: 31px !important;
  flex: 0 0 31px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(23, 76, 120, 0.76) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: none !important;
}

.travel-section--destinations-archive .country-destination-group__link span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: translateY(-0.5px) !important;
}

.travel-section--destinations-archive .destination-chip-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  min-width: 0 !important;
}

.travel-section--destinations-archive .destination-chip,
.travel-section--destinations-archive .destination-chip.destination-chip--public {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  width: 100% !important;
  min-height: 43px !important;
  padding: 10px 8px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: var(--archive-hub-chip-bg) !important;
  color: #1f2937 !important;
  transform: none !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 0.92rem !important;
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
  transition: none !important;
}

.travel-section--destinations-archive .destination-chip__icon,
.travel-section--destinations-archive .destination-chip__arrow {
  display: none !important;
}

.travel-section--destinations-archive .destination-chip__link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

.travel-section--destinations-archive .destination-chip__name {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: inherit !important;
}

.travel-section--destinations-archive .country-destination-list--all.is-loading {
  pointer-events: none;
}

.travel-section--destinations-archive .country-destination-group--skeleton {
  min-height: 210px;
}

.travel-section--destinations-archive .destination-skeleton {
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, #edf2f7 0%, #f8fafc 42%, #edf2f7 78%);
  background-size: 220% 100%;
  animation: wtDestinationsSkeleton 1.35s ease-in-out infinite;
}

.travel-section--destinations-archive .destination-skeleton--title {
  width: min(128px, 64%);
  height: 22px;
}

.travel-section--destinations-archive .destination-skeleton--circle {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
}

.travel-section--destinations-archive .destination-skeleton--chip {
  width: 100%;
  min-height: 43px;
  border-radius: 15px;
}

@media (max-width: 767px) {
.travel-section--destinations-archive .country-destination-list--all {
  gap: 16px !important;
}

.travel-section--destinations-archive .country-destination-group--compact {
  padding: 18px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
}

.travel-section--destinations-archive .country-destination-group__head {
  gap: 12px !important;
  padding-bottom: 13px !important;
}

.travel-section--destinations-archive .country-destination-group__title {
  max-width: calc(100% - 42px) !important;
}

.travel-section--destinations-archive .country-destination-group__head h3 {
  font-size: 1.02rem !important;
}

.travel-section--destinations-archive .country-destination-group__link {
  width: 30px !important;
  height: 30px !important;
  flex-basis: 30px !important;
}

.travel-section--destinations-archive .country-destination-group__link span {
  font-size: 14px !important;
}

.travel-section--destinations-archive .destination-chip,
.travel-section--destinations-archive .destination-chip.destination-chip--public,
.travel-section--destinations-archive .destination-skeleton--chip {
  min-height: 44px !important;
  padding: 11px 10px !important;
  border-radius: 16px !important;
}
}

@media (prefers-reduced-motion: reduce) {
.travel-section--destinations-archive .destination-skeleton {
  animation: none;
}
}

body.travel-archive-body {
  background: #ffffff !important;
  color: #000000 !important;
}

body.travel-archive-body .wt-region-filter {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.travel-archive-body .wt-region-filter__button {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: background .16s ease, color .16s ease, border-color .16s ease !important;
}

body.travel-archive-body .wt-region-filter__button:hover,
body.travel-archive-body .wt-region-filter__button:focus-visible,
body.travel-archive-body .wt-region-filter__button.is-active {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
  transform: none !important;
}

body.travel-archive-body .wt-category-filter-description {
  margin: 0 0 20px !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: none !important;
}

body.travel-archive-body .wt-category-filter-description strong {
  display: block !important;
  margin: 0 0 7px !important;
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
}

body.travel-archive-body .wt-category-filter-description p {
  margin: 0 !important;
  color: rgba(0, 0, 0, 0.62) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  letter-spacing: -0.032em !important;
}

body.travel-archive-body .travel-card-grid--hotels {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

body.travel-archive-body .travel-card.hotel-card,
body.travel-archive-body .empty-card,
body.travel-archive-body .wt-archive-skeleton-card {
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

body.travel-archive-body .travel-card.hotel-card {
  position: relative !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

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

body.travel-archive-body .hotel-card.travel-card--clickable .travel-card__media {
  display: block !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  background: #f5f5f5 !important;
}

body.travel-archive-body .travel-card__media::after {
  display: none !important;
}

body.travel-archive-body .hotel-card.travel-card--clickable .travel-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.94) contrast(1.02) !important;
}

body.travel-archive-body .hotel-card .travel-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 260px;
  padding: 22px;
}

body.travel-archive-body .hotel-card .travel-card__meta {
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.52);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.015em;
}

body.travel-archive-body .hotel-card .travel-card__title {
  margin: 0;
  color: #000000;
  font-size: clamp(21px, 1.7vw, 26px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.058em;
  word-break: keep-all;
}

body.travel-archive-body .hotel-card .travel-card__description {
  margin: 16px 0 0;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.034em;
  word-break: keep-all;
}

body.travel-archive-body .hotel-card .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
}

body.travel-archive-body .hotel-card .tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 0;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

body.travel-archive-body .hotel-card .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  text-decoration: none;
  pointer-events: none;
}

body.travel-archive-body .empty-card {
  grid-column: 1 / -1 !important;
  padding: 24px !important;
  color: rgba(0, 0, 0, 0.62) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  letter-spacing: -0.03em !important;
}

body.travel-archive-body .wt-archive-skeleton-card {
  overflow: hidden !important;
}

body.travel-archive-body .wt-archive-skeleton-card__media {
  background: #f4f4f4 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}

body.travel-archive-body .wt-archive-skeleton-card__body {
  gap: 10px !important;
  padding: 22px !important;
}

body.travel-archive-body .wt-archive-skeleton-line {
  background: #eeeeee !important;
}

body.travel-archive-body .wt-archive-skeleton-shimmer {
  background-image: linear-gradient(90deg, #eeeeee 0%, #f8f8f8 46%, #eeeeee 100%) !important;
}

body.travel-archive-body .footer.container {
  border-top: 1px solid #000000 !important;
}

body.travel-archive-body .footer a,
body.travel-archive-body a {
  color: #000000;
}

@media (min-width: 768px) and (max-width: 1180px) {
body.travel-archive-body .travel-card-grid--hotels {
  
}
}

@media (max-width: 1024px) {
body.travel-archive-body .wt-region-filter {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  scroll-snap-type: x proximity !important;
  margin-right: -20px !important;
  padding-right: 20px !important;
  padding-bottom: 6px !important;
}

body.travel-archive-body .wt-region-filter::-webkit-scrollbar {
  display: none !important;
}

body.travel-archive-body .wt-region-filter__button {
  flex: 0 0 auto !important;
  scroll-snap-align: start !important;
}
}

@media (max-width: 767px) {
body.travel-archive-body .wt-region-filter__button {
  min-height: 40px !important;
  padding: 0 14px !important;
  font-size: 13px !important;
}

body.travel-archive-body .travel-card-grid--hotels {
  gap: 12px !important;
}

body.travel-archive-body .hotel-card .travel-card__body {
  min-height: 238px;
  padding: 20px;
}

body.travel-archive-body .hotel-card .travel-card__title {
  font-size: clamp(22px, 7vw, 28px);
}

body.travel-archive-body .hotel-card .text-link {
  width: 100%;
  min-height: 44px;
}
}

.travel-page--destinations-index .travel-section--destinations-archive {
  padding-top: clamp(34px, 5.4vw, 78px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.destination-skeleton--line {
  display: block;
  width: min(520px, 72vw);
  height: 14px;
  margin-top: 14px;
  border-radius: 999px;
}

.travel-page--destinations-index .destination-skeleton {
  background: linear-gradient(90deg, #f1f1f1, #fafafa, #f1f1f1);
  background-size: 220% 100%;
  animation: destinationSkeleton 1.2s ease-in-out infinite;
}

.travel-page--destinations-index,
.travel-page--destinations-index .travel-section--destinations-archive,
.travel-page--destinations-index .country-destination-list--all {
  overflow: visible !important;
}

.travel-page--destinations-index .travel-section:first-child,
.travel-page--destinations-index .travel-section--destinations-archive {
  padding-top: 10px !important;
}

@media (max-width: 560px) {
.travel-page--destinations-index .travel-section--destinations-archive {
  padding-left: 16px;
  padding-right: 16px;
}
}

@media (min-width: 768px) and (max-width: 1100px) {
body.travel-archive-body .travel-card-grid--hotels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

body.is-survey-destination-selection .travel-section--destinations-archive .section-heading .eyebrow {
  letter-spacing: 0.08em;
}
