/* High Flyfe v86 — większe rolki na stronie usługi */
.v85-reels-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(42px,5vw,70px) clamp(26px,4vw,48px);
  max-width:980px;
}

.v85-reel-card{
  width:100%;
}

.v85-player-shell{
  width:min(100%,390px);
  margin:0 auto;
}

.v85-reel-copy{
  width:min(100%,390px);
  margin:0 auto;
  padding-top:15px;
}

.v85-reel-copy h3{
  font-size:clamp(1.08rem,1.5vw,1.3rem);
}

.v85-reel-copy p{
  font-size:.88rem;
}

@media(max-width:920px){
  .v85-reels-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:40px 22px;
  }
  .v85-player-shell,
  .v85-reel-copy{
    width:min(100%,350px);
  }
}

@media(max-width:560px){
  .v85-reels-grid{
    display:flex;
    max-width:none;
    overflow-x:auto;
    gap:14px;
    margin-right:-18px;
    padding-right:18px;
    padding-bottom:12px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .v85-reels-grid::-webkit-scrollbar{display:none}

  .v85-reel-card{
    flex:0 0 min(82vw,340px);
    scroll-snap-align:start;
  }

  .v85-player-shell,
  .v85-reel-copy{
    width:100%;
    margin:0;
  }
}
