/*
  Zaisei overrides for the bundled Spike Admin theme.
  Keep this file tiny and deterministic (loaded after styles.css).
*/

/* Match the Spike Admin template boxed layout:
   constrain .container-fluid inside content area to 1300px, centered. */
.body-wrapper > .container-fluid,
.body-wrapper > .container-lg,
.body-wrapper > .container-md,
.body-wrapper > .container-sm,
.body-wrapper > .container-xl,
.body-wrapper > .container-xxl {
  max-width: 1300px;
  margin: 0 auto;
}
