.reviews-page-body {
  background: #f7f6f2;
}

.reviews-page-body.review-lightbox-open,
.reviews-page-body.reviews-filter-open {
  overflow: hidden;
}

.reviews-page-body .main-nav {
  gap: clamp(13px, 1.5vw, 25px);
}

.reviews-page {
  color: #34342f;
}

.reviews-page button,
.reviews-page input,
.reviews-page select {
  font: inherit;
}

.reviews-page svg,
.review-photo-lightbox svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reviews-hero {
  position: relative;
  min-height: 510px;
  padding: 112px 0 70px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 14% 24%, rgba(221, 175, 86, .18), transparent 28%),
    radial-gradient(circle at 84% 84%, rgba(221, 175, 86, .12), transparent 28%),
    linear-gradient(135deg, #171815 0%, #282923 58%, #1c1d19 100%);
}

.reviews-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.reviews-hero::after {
  content: "”";
  position: absolute;
  left: 7%;
  bottom: -128px;
  color: rgba(220, 174, 82, .065);
  font-family: Georgia, serif;
  font-size: 420px;
  line-height: 1;
  pointer-events: none;
}

.reviews-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  align-items: center;
  gap: clamp(54px, 7vw, 110px);
}

.reviews-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 25px;
  color: rgba(255,255,255,.47);
  font-size: 12px;
}

.reviews-breadcrumb a {
  color: rgba(255,255,255,.68);
  transition: color .2s ease;
}

.reviews-breadcrumb a:hover { color: #e8bd67; }

.reviews-eyebrow,
.reviews-section-heading > div > span,
.reviews-browser-heading > div > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c18b2d;
  font-size: 13px;
  font-weight: 850;
}

.reviews-eyebrow { color: #e6b95f; }

.reviews-eyebrow::before,
.reviews-section-heading > div > span::before,
.reviews-browser-heading > div > span::before {
  content: "";
  width: 25px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}

.reviews-hero h1 {
  max-width: 700px;
  margin: 13px 0 14px;
  color: #fff;
  font-size: clamp(35px, 4.2vw, 58px);
  line-height: 1.35;
  letter-spacing: -1.6px;
}

.reviews-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.67);
  font-size: 15px;
  line-height: 2;
}

