/* CSS for TikTok Reviews v2.1 */
#tr-reviews { max-width:100%; margin:20px auto; }
.tr-item { background:#fff;padding:14px; border-bottom: 1px dashed #cabfbf; }
.tr-head { font-weight:500; margin-bottom:2px; display:flex-start;}
.tr-avatar {width:32px!important;height:32px!important;border-radius: 50%!important;overflow:hidden}
.tr-subhead { font-weight:normal; margin-bottom:4px; font-size:15px }
.tr-subhead p{margin:0}
.tr-body {margin-bottom:8px;overflow-wrap: break-word; font-size: 14px;}
.tr-gallery { display:flex; gap:8px; flex-wrap:wrap; margin-top:8px; }
.tr-thumb { width:72px!important; height:72px!important; object-fit:cover; border-radius:8px!important; cursor:pointer; }
.tr-pagination { text-align:center; margin-top:12px; }
.tr-pagination a, .tr-pagination span { display:inline-block; padding:6px 10px; margin:0 4px; background:#eee; border-radius:6px; text-decoration:none; }
.tr-pagination a.active { background:#ff3b5c; color:#fff; pointer-events:none; }
#tr-popup { position:fixed; inset:0; background:rgba(0,0,0,0.85); display:none; align-items:center; justify-content:center; z-index:99999; }
#tr-popup-inner { position:relative; }
#tr-popup img { max-width:90%; max-height:90%; border-radius:8px; display:block; }
#tr-popup-close { position:absolute; top:-10px; right:-10px; background:#fff; border-radius:50%; width:36px; height:36px; border:0; cursor:pointer; font-size:18px; }
/* Admin table star styling */
.tr-stars span { margin-right:2px; }
