/* Spotlight simple sur l’élément ciblé */
.nv-spotlight {
  outline: 3px solid rgba(59, 130, 246, .7);
  outline-offset: 2px;
  border-radius: 10px;
  transition: outline-color .2s ease;
}

/* Bulle */
.nv-coachbubble {
  position: absolute;
  max-width: 380px;
  background: #111827;
  color: #f9fafb;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
  z-index: 9999;
  line-height: 1.45;
  font-size: 14px;
}

.nv-coachbubble .nv-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.nv-coachbubble .nv-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nv-btn {
  border: 0;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 8px;
  background: #374151;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center
}

.nv-btn:hover {
  background: #4b5563
}

.nv-primary {
  background: #2563eb
}

.nv-primary:hover {
  background: #1d4ed8
}