.reviews-hero-search {
  max-width: 690px;
  min-height: 62px;
  margin-top: 27px;
  padding: 6px 8px 6px 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 17px;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.reviews-hero-search > svg {
  flex: 0 0 auto;
  color: #8d887e;
  font-size: 22px;
}

.reviews-hero-search input {
  min-width: 0;
  flex: 1;
  color: #302f2a;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.reviews-hero-search input::placeholder { color: #969188; }

.reviews-hero-search button {
  align-self: stretch;
  min-width: 104px;
  padding: 0 20px;
  color: #28251f;
  background: linear-gradient(135deg, #efd083, #d2a044);
  border: 0;
  border-radius: 12px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.reviews-hero-search button:hover,
.reviews-hero-search button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(156,108,29,.26);
}

.reviews-hero-hints {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.45);
  font-size: 12px;
}

.reviews-hero-hints button {
  padding: 4px 9px;
  color: rgba(255,255,255,.67);
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  cursor: pointer;
}

.reviews-hero-hints button:hover { color: #efc76f; border-color: rgba(239,199,111,.35); }

.reviews-trust-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(230,185,95,.24);
  border-radius: 25px;
  box-shadow: 0 30px 75px rgba(0,0,0,.2);
  backdrop-filter: blur(14px);
}

.reviews-trust-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: -85px;
  left: -60px;
  background: rgba(226,178,82,.13);
  border-radius: 50%;
}

.reviews-trust-score {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews-trust-score > strong {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #24241f;
  background: linear-gradient(135deg, #f0cf83, #d3a246);
  border-radius: 21px;
  font-size: 27px;
  box-shadow: inset 0 1px rgba(255,255,255,.45);
}

.reviews-trust-score span,
.reviews-trust-score b,
.reviews-trust-score small { display: block; }
.reviews-trust-score b { color: #fff; font-size: 17px; }
.reviews-trust-score small { margin-top: 4px; color: rgba(255,255,255,.49); font-size: 12px; }
.reviews-trust-stars { margin: 18px 0; color: #e8b650; font-size: 17px; letter-spacing: 4px; direction: ltr; text-align: right; }

.reviews-trust-stats {
  padding: 17px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(255,255,255,.1);
}

.reviews-trust-stats span { text-align: center; border-left: 1px solid rgba(255,255,255,.09); }
.reviews-trust-stats span:last-child { border-left: 0; }
.reviews-trust-stats b,
.reviews-trust-stats small { display: block; }
.reviews-trust-stats b { color: #fff; font-size: 17px; }
.reviews-trust-stats small { margin-top: 3px; color: rgba(255,255,255,.46); font-size: 12px; }
.reviews-trust-card > p { margin: 16px 0 0; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.7; }
.reviews-trust-card > p svg { color: #71b987; font-size: 15px; }

.reviewed-hotels-section {
  padding: 70px 0 76px;
  background: #fff;
  border-bottom: 1px solid #e8e3da;
}

.reviews-section-heading,
.reviews-browser-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.reviews-section-heading h2,
.reviews-browser-heading h2 {
  margin: 8px 0 0;
  color: #282923;
  font-size: clamp(26px, 3vw, 37px);
  line-height: 1.4;
  letter-spacing: -.7px;
}

.reviews-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #866024;
  font-size: 12px;
  font-weight: 800;
}

.reviews-section-heading > a svg { font-size: 17px; transition: transform .2s ease; }
.reviews-section-heading > a:hover svg { transform: translateX(-3px); }

.reviewed-hotels-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.reviewed-hotel {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  color: #fff;
  background: #252622;
  border-radius: 18px;
  box-shadow: 0 8px 23px rgba(35,33,28,.1);
  isolation: isolate;
}

.reviewed-hotel > img,
.reviewed-hotel-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.reviewed-hotel > img { z-index: -2; object-fit: cover; transition: transform .45s ease; }
.reviewed-hotel-overlay { z-index: -1; background: linear-gradient(to top, rgba(18,18,15,.92), rgba(18,18,15,.03) 68%); }
.reviewed-hotel > div { position: absolute; inset: auto 16px 16px; }
.reviewed-hotel > div > span { color: #f0bb51; font-size: 12px; letter-spacing: 1px; }
.reviewed-hotel h3 { margin: 4px 0 5px; color: #fff; font-size: 15px; }
.reviewed-hotel p { margin: 0; color: rgba(255,255,255,.61); font-size: 12px; }
.reviewed-hotel p b { margin-left: 3px; color: #24251f; background: #e3b85f; border-radius: 7px; padding: 2px 6px; font-size: 12px; }
.reviewed-hotel:hover > img { transform: scale(1.055); }

.reviews-browser-section {
  padding: 80px 0 90px;
}

.reviews-browser-heading { align-items: center; }
.reviews-browser-heading > div > p { margin: 7px 0 0; color: #817c73; font-size: 13px; }
.reviews-mobile-filter { display: none; }

.reviews-browser-layout {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.reviews-filter-panel {
  position: sticky;
  top: 92px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e0d7;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(45,42,35,.045);
}

.reviews-filter-mobile-head { display: none; }

.reviews-filter-panel > section {
  padding: 20px;
  border-bottom: 1px solid #eeeae3;
}

.reviews-filter-panel h3 { margin: 0 0 13px; color: #414139; font-size: 13px; }

.reviews-filter-options { display: grid; gap: 5px; }
.reviews-filter-options label { position: relative; cursor: pointer; }
.reviews-filter-options input { position: absolute; opacity: 0; pointer-events: none; }
.reviews-filter-options span { min-height: 36px; padding: 0 11px; display: flex; align-items: center; color: #6d6960; border: 1px solid transparent; border-radius: 9px; font-size: 12px; transition: .2s ease; }
.reviews-filter-options span::before { content: ""; width: 15px; height: 15px; margin-left: 9px; border: 1px solid #c8c1b6; border-radius: 50%; box-shadow: inset 0 0 0 3px #fff; }
.reviews-filter-options input:checked + span { color: #6e4c18; background: #fbf4e6; border-color: #ead6ae; font-weight: 800; }
.reviews-filter-options input:checked + span::before { background: #b47a22; border-color: #b47a22; }
.reviews-filter-options input:focus-visible + span { outline: 2px solid #b78533; outline-offset: 2px; }

.reviews-score-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.reviews-score-options label { position: relative; }
.reviews-score-options input { position: absolute; opacity: 0; }
.reviews-score-options span { height: 38px; display: grid; place-items: center; color: #716c63; background: #f8f7f4; border: 1px solid #e3ded5; border-radius: 9px; font-size: 12px; font-weight: 750; cursor: pointer; }
.reviews-score-options input:checked + span { color: #fff; background: #35362f; border-color: #35362f; }
.reviews-score-options input:focus-visible + span { outline: 2px solid #b78533; outline-offset: 2px; }

.reviews-photo-only,
.reviews-verified-only {
  position: relative;
  display: block;
  cursor: pointer;
}

.reviews-photo-only + .reviews-verified-only { margin-top: 13px; }
.reviews-photo-only input,
.reviews-verified-only input { position: absolute; opacity: 0; }
.reviews-photo-only > span,
.reviews-verified-only > span { position: relative; padding-right: 27px; display: grid; grid-template-columns: 18px 1fr; column-gap: 8px; color: #5c5952; }
.reviews-photo-only > span::before,
.reviews-verified-only > span::before { content: ""; position: absolute; right: 0; top: 1px; width: 17px; height: 17px; background: #fff; border: 1px solid #c7c0b5; border-radius: 5px; }
.reviews-photo-only input:checked + span::before,
.reviews-verified-only input:checked + span::before { background: #a87322; border-color: #a87322; box-shadow: inset 0 0 0 4px #fff; }
.reviews-photo-only svg,
.reviews-verified-only svg { margin-top: 2px; color: #a87322; font-size: 17px; }
.reviews-photo-only b,
.reviews-verified-only b { font-size: 12px; }
.reviews-photo-only small { grid-column: 2; margin-top: 2px; color: #969086; font-size: 12px; }

.reviews-filter-reset {
  width: calc(100% - 40px);
  min-height: 38px;
  margin: 15px 20px;
  color: #8a6226;
  background: transparent;
  border: 1px solid #ddcfb9;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.reviews-filter-reset:hover { background: #fbf6eb; }

.reviews-results-toolbar {
  min-height: 54px;
  margin-bottom: 13px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid #e5e0d7;
  border-radius: 13px;
}

.reviews-results-toolbar p { margin: 0; color: #777269; font-size: 12px; }
.reviews-results-toolbar p b { color: #373730; font-size: 13px; }
.reviews-results-toolbar label { display: flex; align-items: center; gap: 7px; color: #8a857c; font-size: 12px; }
.reviews-results-toolbar select { height: 35px; padding: 0 10px 0 29px; color: #4d4b44; background: #f8f7f4; border: 1px solid #ddd7cd; border-radius: 8px; outline: 0; font-size: 12px; font-weight: 750; }
.reviews-results-toolbar select:focus { border-color: #b48535; box-shadow: 0 0 0 3px rgba(180,133,53,.11); }

.reviews-list { display: grid; gap: 15px; }

.traveler-review-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3ded5;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(43,40,34,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.traveler-review-card:hover {
  border-color: #d9c8aa;
  box-shadow: 0 14px 34px rgba(43,40,34,.075);
  transform: translateY(-2px);
}

.traveler-review-card[hidden] { display: none; }

.traveler-review-hotel {
  min-height: 82px;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: #fcfbf8;
  border-bottom: 1px solid #ece7df;
}

.traveler-review-hotel-image { width: 58px; height: 56px; overflow: hidden; border-radius: 10px; }
.traveler-review-hotel-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.traveler-review-hotel-image:hover img { transform: scale(1.06); }
.traveler-review-stars { display: block; color: #e4ae3e; font-size: 12px; letter-spacing: 1px; }
.traveler-review-hotel h3 { margin: 3px 0 2px; color: #33342e; font-size: 13px; }
.traveler-review-hotel h3 a { color: inherit; }
.traveler-review-hotel h3 a:hover { color: #956920; }
.traveler-review-hotel p { margin: 0; display: flex; align-items: center; gap: 4px; overflow: hidden; color: #8b867d; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.traveler-review-hotel p svg { flex: 0 0 auto; color: #b48535; font-size: 12px; }

.traveler-review-hotel-rating { min-width: 64px; text-align: center; }
.traveler-review-hotel-rating strong { width: 43px; height: 34px; margin-inline: auto; display: grid; place-items: center; color: #fff; background: #4d8b62; border-radius: 9px 9px 3px 9px; font-size: 13px; }
.traveler-review-hotel-rating span { margin-top: 4px; display: block; color: #979187; font-size: 12px; }

.traveler-review-body {
  padding: 20px;
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 23px;
}

.traveler-review-author {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.traveler-avatar {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #74501a;
  background: #f1dfbc;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

.traveler-review-author b,
.traveler-review-author small,
.traveler-review-author em { display: block; }
.traveler-review-author b { margin-top: 1px; color: #4a4942; font-size: 12px; }
.traveler-review-author small { max-width: 115px; margin-top: 3px; color: #928c83; font-size: 12px; line-height: 1.6; }
.traveler-review-author em { margin-top: 8px; color: #43815a; font-size: 12px; font-style: normal; font-weight: 750; }
.traveler-review-author em svg { margin-left: 3px; font-size: 12px; vertical-align: -2px; }

.traveler-review-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.traveler-review-title h4 { margin: 0; color: #373730; font-size: 14px; line-height: 1.6; }
.traveler-review-title time { margin-top: 3px; display: block; color: #9a958c; font-size: 12px; }
.traveler-review-title > strong { width: 48px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: #365f43; background: #e6f2e9; border: 1px solid #cce4d3; border-radius: 11px; font-size: 15px; }
.traveler-review-copy > p { margin: 12px 0 0; color: #69665e; font-size: 12px; line-height: 2.05; }

.traveler-review-points { margin-top: 13px; display: grid; gap: 6px; }
.traveler-review-points p { margin: 0; display: flex; align-items: baseline; gap: 5px; color: #757168; font-size: 12px; line-height: 1.8; }
.traveler-review-points p > span { width: 16px; height: 16px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; font-size: 12px; font-weight: 900; }
.traveler-review-points p:first-child > span { color: #3c8054; background: #e6f2e9; }
.traveler-review-points p:last-child > span { color: #a75f52; background: #f7e9e6; }
.traveler-review-points b { color: #545149; font-size: 12px; }

.traveler-review-photos {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.traveler-review-photos button {
  position: relative;
  width: 104px;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  background: #e5e1da;
  border: 1px solid #ddd6cb;
  border-radius: 10px;
  cursor: zoom-in;
}

.traveler-review-photos img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.traveler-review-photos button:hover img { transform: scale(1.07); }
.traveler-review-photos button > span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(25,25,22,.62); font-size: 14px; font-weight: 900; }

.traveler-review-copy footer {
  min-height: 42px;
  margin-top: 15px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  border-top: 1px solid #eeeae3;
}

.traveler-review-copy footer > span { color: #969087; font-size: 12px; }
.traveler-review-copy footer button { margin-right: 4px; padding: 4px 8px; color: #6c685f; background: #f7f6f2; border: 1px solid #dfd9cf; border-radius: 7px; font-size: 12px; font-weight: 750; cursor: pointer; }
.traveler-review-copy footer button svg { margin-left: 3px; color: #568669; vertical-align: -2px; }
.traveler-review-copy footer button.is-selected { color: #326347; background: #e8f3eb; border-color: #c8dfcf; }
.traveler-review-copy footer > a { display: inline-flex; align-items: center; gap: 5px; color: #8a6226; font-size: 12px; font-weight: 800; }
.traveler-review-copy footer > a svg { font-size: 14px; transition: transform .2s ease; }
.traveler-review-copy footer > a:hover svg { transform: translateX(-3px); }

.reviews-empty {
  padding: 70px 25px;
  text-align: center;
  background: #fff;
  border: 1px dashed #d9d2c7;
  border-radius: 18px;
}
.reviews-empty[hidden] { display: none; }
.reviews-empty > span { width: 58px; height: 58px; margin: 0 auto; display: grid; place-items: center; color: #a37127; background: #f5ead4; border-radius: 50%; }
.reviews-empty > span svg { font-size: 25px; }
.reviews-empty h3 { margin: 14px 0 5px; color: #3e3e37; font-size: 17px; }
.reviews-empty p { margin: 0; color: #8b867d; font-size: 12px; }
.reviews-empty button { min-height: 39px; margin-top: 16px; padding: 0 18px; color: #fff; background: #41423a; border: 0; border-radius: 9px; font-size: 12px; font-weight: 800; cursor: pointer; }

.reviews-load-more { margin-top: 20px; text-align: center; }
.reviews-load-more[hidden] { display: none; }
.reviews-load-more button { min-width: 245px; min-height: 47px; padding: 0 20px; color: #5f574a; background: #fff; border: 1px solid #d9d1c4; border-radius: 12px; box-shadow: 0 6px 17px rgba(47,43,35,.045); font-size: 12px; font-weight: 850; cursor: pointer; }
.reviews-load-more button span { color: #9a9285; font-weight: 600; }
.reviews-load-more button svg { margin-right: 7px; font-size: 14px; vertical-align: -3px; }
.reviews-load-more button:hover { color: #805b22; border-color: #cbb58e; }

.reviews-help-section { padding: 0 0 88px; }
.reviews-help-card { min-height: 160px; padding: 32px 39px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #fff; background: linear-gradient(125deg, #272822, #35362e); border: 1px solid #3e3f37; border-radius: 24px; box-shadow: 0 20px 50px rgba(39,38,32,.13); }
.reviews-help-card > div { display: flex; align-items: center; gap: 19px; }
.reviews-help-card > div > span { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; color: #edc36f; background: rgba(229,180,83,.11); border: 1px solid rgba(229,180,83,.2); border-radius: 17px; }
.reviews-help-card > div > span svg { font-size: 28px; }
.reviews-help-card h2 { margin: 0 0 5px; color: #fff; font-size: 21px; }
.reviews-help-card p { max-width: 670px; margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.9; }
.reviews-help-card > a { min-width: 145px; min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 0 0 auto; color: #292720; background: linear-gradient(135deg, #efcc7d, #d5a346); border-radius: 12px; font-size: 12px; font-weight: 850; }
.reviews-help-card > a svg { font-size: 16px; }

.review-photo-lightbox {
  position: fixed;
  z-index: 140;
  inset: 0;
  padding: 25px;
  display: grid;
  place-items: center;
}

.review-photo-lightbox[hidden] { display: none; }
.review-photo-lightbox-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(15,15,13,.86); border: 0; cursor: zoom-out; backdrop-filter: blur(7px); }
.review-photo-lightbox > section { position: relative; width: min(94vw, 940px); max-height: calc(100vh - 50px); padding: 13px; display: grid; grid-template-rows: auto minmax(250px, 1fr) auto; overflow: auto; color: #fff; background: #252620; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 35px 100px rgba(0,0,0,.48); }
.review-photo-lightbox header { min-height: 61px; padding: 4px 6px 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.review-photo-lightbox header span { color: #d6a94f; font-size: 12px; font-weight: 800; }
.review-photo-lightbox header h2 { margin: 2px 0 0; color: #fff; font-size: 14px; }
.review-photo-lightbox header button { width: 38px; height: 38px; padding: 0; display: grid; place-items: center; color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; cursor: pointer; }
.review-photo-lightbox header button svg { font-size: 18px; }
.review-photo-lightbox-stage { min-height: 300px; overflow: hidden; background: #171814; border-radius: 14px; }
.review-photo-lightbox-stage img { width: 100%; height: min(59vh, 610px); display: block; object-fit: contain; }
.review-photo-lightbox-comment { margin-top: 10px; padding: 14px 15px; display: flex; align-items: flex-start; gap: 11px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 13px; }
.review-photo-lightbox-comment > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; color: #6d4c1a; background: #e7c67f; border-radius: 50%; font-size: 12px; font-weight: 900; }
.review-photo-lightbox-comment b { color: #fff; font-size: 12px; }
.review-photo-lightbox-comment p { margin: 3px 0 0; color: rgba(255,255,255,.59); font-size: 12px; line-height: 1.8; }

@media (max-width: 1080px) {
  .reviews-page-body .main-nav { gap: 11px; }
  .reviews-page-body .main-nav a { font-size: 12px; }
  .reviews-hero-layout { grid-template-columns: minmax(0, 1.2fr) 310px; gap: 44px; }
  .reviewed-hotels-track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .reviewed-hotel:nth-child(5) { display: none; }
  .traveler-review-body { grid-template-columns: 145px minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 860px) {
  .reviews-hero { padding-top: 100px; }
  .reviews-hero-layout { grid-template-columns: 1fr; gap: 30px; }
  .reviews-trust-card { max-width: 610px; }
  .reviewed-hotels-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reviewed-hotel:nth-child(4) { display: none; }
  .reviews-mobile-filter { min-height: 43px; padding: 0 14px; display: inline-flex; align-items: center; gap: 7px; color: #65491d; background: #f4e7ce; border: 1px solid #e5cca0; border-radius: 10px; font-size: 12px; font-weight: 850; cursor: pointer; }
  .reviews-mobile-filter svg { font-size: 17px; }
  .reviews-mobile-filter span { min-width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: #94671f; border-radius: 50%; font-size: 12px; }
  .reviews-mobile-filter span[hidden] { display: none; }
  .reviews-browser-layout { grid-template-columns: 1fr; }
  .reviews-filter-panel { position: fixed; z-index: 120; inset: 0 0 0 auto; width: min(88vw, 350px); border-radius: 0; overflow-y: auto; transform: translateX(110%); transition: transform .28s ease; }
  .reviews-filter-panel::before { content: ""; position: fixed; z-index: -1; inset: 0 100% 0 auto; width: 100vw; background: rgba(20,20,18,.56); pointer-events: none; opacity: 0; transition: opacity .28s ease; }
  .reviews-filter-panel.is-open { transform: translateX(0); box-shadow: -20px 0 60px rgba(0,0,0,.25); }
  .reviews-filter-panel.is-open::before { opacity: 1; pointer-events: auto; }
  .reviews-filter-mobile-head { min-height: 68px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e9e4dc; }
  .reviews-filter-mobile-head b { color: #383831; font-size: 14px; }
  .reviews-filter-mobile-head button { width: 37px; height: 37px; padding: 0; display: grid; place-items: center; color: #605d56; background: #f5f3ef; border: 1px solid #ded8ce; border-radius: 50%; }
  .traveler-review-body { grid-template-columns: 1fr; }
  .traveler-review-author { padding-bottom: 14px; border-bottom: 1px solid #efebe4; }
  .traveler-review-author small { max-width: none; }
}

@media (max-width: 620px) {
  .reviews-hero { min-height: auto; padding: 88px 0 47px; }
  .reviews-hero h1 { font-size: 32px; letter-spacing: -1px; }
  .reviews-hero-copy > p { font-size: 13px; }
  .reviews-breadcrumb { margin-bottom: 18px; }
  .reviews-hero-search { min-height: 57px; padding-left: 7px; }
  .reviews-hero-search button { min-width: 84px; padding: 0 13px; }
  .reviews-hero-hints { display: none; }
  .reviews-trust-card { padding: 22px; }
  .reviews-trust-score > strong { width: 67px; height: 67px; border-radius: 18px; font-size: 23px; }
  .reviews-trust-score b { font-size: 15px; }
  .reviews-trust-stats b { font-size: 14px; }
  .reviewed-hotels-section { padding: 52px 0 58px; }
  .reviews-section-heading { align-items: center; }
  .reviews-section-heading > a { font-size: 0; }
  .reviews-section-heading > a svg { font-size: 21px; }
  .reviewed-hotels-track { margin-left: calc((100vw - 100%) / -2); padding-left: 24px; display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .reviewed-hotels-track::-webkit-scrollbar { display: none; }
  .reviewed-hotel,
  .reviewed-hotel:nth-child(n) { width: 205px; min-height: 225px; display: block; flex: 0 0 auto; scroll-snap-align: start; }
  .reviews-browser-section { padding: 59px 0 70px; }
  .reviews-browser-heading { align-items: flex-end; }
  .reviews-browser-heading > div > p { display: none; }
  .reviews-results-toolbar { padding: 9px 12px; align-items: center; }
  .reviews-results-toolbar label { font-size: 0; }
  .reviews-results-toolbar select { font-size: 12px; }
  .traveler-review-hotel { grid-template-columns: 54px minmax(0, 1fr) auto; padding: 11px; gap: 9px; }
  .traveler-review-hotel-image { width: 54px; height: 53px; }
  .traveler-review-hotel h3 { font-size: 12px; }
  .traveler-review-hotel p { max-width: 190px; }
  .traveler-review-hotel-rating { min-width: 46px; }
  .traveler-review-hotel-rating span { display: none; }
  .traveler-review-body { padding: 16px; }
  .traveler-review-title h4 { font-size: 13px; }
  .traveler-review-copy > p { font-size: 12px; }
  .traveler-review-points p { align-items: flex-start; }
  .traveler-review-photos { margin-inline: -2px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .traveler-review-photos button { width: 116px; flex: 0 0 auto; }
  .traveler-review-copy footer { align-items: flex-start; flex-direction: column; }
  .traveler-review-copy footer > a { align-self: flex-end; }
  .reviews-help-section { padding-bottom: 58px; }
  .reviews-help-card { padding: 25px; align-items: flex-start; flex-direction: column; }
  .reviews-help-card > div { align-items: flex-start; }
  .reviews-help-card > div > span { width: 48px; height: 48px; }
  .reviews-help-card h2 { font-size: 17px; }
  .reviews-help-card > a { width: 100%; }
  .review-photo-lightbox { padding: 9px; }
  .review-photo-lightbox > section { width: 100%; max-height: calc(100vh - 18px); border-radius: 16px; }
  .review-photo-lightbox-stage img { height: min(52vh, 470px); }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-page *,
  .review-photo-lightbox * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
