/* Quickfix drawer close & layering */
.ccg-quickfix-close {
  position:absolute; top:10px; right:10px;
  padding:6px 10px; border-radius:8px;
  background:rgba(10,10,14,.85); color:#fff; border:1px solid rgba(255,255,255,.2);
  font:600 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  cursor:pointer; z-index:100002; backdrop-filter:saturate(140%) blur(2px);
}
.ccg-quickfix-close:hover { background:rgba(20,20,26,.95); }
.ccg-drawer-visible { z-index:100001 !important; }
.ccg-hidden { display:none !important; }

/* Evite la double bulle Butler si dupliquée */
.ccg-bubble-dup-hidden { display:none !important; }
/* Supprime toute bulle d’aide résiduelle (fallback agressif) */
#cxg-bubble, .cxg-bubble { display: none !important; }
