/* Enlarge logo container from 48px to 128px */
.w-12.h-12 {
  width: 8rem !important;
  height: 8rem !important;
}
.w-12.h-12 img {
  max-height: 8rem !important;
  height: 8rem !important;
  width: auto !important;
}
/* Hide "Health Dashboard" heading */
.text-2xl.font-bold.tracking-tight {
  display: none !important;
}
/* Hide "System Monitoring Dashboard" subheading */
.text-muted-foreground.mt-2 {
  display: none !important;
}
