.table th {
  text-transform: none !important;
  font-weight: 600;
  font-size: 1rem !important;
}

.summary-card {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  background-color: #c7c7c7;
}