/* Shared Tripadvisor-inspired traveler confidence panel. */
body.ac-editorial-home .ac-home-proof--tripadvisor{
  position:relative;
  overflow:hidden;
  border-block:1px solid #dededb;
  background:#f4f4f2;
}
body.ac-editorial-home .ac-home-proof--tripadvisor::after{ display:none; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
  align-items:end;
  gap:clamp(36px,6vw,84px);
  margin-bottom:clamp(28px,4vw,44px);
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro .ac-eyebrow{ color:#49655d; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro h2{
  margin:15px 0 0;
  color:var(--ac-navy);
  font-family:var(--ac-serif);
  font-size:clamp(42px,5vw,68px);
  font-weight:500;
  letter-spacing:-.035em;
  line-height:.98;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro h2 em{ color:var(--ac-clay); font-weight:400; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro-copy{ max-width:490px; padding-bottom:4px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro-copy > a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#003b2f;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__frame{
  position:relative;
  z-index:1;
  padding:8px;
  border:1px solid #bcae99;
  border-radius:29px;
  background:linear-gradient(135deg,#fffdf8 0%,#e8ded0 48%,#fffdf8 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 28px 70px rgba(20,45,38,.13);
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__frame::before{
  content:"";
  position:absolute;
  z-index:3;
  inset:3px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:25px;
  pointer-events:none;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__panel{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr);
  overflow:hidden;
  border:1px solid #cfc7ba;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 36px rgba(20,45,38,.1);
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__summary{
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  padding:clamp(28px,3.5vw,44px);
  border-right:1px solid #dededb;
  background:#fff;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__reviews-layout{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(0,1.18fr) minmax(230px,.82fr);
  background:#fff;
  transition:opacity .13s ease;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__reviews-layout.is-review-changing{ opacity:.5; transform:none; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__brand{ width:154px; height:auto; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__brand-verified{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:11px;
  color:#006b4b;
  font-size:10px;
  font-weight:850;
  letter-spacing:.025em;
  line-height:1.25;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__brand-verified i,
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__source i{
  display:grid;
  width:16px;
  height:16px;
  place-items:center;
  border-radius:50%;
  background:#00aa6c;
  color:#fff;
  font-size:9px;
  font-style:normal;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating{
  display:flex;
  width:auto;
  min-width:0;
  min-height:0;
  align-items:center;
  gap:14px;
  margin-top:24px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating > strong{
  color:#111;
  font-size:clamp(46px,4.5vw,62px);
  font-weight:800;
  letter-spacing:-.055em;
  line-height:.9;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating > span{ display:grid; gap:6px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating small{ color:#5f5f5c; font-size:11px; font-weight:700; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating .ac-tripadvisor-bubbles--score{ gap:3px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating .ac-tripadvisor-bubbles--score i{
  width:20px;
  height:20px;
  border:2px solid #00aa6c;
  background:linear-gradient(90deg,#00aa6c 0 var(--ac-bubble-fill,100%),#fff var(--ac-bubble-fill,100%) 100%);
  box-shadow:none;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__profile-link{
  display:inline-flex;
  width:100%;
  min-height:50px;
  align-items:center;
  margin-top:20px;
  padding:8px 10px 8px 18px;
  border:1px solid #b09b79;
  border-radius:12px;
  background:linear-gradient(135deg,#eadfc9 0%,#c9b183 52%,#e0d1b7 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 6px 14px rgba(49,44,35,.13);
  color:#183a32;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
  text-decoration:none;
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__profile-link > span{
  display:grid;
  width:26px;
  height:30px;
  margin-left:auto;
  place-items:center;
  color:#183a32;
  font-size:15px;
  transition:transform .2s ease;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__profile-link:hover,
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__profile-link:focus-visible{
  border-color:#9d855f;
  background:linear-gradient(135deg,#efe6d5 0%,#d0ba8f 52%,#e6dac5 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 8px 18px rgba(49,44,35,.16);
  transform:translateY(-1px);
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__profile-link:hover > span,
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__profile-link:focus-visible > span{ transform:translateX(3px); }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verification{
  width:100%;
  margin-top:15px;
  padding-top:15px;
  border-top:1px solid #e3e3e0;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verification summary{
  display:flex;
  align-items:center;
  gap:7px;
  color:#006b4b;
  cursor:pointer;
  font-size:11px;
  font-weight:850;
  list-style:none;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verification summary::-webkit-details-marker{ display:none; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verification summary > span{
  display:grid;
  width:18px;
  height:18px;
  place-items:center;
  border-radius:50%;
  background:#00aa6c;
  color:#fff;
  font-size:10px;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verification p{ margin:11px 0 0; color:#5f5f5c; font-size:10px; line-height:1.55; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote{
  display:block;
  height:auto;
  min-height:0;
  overflow:visible;
  margin:0;
  padding:clamp(28px,4vw,48px);
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote--featured{
  display:flex;
  position:relative;
  min-width:0;
  height:520px;
  min-height:520px;
  overflow:hidden;
  flex-direction:column;
  padding-bottom:108px;
  border-right:1px solid #e3e3e0;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote::before{ display:none; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote-head{ display:flex; align-items:center; justify-content:space-between; gap:18px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__traveler{ display:flex; min-width:0; align-items:center; gap:11px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__traveler > span:last-child{ display:grid; min-width:0; gap:3px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__traveler strong{ overflow:hidden; color:#111; font-size:14px; text-overflow:ellipsis; white-space:nowrap; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__traveler small{ overflow:hidden; color:#666; font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verified-by{ display:inline-flex; align-items:center; gap:4px; color:#007a50; font-size:9px; font-weight:800; line-height:1.2; white-space:nowrap; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verified-by i{ display:grid; width:12px; height:12px; place-items:center; border-radius:50%; background:#e1f5ed; color:#007a50; font-size:8px; font-style:normal; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__avatar{ display:grid; flex:0 0 52px; width:52px; height:52px; overflow:hidden; place-items:center; border:1px solid #d5d5d2; border-radius:50%; background:#e8dfd2; color:var(--ac-navy); font-size:18px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__avatar img{ width:100%; height:100%; object-fit:cover; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__source{ display:inline-flex; align-items:center; gap:6px; padding:7px 10px; border-radius:999px; background:#e9f7f2; color:#003b2f; font-size:10px; font-weight:850; white-space:nowrap; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote-rating{ display:flex; align-items:center; gap:8px; margin-top:28px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote-rating .ac-tripadvisor-bubbles{ gap:3px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote-bubbles i{ width:17px; height:17px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verified-score{ display:inline-flex; align-items:center; gap:5px; color:#111; font-size:12px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verified-score > i{ display:grid; width:15px; height:15px; place-items:center; border-radius:50%; background:#00aa6c; color:#fff; font-size:9px; font-style:normal; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote h3{ display:-webkit-box; overflow:hidden; margin:17px 0 0; color:#111; font-family:var(--ac-sans); font-size:clamp(20px,2vw,26px); font-weight:850; letter-spacing:-.02em; line-height:1.2; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote > p{ display:-webkit-box; overflow:hidden; margin:13px 0 28px; color:#30302e; font-family:var(--ac-sans); font-size:clamp(16px,1.5vw,18px); line-height:1.65; -webkit-box-orient:vertical; -webkit-line-clamp:5; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote footer{ display:flex; align-items:center; justify-content:flex-end; gap:18px; margin-top:auto; padding-top:18px; border-top:1px solid #e3e3e0; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote footer a{ color:#003b2f; font-size:11px; font-weight:850; text-decoration:underline; text-underline-offset:3px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote footer .ac-home-proof__quote-actions{ display:flex; align-items:center; gap:13px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote--featured > footer{ position:absolute; right:clamp(28px,4vw,48px); bottom:clamp(28px,4vw,48px); left:clamp(28px,4vw,48px); margin:0; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote--featured > footer .ac-home-proof__quote-actions{ justify-content:space-between; width:100%; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__next{
  display:inline-flex;
  min-width:76px;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 15px;
  border:0;
  border-radius:999px;
  background:#00aa6c;
  color:#fff;
  cursor:pointer;
  font:850 11px/1 var(--ac-sans);
  transition:background .2s ease,transform .2s ease,opacity .2s ease;
}
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__next span{ font-size:14px; line-height:1; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__next:hover,
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__next:focus-visible{ background:#006b4b; transform:translateX(2px); }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__next:disabled{ cursor:wait; opacity:.65; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__mobile-next{ display:none; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact-list{ display:grid; min-width:0; grid-template-rows:repeat(2,minmax(0,1fr)); }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact{ display:flex; min-width:0; flex-direction:column; padding:clamp(20px,2.3vw,28px); background:#fff; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact:first-child{ border-bottom:1px solid #e3e3e0; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > header{ display:flex; min-width:0; align-items:center; gap:9px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > header > span:last-child{ display:grid; min-width:0; gap:2px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > header strong{ overflow:hidden; color:#111; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > header small{ overflow:hidden; color:#6b6b68; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact .ac-home-proof__avatar{ flex-basis:40px; width:40px; height:40px; font-size:14px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact-rating{ display:flex; align-items:center; gap:6px; margin-top:16px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact-rating .ac-tripadvisor-bubbles{ gap:2px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact-rating .ac-tripadvisor-bubbles i{ width:11px; height:11px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact-rating .ac-home-proof__verified-score{ font-size:10px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact .ac-home-proof__verified-by{ font-size:8px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact .ac-home-proof__verified-by i{ width:10px; height:10px; font-size:7px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact-rating .ac-home-proof__verified-score > i{ width:12px; height:12px; font-size:7px; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact h3{ margin:11px 0 0; color:#111; font-family:var(--ac-sans); font-size:16px; font-weight:850; letter-spacing:-.015em; line-height:1.2; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > p{ display:-webkit-box; overflow:hidden; margin:8px 0 14px; color:#454542; font-size:11px; line-height:1.55; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > footer{ display:flex; align-items:center; justify-content:flex-end; margin-top:auto; padding-top:10px; border-top:1px solid #ededeb; }
body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > footer a{ display:inline-flex; width:auto; height:26px; align-items:center; gap:5px; padding:0 10px; border-radius:999px; background:#e9f7f2; color:#003b2f; font-size:9px; font-weight:900; text-decoration:none; }

@media (min-width:640px) and (max-width:1023px){
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro{ grid-template-columns:1fr; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__panel{ grid-template-columns:1fr; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__summary{ border-right:0; border-bottom:1px solid #dededb; }
}
@media (max-width:767px){
  body.ac-editorial-home .ac-home-proof--tripadvisor{ padding-top:54px; padding-bottom:62px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro{ grid-template-columns:1fr; gap:18px; margin-bottom:25px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro .ac-eyebrow{ font-size:9px; letter-spacing:.12em; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro h2{ max-width:330px; margin-top:12px; font-size:clamp(38px,11.2vw,48px); line-height:.96; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__intro-copy > a{ min-height:40px; padding:0 2px; font-size:12px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__frame{ margin-inline:-4px; padding:5px; border-radius:22px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__frame::before{ inset:2px; border-radius:19px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__panel{ grid-template-columns:1fr; border-radius:16px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__summary{ align-items:center; padding:26px 19px 23px; border-right:0; border-bottom:1px solid #dededb; text-align:center; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__brand{ width:136px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__brand-verified{ justify-content:center; margin-top:10px; font-size:9.5px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating{ justify-content:center; margin-top:21px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating > strong{ font-size:44px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__rating .ac-tripadvisor-bubbles--score i{ width:17px; height:17px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__profile-link{ min-height:52px; margin-top:22px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verification{ margin-top:13px; padding-top:10px; text-align:left; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__reviews-layout{ grid-template-columns:1fr; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote{ height:auto; padding:24px 18px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote--featured{ height:500px; min-height:500px; padding-bottom:86px; border-right:0; border-bottom:1px solid #e3e3e0; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote-head{ align-items:flex-start; flex-direction:column; gap:13px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__traveler{ width:100%; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__verified-by{ white-space:normal; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote-rating{ margin-top:22px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote h3{ margin-top:14px; font-size:21px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote > p{ margin:11px 0 22px; font-size:15.5px; line-height:1.58; -webkit-line-clamp:5; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote--featured > footer{ right:18px; bottom:24px; left:18px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote footer .ac-home-proof__quote-actions{ justify-content:flex-start; width:100%; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__quote footer .ac-home-proof__quote-actions > a{ display:inline-flex; min-height:44px; align-items:center; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact-list{ grid-template-rows:none; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact{ min-height:250px; padding:22px 18px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact:first-child{ border-bottom:1px solid #e3e3e0; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > header{ align-items:flex-start; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact-rating{ margin-top:18px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact h3{ font-size:17px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > p{ margin-bottom:16px; font-size:11.5px; line-height:1.55; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__compact > footer a{ min-height:38px; padding-inline:13px; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__next--desktop{ display:none; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__mobile-next{ display:block; width:100%; margin:0; padding:16px 18px 20px; border-top:1px solid #e3e3e0; background:#fff; }
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__next--mobile{ display:inline-flex !important; width:100%; min-height:44px; padding:0 17px; background:#00aa6c; color:#fff; font-size:12px; }
}

@media (prefers-reduced-motion:reduce){
  body.ac-editorial-home .ac-home-proof--tripadvisor .ac-home-proof__reviews-layout{ transition:none; }
}
