.monthly-revenue-dashboard {
  padding: 20px;
}

.revenue-container {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.revenue-card {
  background: linear-gradient(135deg, #2b38e9 0%, #3b82f6 100%);
  border-radius: 20px;
  padding: 40px 60px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(43, 56, 233, 0.3);
  min-width: 400px;
}

.revenue-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.revenue-amount {
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}

.revenue-jobs {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
}

.loading-state,
.error-state {
  text-align: center;
  padding: 40px;
  color: #666;
}

.error-state {
  color: #e74c3c;
}

.loading-state i,
.error-state i {
  margin-right: 8px;
}
