/* Scope fallback layout to server markup; the interactive gallery owns its own styles. */
[data-server-rendered="accommodation"]{max-width:100%;min-width:0}
[data-server-rendered="accommodation"] .private-carousel{min-width:0}
[data-server-rendered="accommodation"] .private-carousel-track{
  width:100%;min-width:0;margin:0;padding:0;display:flex;gap:0;overflow-x:auto;overflow-y:hidden;
  border-radius:22px;background:#174f50;list-style:none;scroll-snap-type:x mandatory;scrollbar-width:none;
}
[data-server-rendered="accommodation"] .private-carousel-track::-webkit-scrollbar{display:none}
[data-server-rendered="accommodation"] .private-carousel-slide{
  min-width:0;max-width:100%;flex:0 0 100%;position:relative;aspect-ratio:16/9;overflow:hidden;
  scroll-snap-align:start;scroll-snap-stop:always;
}
[data-server-rendered="accommodation"] .private-carousel-slide>img{width:100%;height:100%;display:block;object-fit:cover}
[data-server-rendered="accommodation"] .private-carousel-count{
  padding:8px 12px;border-radius:999px;position:absolute;right:18px;bottom:18px;color:#fff;background:#094b4fe0;font-size:13px;
}
[data-server-rendered="accommodation"] .private-carousel-arrow{
  width:52px;height:52px;border:2px solid #fad4a5;border-radius:50%;position:absolute;top:50%;z-index:2;
  display:grid;place-items:center;color:#094b4f;background:#fad4a5;font-size:34px;line-height:1;text-decoration:none;transform:translateY(-50%);
}
[data-server-rendered="accommodation"] .private-carousel-arrow--previous{left:18px}
[data-server-rendered="accommodation"] .private-carousel-arrow--next{right:18px}
[data-server-rendered="accommodation"] .private-carousel-thumbnails{margin-top:14px;display:flex;gap:12px;overflow-x:auto}
[data-server-rendered="accommodation"] .private-carousel-thumbnails a{width:116px;height:78px;flex:0 0 auto;border:3px solid transparent;border-radius:12px;overflow:hidden}
[data-server-rendered="accommodation"] .private-carousel-thumbnails img{width:100%;height:100%;display:block;object-fit:cover}
[data-server-rendered="accommodation"] .private-carousel a:focus-visible{outline:3px solid #f69f6a;outline-offset:-3px}
@media(max-width:520px){
  [data-server-rendered="accommodation"] .private-carousel-track{border-radius:15px}
  [data-server-rendered="accommodation"] .private-carousel-slide{aspect-ratio:4/3}
  [data-server-rendered="accommodation"] .private-carousel-arrow{width:44px;height:44px;font-size:29px}
  [data-server-rendered="accommodation"] .private-carousel-arrow--previous{left:10px}
  [data-server-rendered="accommodation"] .private-carousel-arrow--next{right:10px}
  [data-server-rendered="accommodation"] .private-carousel-count{right:10px;bottom:10px}
  [data-server-rendered="accommodation"] .private-carousel-thumbnails a{width:86px;height:60px}
}
