.asx-live-badge,
[data-asx-badge] {
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  background: rgba(255, 45, 149, 0.95);
  color: #fff;
  box-shadow: 0 0 16px rgba(255, 45, 149, 0.45);
}

.asx-live-notification-refresh-status {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(24,24,34,0.92), rgba(8,8,14,0.92));
  color: #fff;
  max-width: 720px;
}

.asx-live-notification-refresh-status h3 {
  margin-top: 0;
}
