/* BUILD244 — steady online indicator and non-blocking background sync status. */
.networkBadge i,
.networkBadge.networkOnline i,
.networkBadge.networkQueued i,
.d1AutoLiveBadge::before {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* A legacy queued class may survive briefly while the new service worker takes
   control. Keep that transitional online state green and steady as well. */
.networkBadge.networkQueued {
  background: #129447 !important;
  color: #fff !important;
}
