
/* archive visibility safeguard */
.mh-archive-hotel .archive-hero,
.mh-archive-hotel .archive-copy-reference,
.mh-archive-hotel .archive-follow,
.mh-archive-hotel .archive-lower-card,
.mh-archive-hotel .results-toolbar,
.mh-archive-hotel .filter-card,
.mh-archive-hotel .listing-card,
.mh-archive-hotel .footer,
.mh-archive-hotel .topbar {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.mh-archive-hotel .archive-hero,
.mh-archive-hotel .archive-follow,
.mh-archive-hotel .archive-bottom-content {
  display: block !important;
}

.mh-archive-hotel .archive-hero-inner,
.mh-archive-hotel .archive-copy-reference,
.mh-archive-hotel .topbar {
  position: relative;
  z-index: 3;
}

.post-type-archive-hotel .container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.post-type-archive-hotel .page-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.95));
  border: 0;
  border-radius: 0;
  overflow-x: clip;
  overflow-y: visible;
  box-shadow: none;
}
.post-type-archive-hotel .archive-page-wrap,
.post-type-archive-hotel .archive-hero,
.post-type-archive-hotel .archive-follow,
.post-type-archive-hotel .archive-bottom-content {
  overflow-x: clip;
}
.post-type-archive-hotel .archive-hero {
  position: relative;
  width: 100%;
  min-height: 640px;
  overflow-x: clip;
  overflow-y: visible;
  background:
    linear-gradient(92deg, rgba(5,21,36,.86) 0%, rgba(7,29,50,.56) 38%, rgba(7,29,50,.12) 74%),
    url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=2200&q=80') center/cover;
}
.post-type-archive-hotel .archive-hero::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max(112%, 1800px);
  bottom: -66px;
  height: clamp(112px, 10vw, 138px);
  background: var(--cream);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
  pointer-events: none;
}
.post-type-archive-hotel .archive-hero-inner,
.post-type-archive-hotel .archive-inner,
.post-type-archive-hotel .archive-lower {
  width: min(var(--container), calc(100% - 24px));
  margin-inline: auto;
}
.post-type-archive-hotel .archive-hero-inner { position: relative; z-index: 3; padding: 138px 0 0; }
.post-type-archive-hotel .archive-copy-reference {
  text-align: center;
  color: var(--white);
  padding: 54px 14px 0;
  max-width: 1120px;
  margin: 0 auto;
}
.post-type-archive-hotel .archive-copy-reference .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
  font-size: .88rem;
  backdrop-filter: blur(8px);
  margin-bottom: 18px;
}
.post-type-archive-hotel .archive-copy-reference h1 {
  margin: 0;
  font-size: clamp(2.45rem, 4.55vw, 4.25rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  text-shadow: 0 12px 26px rgba(0,0,0,.16);
}
.post-type-archive-hotel .archive-copy-reference p {
  margin: 14px auto 20px;
  max-width: 860px;
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  color: rgba(255,255,255,.96);
}
.post-type-archive-hotel .archive-hero-checks {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  color: rgba(255,255,255,.95);
  font-size: 1rem;
}
.post-type-archive-hotel .archive-hero-checks div { display: inline-flex; align-items: center; gap: 8px; }
.post-type-archive-hotel .archive-hero-checks span { color: var(--gold-500); font-size: 1.12rem; font-weight: 900; }
.post-type-archive-hotel .archive-trust-strip {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 12px 18px;
  flex-wrap: wrap;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(7,25,42,.46);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(7,25,42,.14);
}
.post-type-archive-hotel .archive-trust-strip div { display: inline-flex; align-items: center; gap: 7px; font-size: .93rem; }
.post-type-archive-hotel .archive-trust-strip span { color: var(--gold-500); }
.post-type-archive-hotel .archive-follow {
  position: relative;
  z-index: 2;
  background: var(--cream);
  margin-top: -30px;
  padding: 0 0 18px;
}
.post-type-archive-hotel .archive-lower {
  position: relative;
  z-index: 3;
  padding: 0 0 18px;
}
.post-type-archive-hotel .archive-lower-card {
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(255,255,255,.96));
  border: 1px solid rgba(11,39,66,.08);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
  padding: 24px 20px 22px;
}
.post-type-archive-hotel .line-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 15px;
  font-size: clamp(1.52rem, 2.1vw, 2rem);
  color: #202d3f;
  letter-spacing: -0.02em;
}
.post-type-archive-hotel .line-title::before,
.post-type-archive-hotel .line-title::after {
  content: '';
  flex: 1;
  max-width: 92px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(213,157,56,.82), transparent);
}
.post-type-archive-hotel .results-toolbar {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.post-type-archive-hotel .search-box,
.post-type-archive-hotel .sort-box,
.post-type-archive-hotel .results-pill {
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(11,39,66,.08);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  min-height: 58px;
}
.post-type-archive-hotel .search-box { display: flex; align-items: center; gap: 10px; padding: 0 16px; }
.post-type-archive-hotel .search-box input { border: 0; outline: none; width: 100%; background: transparent; color: var(--text); }
.post-type-archive-hotel .sort-box { display: flex; align-items: center; justify-content: flex-end; padding: 0 14px; gap: 12px; }
.post-type-archive-hotel .sort-box label { font-size: .92rem; color: var(--muted); font-weight: 600; }
.post-type-archive-hotel .sort-box select { border: 0; outline: none; background: transparent; color: var(--text); font-weight: 700; }
.post-type-archive-hotel .results-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-weight: 700;
  color: var(--navy-900);
  white-space: nowrap;
}
.post-type-archive-hotel .archive-grid-reference {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.post-type-archive-hotel .filter-col { position: static; align-self: start; }
.post-type-archive-hotel .filter-card,
.post-type-archive-hotel .listing-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.95));
  border: 1px solid rgba(11,39,66,.08);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}
