.tv-device-status.is-playing {
  background: #dcfce7;
  color: #087443;
}

.tv-device-status.is-online {
  background: #dbeafe;
  color: #1d4ed8;
}

.tv-device-status.is-error {
  background: #fee2e2;
  color: #b42318;
}

.tv-device-status.is-offline {
  background: #eef1f5;
  color: #657287;
}
