/* HULK SA Reviews UX v10.0.8
   Compact, review-first layout. Visual summary numbers remain available in
   live data/Schema but are intentionally removed from the visible section. */

#reviews .reviews-v834-shell{
  padding:10px 9px 12px;
}

#reviews .reviews-v834-stage{
  margin-top:0;
}

#reviews .reviews-v834-viewport{
  padding:4px 0 10px;
}

/* Do not stretch every card to the height of the longest review. */
#reviews .reviews-v834-track-list{
  align-items:flex-start !important;
}

#reviews .review-card{
  flex-basis:min(76vw,500px);
  min-height:0;
  padding:20px 20px 21px;
  border-radius:22px;
}

#reviews .review-card-top{
  gap:10px;
}

#reviews .review-author{
  font-size:clamp(17px,2.8vw,21px);
}

#reviews .verified-badge{
  margin-top:4px;
  font-size:10.5px;
}

#reviews .review-date{
  font-size:9.5px;
}

#reviews .review-stars{
  margin-top:14px;
  font-size:19px;
  letter-spacing:2px;
}

#reviews .review-body{
  margin-top:15px;
  font-size:clamp(17px,3vw,21px);
  line-height:1.65;
}

#reviews .reviews-v834-controls{
  margin-top:2px;
  gap:10px;
}

#reviews .reviews-v834-nav{
  width:36px;
  height:36px;
  font-size:23px;
}

#reviews .reviews-v834-dots{
  gap:6px;
  min-width:96px;
  max-width:min(68vw,420px);
  overflow:hidden;
}

@media(max-width:620px){
  #reviews .reviews-v834-shell{
    padding:8px 7px 10px;
    border-radius:21px;
  }

  #reviews .reviews-v834-viewport{
    padding:3px 0 8px;
  }

  #reviews .reviews-v834-track-list{
    gap:9px !important;
    padding-inline:8vw !important;
  }

  #reviews .review-card{
    flex-basis:82vw;
    min-height:0;
    padding:18px 17px 19px;
    border-radius:21px;
  }

  #reviews .review-author{
    font-size:18px;
  }

  #reviews .review-stars{
    margin-top:12px;
    font-size:18px;
  }

  #reviews .review-body{
    margin-top:13px;
    font-size:18px;
    line-height:1.6;
  }

  #reviews .reviews-v834-nav{
    width:34px;
    height:34px;
    font-size:22px;
  }
}

@media(max-width:390px){
  #reviews .review-card{
    flex-basis:84vw;
    padding:17px 16px 18px;
  }
}
