/* ── Full-width page layout (Carla Miller pages) ──────────────────────────
   Add to themes/custom/cityethics/css/layout.css (or a new components file)
   ──────────────────────────────────────────────────────────────────────── */

.layout-container--full {
  max-width: 100%;
}

.page-main--full {
  width: 100%;
}

/* Remove the node card wrapper styling on full-page nodes */
.node--page-full {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

/* The .site-wrapper inside the node body handles its own max-width */
.node--page-full .site-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
