/* BPMS S005 — mobile-only removal of the disruptive online/status indicators. */
@media (max-width: 700px) {
  #bpmsSyncPill,
  #bpmsStatusToast,
  .bpms-status-toast,
  .bpms-online,
  .online-status,
  .status-online,
  #v371OnlineDot,
  #v371OnlineText,
  #v37OnlineDot,
  #v37OnlineText,
  #homeOnlineDot,
  #homeOnlineText {
    display: none !important;
  }

  /* The header tool injected by the existing homepage script contains the bell
     followed by the Online pill. Keep the bell and remove only the pill. */
  #v2HomeTools > span {
    display: none !important;
  }
}
