/* Hide the tagline paragraph under the H1 */
.dashboard-container h1 + p {
  display: none !important;
}
/* Extra safety: hide any tagline-looking p near the header */
p.text-muted-foreground.mt-2 {
  display: none !important;
} 
