/* TB Insta Comments Plus UI */
.tbc-wrap{border:1px solid var(--tb-border,#e6e6e6); border-radius:12px; background:#fff}
.tbc-header{padding:10px 12px; border-bottom:1px solid #eee}
.tbc-list{display:flex; flex-direction:column; gap:12px; padding:12px}
.tbc-item{display:flex; gap:10px; font-size:14px}
.tbc-ava{width:36px; height:36px; border-radius:999px; flex:0 0 36px; overflow:hidden}
.tbc-ava img{width:100%; height:100%; object-fit:cover}
.tbc-b{flex:1}
.tbc-top{display:flex; gap:6px; align-items:center; flex-wrap:wrap}
.tbc-name{font-weight:600}
.tbc-v{display:inline-flex; align-items:center; gap:4px; font-size:12px; color:#10b981}
.tbc-v::after{content:""; width:14px; height:14px; display:inline-block; border-radius:50%; background:currentColor; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9 16.2 4.8 12l1.4-1.4L9 13.4l8.8-8.8L19.2 6z"/></svg>') center/12px 12px no-repeat;}
.tbc-time{color:#777; font-size:12px}
.tbc-body{margin-top:2px; line-height:1.35}
.tbc-acts{display:flex; gap:12px; margin-top:6px; font-size:12px; color:#666}
.tbc-like.liked{color:#e91e63; font-weight:600}
.tbc-form{display:flex; gap:8px; padding:10px 12px; border-top:1px solid #eee}
.tbc-input{flex:1; padding:10px 12px; border:1px solid #ddd; border-radius:20px}
.tbc-send{padding:8px 14px; border:0; border-radius:18px; background:#111; color:#fff; cursor:pointer}
.tbc-login-cta{padding:12px}
/* Replies */
.tbc-replies{margin-left:46px; border-left:2px solid #eee; padding-left:12px; display:flex; flex-direction:column; gap:12px}
.tbc-reply-toggle{font-size:12px; color:#666; margin-left:46px; cursor:pointer}
.tbc-mention{color:#0866ff; text-decoration:none}
.tbc-mention:hover{text-decoration:underline}
/* User list row shows post title */
.tbc-post-ref{font-size:12px; color:#666; margin-top:4px}
