
@media(max-width:700px){
  #croGoogleReviewsWall{overflow:hidden!important}
  .cro-reviews-viewport{
    overflow-x:auto!important;overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch;
    scrollbar-width:none!important;padding:0!important
  }
  .cro-reviews-viewport::-webkit-scrollbar{display:none!important}
  .cro-reviews-track{
    display:flex!important;width:max-content!important;gap:12px!important;
    padding:4px 18px 12px!important;animation:none!important;transform:none!important
  }
  .cro-review-card{
    flex:0 0 calc(100vw - 64px)!important;
    width:calc(100vw - 64px)!important;max-width:340px!important;min-width:0!important;
    min-height:0!important;height:auto!important;scroll-snap-align:center!important;
    padding:17px!important;overflow:hidden!important
  }
  .cro-review-card header{
    padding-right:0!important;display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important
  }
  .cro-platform-badge{
    position:static!important;grid-column:1 / -1!important;justify-self:start!important;
    margin-top:7px!important;min-height:30px!important;padding:0 10px!important;
    font-size:.72rem!important
  }
  .cro-platform-badge b{display:none!important}
  .cro-review-card p{
    font-size:1rem!important;line-height:1.48!important;
    display:-webkit-box!important;-webkit-line-clamp:8!important;
    -webkit-box-orient:vertical!important;overflow:hidden!important
  }
  .cro-reviews-head{gap:14px!important}
  .cro-reviews-rating strong{font-size:1rem!important;line-height:1.25!important}
}
