/* Custom styles for election dashboard */

.navbar-brand {
  font-weight: bold;
}

.card {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn {
  border-radius: 6px;
}

/* Dashboard specific styles */
.dashboard .card-body {
  padding: 1rem;
}

/* Value box styles */
.valuebox {
  border-radius: 8px;
  border: none;
}

/* Table improvements */
.gt_table {
  border-collapse: collapse;
}

/* Custom colors for parties */
.party-democrat {
  color: #004EA2;
  font-weight: bold;
}

.party-people-power {
  color: #C41E3A;
  font-weight: bold;
}

.party-reform {
  color: #F39800;
  font-weight: bold;
}