/* ════════════════════════════════════════════════════════════════
   v83 — Hard-hide the v49 floating notification widget so the
         in-app topbar bell is the only notification surface.
══════════════════════════════════════════════════════════════════ */
#v49Bell,
.v49-bell,
#v49Drawer,
.v49-drawer,
#v49BellCount,
.v49-bell-count {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
