/**
 * Vehicle Dashboard Styles
 * Styling for the vehicle management dashboard
 */

.dashboard-description {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin-top: -5px;
  margin-bottom: 15px;
  font-style: italic;
}

/* Cyberpunk theme enhancements */
.cyberpunk-theme .dashboard-description {
  color: rgba(0, 255, 255, 0.7);
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0.5px;
}
