/**
 * MISTER FAST LiveMapChat WEB V3.4.3
 * Header Tools Single Set
 *
 * Keep the approved header controls: Notification / Fullscreen / Settings.
 * Remove only legacy notification controls injected on top of the map.
 */

/* Legacy V3.0 map notification button. */
.mf30-map-action.mf30-alert {
  display: none !important;
}

/* Legacy V2.1 workspace notification button. */
.mf21-icon-btn[data-mf21-notify] {
  display: none !important;
}

/* Defensive selectors for legacy notification-only map controls. */
.mf30-map-actions > .mf30-alert,
.mf21-map-tools > [data-mf21-notify],
[data-mf21-toolbar] > [data-mf21-notify] {
  display: none !important;
}
