/* Overrides: center content on non-home pages and hide theme toggle remnants */

/* Non-home pages should be left-aligned (no centering) */
body.not-home .page {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}

body.not-home .page__inner-wrap,
body.not-home .page__content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Ensure sidebar (if present) doesn't force flow; collapse it */
body.not-home .sidebar {
  display: none !important;
}

/* If any theme-toggle styles exist, hide them defensively */
#theme-toggle { display: none !important; }
#theme-icon { display: none !important; }
