
.tb-review-lite-wrap{
  padding:32px 14px;
  background:transparent;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#111;
  box-sizing:border-box;
}

.tb-review-lite-wrap *{
  box-sizing:border-box;
}

.tb-review-lite-inner{
  max-width:1180px;
  margin:0 auto;
}

.tb-review-lite-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.tb-review-lite-title-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.tb-review-lite-icon{
  width:30px;
  height:30px;
  border-radius:999px;
  background:#e8f7ef;
  color:#35b66b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  flex-shrink:0;
}

.tb-review-lite-header h2{
  margin:0;
  font-size:24px;
  line-height:1.2;
  font-weight:760;
  letter-spacing:-.02em;
  color:#111;
}

.tb-review-lite-score{
  font-size:13px;
  color:rgba(0,0,0,.58);
  white-space:nowrap;
}

.tb-review-lite-scroll{
  display:flex;
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:2px 2px 12px;
  cursor:grab;
  touch-action:pan-x;
}

.tb-review-lite-scroll:active{
  cursor:grabbing;
}

.tb-review-lite-scroll::-webkit-scrollbar{
  display:none;
}

.tb-review-lite-card{
  flex:0 0 310px;
  min-width:310px;
  min-height:156px;
  display:flex;
  gap:14px;
  align-items:stretch;
  justify-content:space-between;
  padding:16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.1);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(0,0,0,.055);
  scroll-snap-align:start;
}

.tb-review-lite-main{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
}

.tb-review-lite-user-row{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:12px;
}

.tb-review-lite-avatar{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#111;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:760;
  flex-shrink:0;
}

.tb-review-lite-user-info{
  min-width:0;
}

.tb-review-lite-name{
  font-size:13.5px;
  line-height:1.2;
  font-weight:720;
  color:#111;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.tb-review-lite-stars{
  margin-top:4px;
  font-size:12px;
  line-height:1.2;
  color:#35b66b;
  letter-spacing:.6px;
  white-space:nowrap;
}

.tb-review-lite-stars span{
  letter-spacing:0;
  color:#35b66b;
  font-size:11.5px;
  margin-left:4px;
  font-weight:620;
}

.tb-review-lite-stars span:before{
  content:"✓";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:13px;
  height:13px;
  margin-right:3px;
  border-radius:999px;
  background:#35b66b;
  color:#fff;
  font-size:9px;
  line-height:1;
  vertical-align:1px;
}

.tb-review-lite-text{
  margin:0;
  font-size:14px;
  line-height:1.45;
  color:rgba(0,0,0,.78);
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.tb-review-lite-text.is-expanded{
  display:block;
  -webkit-line-clamp:unset;
  overflow:visible;
}

.tb-review-lite-expand{
  display:none;
  align-self:flex-start;
  margin:6px 0 0;
  padding:0;
  border:0;
  background:transparent;
  color:#111;
  font-size:12.5px;
  line-height:1.2;
  font-weight:680;
  text-decoration:underline;
  cursor:pointer;
}

.tb-review-lite-img{
  width:86px;
  height:86px;
  align-self:flex-end;
  border-radius:12px;
  object-fit:cover;
  background:#f3f3f3;
  cursor:pointer;
  flex-shrink:0;
  transition:transform .22s ease, opacity .22s ease;
}

.tb-review-lite-img:hover{
  transform:scale(1.035);
  opacity:.94;
}

.tb-review-lite-dots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-top:2px;
}

.tb-review-lite-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(0,0,0,.14);
  cursor:pointer;
  transition:width .22s ease, background .22s ease, transform .22s ease;
  appearance:none;
  -webkit-appearance:none;
}

.tb-review-lite-dots button.is-active{
  width:18px;
  background:#111;
}

.tb-review-lite-dots button:active{
  transform:scale(.92);
}

.tb-review-lite-actions{
  text-align:center;
  margin-top:18px;
}

.tb-review-lite-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:11px 24px;
  border-radius:999px;
  background:#111;
  color:#fff !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:680;
  transition:transform .22s ease, opacity .22s ease;
}

.tb-review-lite-more:hover{
  transform:translateY(-1px);
  opacity:.9;
}

.tb-review-lite-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:999999;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(0,0,0,.88);
}

.tb-review-lite-modal.is-open{
  display:flex;
}

.tb-review-lite-modal img{
  max-width:94vw;
  max-height:88vh;
  border-radius:18px;
  object-fit:contain;
}

.tb-review-lite-close{
  position:absolute;
  top:18px;
  right:20px;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:28px;
  line-height:42px;
  cursor:pointer;
}

@media(max-width:768px){
  .tb-review-lite-wrap{
    padding:28px 12px;
  }

  .tb-review-lite-header{
    margin-bottom:14px;
    align-items:flex-end;
  }

  .tb-review-lite-header h2{
    font-size:22px;
  }

  .tb-review-lite-score{
    font-size:12px;
    max-width:44%;
    white-space:normal;
    text-align:right;
    line-height:1.35;
  }

  .tb-review-lite-scroll{
    gap:12px;
    padding-bottom:12px;
  }

  .tb-review-lite-card{
    flex-basis:78vw;
    min-width:78vw;
    min-height:146px;
    padding:14px;
    border-radius:17px;
    gap:12px;
  }

  .tb-review-lite-avatar{
    width:36px;
    height:36px;
  }

  .tb-review-lite-name{
    font-size:13px;
  }

  .tb-review-lite-text{
    font-size:13.2px;
    line-height:1.45;
    -webkit-line-clamp:3;
  }

  .tb-review-lite-img{
    width:78px;
    height:78px;
    border-radius:11px;
  }

  .tb-review-lite-more{
    min-height:40px;
    font-size:13.5px;
    padding:10px 22px;
  }
}

@media(max-width:390px){
  .tb-review-lite-card{
    flex-basis:84vw;
    min-width:84vw;
  }

  .tb-review-lite-score{
    max-width:42%;
    font-size:11.5px;
  }

  .tb-review-lite-img{
    width:72px;
    height:72px;
  }
}
