/* BUILD250 — automatic local-storage pressure recovery + steady status. */
.networkBadge i,
.networkBadge.networkOnline i,
.networkBadge.networkQueued i,
.networkBadge.networkOffline i,
.d1AutoLiveBadge::before{
  animation:none!important;
  opacity:1!important;
  transform:none!important;
}
/* Pending/background server work is never shown as yellow. */
.networkBadge.networkQueued{
  background:#e8f8ef!important;
  color:#075d34!important;
  border:1px solid #9bd4b5!important;
}
/* A true device-save failure stays clearly red instead of yellow/blinking. */
.networkBadge.networkOffline{
  background:#fff0f0!important;
  color:#9e2028!important;
  border:1px solid #e4a4a8!important;
}