.post-type-archive-hotel .filter-card { position: static !important; padding: 18px; }
.post-type-archive-hotel .filter-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.post-type-archive-hotel .filter-head h3 { margin: 0; font-size: 1.35rem; }
.post-type-archive-hotel .reset-btn { border: 0; background: transparent; color: var(--gold-600); font-weight: 800; cursor: pointer; }
.post-type-archive-hotel .filter-group + .filter-group { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(11,39,66,.08); }
.post-type-archive-hotel .filter-group h4 { margin: 0 0 12px; font-size: 1rem; }
.post-type-archive-hotel .pill-options,
.post-type-archive-hotel .checkbox-options,
.post-type-archive-hotel .star-options { display: grid; gap: 10px; }
.post-type-archive-hotel .pill-options button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(11,39,66,.10);
  background: #f6f8fb;
  color: #27495d;
  border-radius: 14px;
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}
.post-type-archive-hotel .pill-options .pill-label {
  min-width: 0;
}
.post-type-archive-hotel .pill-options .pill-count {
  flex: 0 0 auto;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(11,39,66,.06);
}
.post-type-archive-hotel .pill-options button.active .pill-count,
.post-type-archive-hotel .pill-options button:hover .pill-count {
  background: rgba(255,255,255,.18);
  color: inherit;
}
.post-type-archive-hotel .pill-options button.active,
.post-type-archive-hotel .pill-options button:hover {
  background: linear-gradient(180deg, #0f8b95, #0c6e76);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 12px 22px rgba(12,110,118,.16);
}
.post-type-archive-hotel .check-row,
.post-type-archive-hotel .star-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-size: .95rem;
}
.post-type-archive-hotel .check-row label,
.post-type-archive-hotel .star-row label { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
.post-type-archive-hotel .check-row input,
.post-type-archive-hotel .star-row input,
.post-type-archive-hotel .range-row input[type="range"] { accent-color: #0f8b95; }
.post-type-archive-hotel .range-row { display: grid; gap: 12px; }
.post-type-archive-hotel .range-row input[type="range"] { width: 100%; }
.post-type-archive-hotel .range-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .9rem; }
.post-type-archive-hotel .filter-actions { margin-top: 20px; display: grid; gap: 10px; }
.post-type-archive-hotel .listing-card { padding: 18px; }
.post-type-archive-hotel .archive-listing-head { margin-bottom: 18px; }
.post-type-archive-hotel .listing-head h2 { margin: 0; font-size: 1.7rem; line-height: 1.1; letter-spacing: -0.03em; }
.post-type-archive-hotel .listing-head p { margin: 8px 0 0; color: var(--muted); line-height: 1.55; max-width: 620px; }
.post-type-archive-hotel .hotel-list { display: grid; gap: 16px; }
.post-type-archive-hotel .hotel-item {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 16px;
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(11,39,66,.08);
  box-shadow: 0 12px 24px rgba(8,27,45,.07);
  transition: transform .22s ease, box-shadow .22s ease;
}
.post-type-archive-hotel .hotel-item:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(8,27,45,.11); }
.post-type-archive-hotel .hotel-media { position: relative; min-height: 100%; }
.post-type-archive-hotel .hotel-media img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.post-type-archive-hotel .hotel-badge,
.post-type-archive-hotel .hotel-price-badge {
  position: absolute;
  left: 14px;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .84rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.post-type-archive-hotel .hotel-badge { top: 14px; background: rgba(7,29,50,.82); color: var(--white); }
.post-type-archive-hotel .hotel-price-badge {
  bottom: 14px;
  background: rgba(255,255,255,.92);
  color: var(--navy-900);
  box-shadow: 0 10px 20px rgba(8,27,45,.12);
}
.post-type-archive-hotel .hotel-copy { padding: 18px 18px 18px 0; display: flex; flex-direction: column; gap: 12px; }
.post-type-archive-hotel .hotel-topline { display: flex; align-items: start; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.post-type-archive-hotel .hotel-title h3 { margin: 0 0 6px; font-size: 1.4rem; line-height: 1.12; letter-spacing: -0.02em; }
.post-type-archive-hotel .location { color: var(--muted); font-size: .92rem; display: inline-flex; align-items: center; gap: 8px; }
.post-type-archive-hotel .rating-box { text-align: right; min-width: 120px; }
.post-type-archive-hotel .rating-box span { color: var(--muted); font-size: .88rem; }
.post-type-archive-hotel .hotel-desc { margin: 0; color: var(--muted); line-height: 1.6; }
.post-type-archive-hotel .feature-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.post-type-archive-hotel .feature-points div { display: inline-flex; align-items: center; gap: 9px; color: var(--text); font-size: .92rem; font-weight: 500; }
.post-type-archive-hotel .feature-points span { color: var(--gold-600); font-weight: 900; }
.post-type-archive-hotel .hotel-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 6px; }
.post-type-archive-hotel .hotel-actions .price-note { color: var(--muted); font-size: .88rem; }
.post-type-archive-hotel .action-buttons { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.post-type-archive-hotel .mobile-filter-bar { display: none; margin-bottom: 14px; }
.post-type-archive-hotel .mobile-filter-btn { width: 100%; }
.post-type-archive-hotel .hotel-item-clickable { cursor: pointer; }
.post-type-archive-hotel .archive-bottom-content { background: var(--cream); padding-top: 0; }

@media (max-width: 1180px) {
  .post-type-archive-hotel .archive-grid-reference { grid-template-columns: 1fr; }
}
@media (max-width: 1180px) {
  .post-type-archive-hotel .archive-follow { margin-top: -22px; }
}

@media (max-width: 980px) {
  .post-type-archive-hotel .archive-hero {
    min-height: 700px;
    background:
      linear-gradient(180deg, rgba(4,17,31,.70) 0%, rgba(7,29,50,.44) 42%, rgba(7,29,50,.18) 100%),
      linear-gradient(96deg, rgba(4,17,31,.78) 0%, rgba(7,29,50,.40) 50%, rgba(7,29,50,.10) 86%),
      url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=2200&q=80') center/cover;
  }
  .post-type-archive-hotel .archive-hero-inner { padding-top: 120px; }
  .post-type-archive-hotel .archive-copy-reference { padding-top: 30px; }
  .post-type-archive-hotel .archive-hero::after { width: calc(100% + 64px); height: 110px; bottom: -44px; }
  .post-type-archive-hotel .archive-copy-reference .breadcrumb {
    max-width: min(100%, 680px);
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }
  .post-type-archive-hotel .results-toolbar { grid-template-columns: 1fr; }
  .post-type-archive-hotel .hotel-item { grid-template-columns: 1fr; }
  .post-type-archive-hotel .hotel-copy { padding: 0 16px 16px; }
  .post-type-archive-hotel .hotel-media img { min-height: 240px; }
  .post-type-archive-hotel .feature-points { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .post-type-archive-hotel .archive-follow {
    margin-top: 0;
    background: var(--cream);
  }

  .post-type-archive-hotel .archive-hero-inner,
  .post-type-archive-hotel .archive-inner,
  .post-type-archive-hotel .archive-lower,
  .post-type-archive-hotel .footer-main,
  .post-type-archive-hotel .footer-bottom {
    width: min(calc(100% - 20px), var(--container));
  }

  .post-type-archive-hotel .archive-hero {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(4,17,31,.72) 0%, rgba(7,29,50,.46) 42%, rgba(7,29,50,.22) 100%),
      linear-gradient(96deg, rgba(4,17,31,.80) 0%, rgba(7,29,50,.38) 50%, rgba(7,29,50,.08) 86%),
      url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=2200&q=80') center/cover;
  }

  .post-type-archive-hotel .site-header-global { top: 10px; }
  .post-type-archive-hotel .site-header-global .topbar {
    padding: 10px 12px;
    border-radius: 18px;
  }

  .post-type-archive-hotel .archive-hero-inner { padding-top: 122px; }

  .post-type-archive-hotel .archive-copy-reference {
    max-width: 360px;
    padding: 34px 0 0;
  }

  .post-type-archive-hotel .archive-copy-reference .breadcrumb {
    max-width: 100%;
    margin: 0 auto 14px;
    padding: 9px 14px;
    gap: 8px;
    justify-content: center;
    text-align: center;
    font-size: .8rem;
  }

  .post-type-archive-hotel .archive-copy-reference h1 {
    max-width: 340px;
    margin-inline: auto;
    font-size: 2.24rem;
    line-height: .96;
    letter-spacing: -.045em;
    text-shadow: 0 10px 24px rgba(0,0,0,.22);
  }

  .post-type-archive-hotel .archive-copy-reference p {
    max-width: 320px;
    margin: 14px auto 18px;
    font-size: .95rem;
    line-height: 1.5;
  }

  .post-type-archive-hotel .archive-hero-checks {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: .96rem;
  }

  .post-type-archive-hotel .archive-hero-checks div { justify-content: center; }

  .post-type-archive-hotel .archive-trust-strip {
    width: 100%;
    max-width: 360px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    padding: 14px 16px;
    border-radius: 24px;
    margin-top: 4px;
    background: rgba(7,25,42,.52);
  }

  .post-type-archive-hotel .archive-trust-strip div {
    justify-content: center;
    text-align: center;
    font-size: .9rem;
  }

  .post-type-archive-hotel .archive-hero::after {
    width: calc(100% + 40px);
    height: 96px;
    bottom: -36px;
  }

  .post-type-archive-hotel .archive-lower-card {
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 18px;
  }

  .post-type-archive-hotel .listing-card,
  .post-type-archive-hotel .filter-card { border-radius: 18px; padding: 14px; }

  .post-type-archive-hotel .mobile-filter-bar { display: block; }
  .post-type-archive-hotel .filter-card { display: none; }
  .post-type-archive-hotel .filter-card.show-mobile { display: block; }
}


/* archive card button polish + curated fallback image support */
.post-type-archive-hotel .archive-card-btn {
  min-width: 148px;
  padding: 13px 18px;
  font-size: 0.94rem;
  line-height: 1;
}

.post-type-archive-hotel .archive-card-btn-outline {
  background: #f5f7fb;
  color: var(--navy-900);
  border: 1px solid rgba(11,39,66,.10);
  box-shadow: none;
}

.post-type-archive-hotel .archive-card-btn-outline:hover {
  background: #edf3f8;
  color: var(--navy-900);
}

.post-type-archive-hotel .archive-card-btn-primary {
  background: linear-gradient(180deg, #f0c76f, #d8a33f);
  color: #152235;
  box-shadow: 0 12px 24px rgba(216,163,63,.20);
}

.post-type-archive-hotel .hotel-title h3 a,
.post-type-archive-hotel .hotel-image-link {
  display: block;
}

.post-type-archive-hotel .hotel-image-link {
  height: 100%;
}

.post-type-archive-hotel .hotel-image-link img {
  transition: transform .35s ease;
}

.post-type-archive-hotel .hotel-item:hover .hotel-image-link img {
  transform: scale(1.03);
}

.post-type-archive-hotel .action-buttons {
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .post-type-archive-hotel .archive-card-btn {
    min-width: 132px;
  }
}

@media (max-width: 760px) {
  .post-type-archive-hotel .action-buttons {
    width: 100%;
    justify-content: stretch;
  }

  .post-type-archive-hotel .archive-card-btn {
    flex: 1 1 0;
    min-width: 0;
  }
}



/* mobile archive structure cleanup: reduce nested card feeling */
@media (max-width: 760px) {
  .post-type-archive-hotel .archive-follow {
    padding-top: 2px;
  }

  .post-type-archive-hotel .archive-lower {
    padding-bottom: 12px;
  }

  .post-type-archive-hotel .archive-lower-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .post-type-archive-hotel .line-title {
    margin-bottom: 12px;
    padding-inline: 4px;
  }

  .post-type-archive-hotel .results-toolbar {
    gap: 12px;
    margin-bottom: 12px;
  }

  .post-type-archive-hotel .listing-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .post-type-archive-hotel .archive-listing-head {
    margin: 8px 0 14px;
    padding: 0 4px;
  }

  .post-type-archive-hotel .listing-head h2 {
    font-size: 2rem;
    line-height: .98;
    max-width: 320px;
  }

  .post-type-archive-hotel .listing-head p {
    max-width: 100%;
    margin-top: 10px;
    font-size: 1rem;
  }

  .post-type-archive-hotel .hotel-list {
    gap: 18px;
  }

  .post-type-archive-hotel .hotel-item {
    border-radius: 24px;
    box-shadow: 0 14px 28px rgba(8,27,45,.08);
  }

  .post-type-archive-hotel .hotel-copy {
    padding: 0 18px 18px;
  }

  .post-type-archive-hotel .hotel-topline {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .post-type-archive-hotel .rating-box {
    text-align: left;
    min-width: 0;
    margin-top: 2px;
  }

  .post-type-archive-hotel .rating-box .stars {
    margin-bottom: 4px;
  }

  .post-type-archive-hotel .hotel-actions {
    align-items: stretch;
  }

  .post-type-archive-hotel .hotel-actions .price-note {
    width: 100%;
  }
}

/* hotel archive desktop curve cleanup */
@media (min-width: 761px) {
  .post-type-archive-hotel .archive-hero::after {
    background: #ffffff;
    width: max(112%, 1800px);
    bottom: -54px;
    height: clamp(104px, 9vw, 124px);
    z-index: 1;
  }

  .post-type-archive-hotel .archive-follow {
    background: transparent;
    margin-top: -56px;
    padding: 0 0 18px;
    position: relative;
    z-index: 2;
  }

  .post-type-archive-hotel .archive-lower {
    position: relative;
    z-index: 3;
    padding-top: 0;
  }

  .post-type-archive-hotel .archive-lower-card {
    background: #ffffff;
    border-radius: 34px 34px 24px 24px;
    padding-top: 22px;
    box-shadow: var(--shadow-lg);
  }
}

@media (min-width: 1200px) {
  .post-type-archive-hotel .archive-follow {
    margin-top: -48px;
  }
}

/* hotel archive curve join fix */
@media (min-width: 761px) {
  .post-type-archive-hotel .archive-follow {
    background: transparent;
    margin-top: -1px;
    padding: 0 0 18px;
  }
}

@media (min-width: 1200px) {
  .post-type-archive-hotel .archive-follow {
    margin-top: 2px;
  }
}


.post-type-archive-hotel .hotel-archive-bottom-content {
  background: linear-gradient(180deg, var(--cream) 0%, #f7f1e7 100%);
  padding: 20px 0 56px;
}
.post-type-archive-hotel .hotel-archive-bottom-inner {
  width: min(var(--container), calc(100% - 24px));
  margin-inline: auto;
}
.post-type-archive-hotel .hotel-bottom-grid {
  display: grid;
  gap: 24px;
}
.post-type-archive-hotel .hotel-bottom-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94));
  border: 1px solid rgba(11,39,66,.08);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  padding: 28px;
}
.post-type-archive-hotel .hotel-bottom-heading {
  margin-bottom: 22px;
}
.post-type-archive-hotel .hotel-bottom-heading .mini-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(231,180,85,.14);
  color: var(--gold-600);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.post-type-archive-hotel .hotel-bottom-heading h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--navy-950);
}
.post-type-archive-hotel .hotel-bottom-heading p {
  margin: 0;
  max-width: 860px;
  color: var(--muted);
  font-size: 1rem;
}
.post-type-archive-hotel .hotel-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.post-type-archive-hotel .hotel-trust-card {
  background: linear-gradient(180deg, #fffdf9, #f8f3ea);
  border: 1px solid rgba(11,39,66,.08);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow-md);
}
.post-type-archive-hotel .hotel-trust-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: var(--navy-950);
}
.post-type-archive-hotel .hotel-trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.post-type-archive-hotel .hotel-faq-list {
  display: grid;
  gap: 12px;
}
.post-type-archive-hotel .hotel-faq-item {
  background: #fff;
  border: 1px solid rgba(11,39,66,.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.post-type-archive-hotel .hotel-faq-item--extra {
  display: none;
}
.post-type-archive-hotel .hotel-faq-list.is-expanded .hotel-faq-item--extra {
  display: block;
}
.post-type-archive-hotel .hotel-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 54px 18px 20px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--navy-950);
}
.post-type-archive-hotel .hotel-faq-item summary::-webkit-details-marker {
  display: none;
}
.post-type-archive-hotel .hotel-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(231,180,85,.16);
  color: var(--gold-600);
  font-size: 1.2rem;
  font-weight: 700;
}
.post-type-archive-hotel .hotel-faq-item[open] summary::after {
  content: '–';
}
.post-type-archive-hotel .hotel-faq-answer {
  padding: 0 20px 18px;
}
.post-type-archive-hotel .hotel-faq-answer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.post-type-archive-hotel .hotel-faq-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.post-type-archive-hotel .hotel-faq-toggle {
  min-width: 190px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(11,39,66,.12);
  background: #f4f7fb;
  color: #0a2741;
  box-shadow: 0 10px 24px rgba(8,27,45,.08);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.post-type-archive-hotel .hotel-faq-toggle:hover {
  background: #fff;
  transform: translateY(-1px);
}
@media (max-width: 991px) {
  .post-type-archive-hotel .hotel-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .post-type-archive-hotel .hotel-archive-bottom-content {
    padding: 14px 0 40px;
  }
  .post-type-archive-hotel .hotel-bottom-panel {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .post-type-archive-hotel .hotel-trust-grid {
    grid-template-columns: 1fr;
  }
  .post-type-archive-hotel .hotel-faq-item summary {
    padding: 16px 48px 16px 16px;
    font-size: .98rem;
  }
  .post-type-archive-hotel .hotel-faq-answer {
    padding: 0 16px 16px;
  }
}


.post-type-archive-hotel .hotel-archive-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.post-type-archive-hotel .hotel-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(11,39,66,.10);
  color: var(--navy-900);
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(8,27,45,.06);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.post-type-archive-hotel .hotel-archive-pagination .page-numbers:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(8,27,45,.10);
}

.post-type-archive-hotel .hotel-archive-pagination .page-numbers.current {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  border-color: transparent;
  color: #0a2741;
}

.post-type-archive-hotel .hotel-archive-pagination .page-numbers.dots {
  min-width: auto;
  padding: 0 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .post-type-archive-hotel .hotel-archive-pagination {
    gap: 8px;
  }

  .post-type-archive-hotel .hotel-archive-pagination .page-numbers {
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    font-size: .92rem;
  }
}

/* ucc199: SEO editor links for Hotels archive editable content */
.mh-archive-hotel {
  --mh-hotel-editor-link: #2f8390;
  --mh-hotel-editor-link-hover: #1f6570;
  --mh-hotel-editor-link-dark: #f0c76f;
  --mh-hotel-editor-link-dark-hover: #ffe2a0;
}

.mh-archive-hotel h1 a:not(.btn),
.mh-archive-hotel h2 a:not(.btn),
.mh-archive-hotel h3 a:not(.btn),
.mh-archive-hotel h4 a:not(.btn),
.mh-archive-hotel p a:not(.btn),
.mh-archive-hotel li a:not(.btn),
.mh-archive-hotel summary a:not(.btn),
.mh-archive-hotel .mini-eyebrow a:not(.btn),
.mh-archive-hotel .breadcrumb a:not(.btn),
.mh-archive-hotel .hero-checks a:not(.btn),
.mh-archive-hotel .trust-strip a:not(.btn),
.mh-archive-hotel .hotel-trust-card a:not(.btn),
.mh-archive-hotel .hotel-faq-answer a:not(.btn) {
  color: var(--mh-hotel-editor-link);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .18em;
  font-weight: 800;
}

.mh-archive-hotel h1 a:not(.btn):hover,
.mh-archive-hotel h2 a:not(.btn):hover,
.mh-archive-hotel h3 a:not(.btn):hover,
.mh-archive-hotel h4 a:not(.btn):hover,
.mh-archive-hotel p a:not(.btn):hover,
.mh-archive-hotel li a:not(.btn):hover,
.mh-archive-hotel summary a:not(.btn):hover,
.mh-archive-hotel .mini-eyebrow a:not(.btn):hover,
.mh-archive-hotel .breadcrumb a:not(.btn):hover,
.mh-archive-hotel .hero-checks a:not(.btn):hover,
.mh-archive-hotel .trust-strip a:not(.btn):hover,
.mh-archive-hotel .hotel-trust-card a:not(.btn):hover,
.mh-archive-hotel .hotel-faq-answer a:not(.btn):hover {
  color: var(--mh-hotel-editor-link-hover);
}

.mh-archive-hotel .archive-hero h1 a:not(.btn),
.mh-archive-hotel .archive-hero h2 a:not(.btn),
.mh-archive-hotel .archive-hero h3 a:not(.btn),
.mh-archive-hotel .archive-hero p a:not(.btn),
.mh-archive-hotel .archive-hero .breadcrumb a:not(.btn),
.mh-archive-hotel .archive-hero .hero-checks a:not(.btn),
.mh-archive-hotel .archive-hero .trust-strip a:not(.btn) {
  color: var(--mh-hotel-editor-link-dark);
}

.mh-archive-hotel .archive-hero h1 a:not(.btn):hover,
.mh-archive-hotel .archive-hero h2 a:not(.btn):hover,
.mh-archive-hotel .archive-hero h3 a:not(.btn):hover,
.mh-archive-hotel .archive-hero p a:not(.btn):hover,
.mh-archive-hotel .archive-hero .breadcrumb a:not(.btn):hover,
.mh-archive-hotel .archive-hero .hero-checks a:not(.btn):hover,
.mh-archive-hotel .archive-hero .trust-strip a:not(.btn):hover {
  color: var(--mh-hotel-editor-link-dark-hover);
}

.mh-archive-hotel a.btn,
.mh-archive-hotel a.btn:hover,
.mh-archive-hotel .btn a,
.mh-archive-hotel .btn a:hover {
  text-decoration: none !important;
}

.mh-archive-hotel a.btn-gold,
.mh-archive-hotel a.btn-gold:hover,
.mh-archive-hotel .btn-gold a,
.mh-archive-hotel .btn-gold a:hover {
  color: #152235 !important;
}

.mh-archive-hotel a.btn-ghost,
.mh-archive-hotel a.btn-ghost:hover,
.mh-archive-hotel a.btn-teal,
.mh-archive-hotel a.btn-teal:hover,
.mh-archive-hotel .btn-ghost a,
.mh-archive-hotel .btn-ghost a:hover,
.mh-archive-hotel .btn-teal a,
.mh-archive-hotel .btn-teal a:hover {
  color: #ffffff !important;
}


/* hotel archive hero spacing fix: keep badge rows clear from the curved section below */
@media (min-width: 761px) {
  .post-type-archive-hotel .archive-hero {
    min-height: 710px;
  }

  .post-type-archive-hotel .archive-copy-reference {
    padding-bottom: clamp(86px, 7vw, 126px);
  }

  .post-type-archive-hotel .archive-hero-checks {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .post-type-archive-hotel .archive-hero {
    min-height: 735px;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .post-type-archive-hotel .archive-copy-reference {
    padding-bottom: 96px;
  }
}

/* hotel archive tablet hero spacing fix: add clear gap below header and remove oversized bottom empty area */
@media (min-width: 761px) and (max-width: 1180px) {
  .post-type-archive-hotel .archive-hero {
    min-height: clamp(560px, 58vw, 620px);
  }

  .post-type-archive-hotel .archive-hero-inner {
    padding-top: 132px;
  }

  .post-type-archive-hotel .archive-copy-reference {
    padding-top: clamp(66px, 7vw, 82px);
    padding-bottom: clamp(34px, 4vw, 54px);
  }

  .post-type-archive-hotel .archive-copy-reference .breadcrumb {
    margin-bottom: 20px;
  }

  .post-type-archive-hotel .archive-hero-checks {
    margin-bottom: 16px;
  }

  .post-type-archive-hotel .archive-trust-strip {
    margin-top: 2px;
  }

  .post-type-archive-hotel .archive-hero::after {
    height: 92px;
    bottom: -38px;
  }
}

/* Hide hotel rate pill on archive cards. */
.post-type-archive-hotel .hotel-price-badge { display: none !important; }
