/* Layout partials - Sidebar and Topbar overrides if needed */
/* Most layout is handled by app.css right now, we will add new Command Center layout rules here */
.page-body-dashboard {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
