/* Page Header Component Styles */
/* Reusable page header with icon, title, and subtitle */

.page-header {
  /* Base styles are applied inline, but can be overridden here if needed */
}

.page-header__icon {
  /* Icon styles can be customized here if needed */
}

/* Text foreground color utility */
.text-foreground {
  color: hsl(var(--foreground)) !important;
}
