.label-material {
  font-size: 0.85rem;
  color: #6c757d; /* Bootstrap's text-secondary */
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}

.text-material-primary {
  color: #1976d2; /* Material primary blue */
  font-weight: 600;
  font-size: 1rem;
}

.text-material-secondary {
  color: #424242;
  font-size: 0.95rem;
}

.text-material-muted {
  color: #9e9e9e;
  font-size: 0.9rem;
}

.text-material-metric {
  color: #388e3c; /* Material green */
  font-weight: 600;
}
