#cb { animation: none !important; opacity: 1 !important; }

.t886 { display: none !important; }

#cb {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 300px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 24px 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05), 0 16px 48px rgba(0,0,0,0.12);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

#cb-icon { width:36px; height:36px; background:#EFF6FF; border-radius:10px; display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
#cb-icon svg { width:18px; height:18px; }
#cb-title { font-size:15px; font-weight:600; color:#111827; margin:0 0 8px; line-height:1.3; }
#cb-text { font-size:12.5px; line-height:1.65; color:#6B7280; margin:0 0 18px; }
#cb-text a { color:#2563EB; text-decoration:none; font-weight:500; }
#cb-text a:hover { text-decoration:underline; }
.cb-btns { display:flex; flex-direction:column; gap:8px; }
.cb-btn { width:100%; padding:11px 0; border-radius:8px; font-family:inherit; font-size:13px; font-weight:600; cursor:pointer; border:none; }
.cb-accept { background:#2563EB; color:#fff; }
.cb-accept:hover { background:#1D4ED8; }
.cb-decline { background:#F3F4F6; color:#374151; }
.cb-decline:hover { background:#E5E7EB; }
#cb-note { font-size:11px; color:#9CA3AF; text-align:center; margin:12px 0 0; line-height:1.5; }
.cb-hide { display:none !important; }