/* IAQ hub, page-only sheet. Loaded by mu-plugin inm-page-assets.php AFTER the shared type-svc2.css
   (it resolves the name from the page slug), so the shared sheet and pages 54 / 283 / 314 / 289 stay untouched.
   WHY IT EXISTS: this Notion doc has FOUR services, not five. The shared hub layer centres a second row of TWO
   (.svc-card:nth-child(4) -> grid-column 2/4, :nth-child(5) -> 4/6) on the 6-track grid; with no fifth card that
   leaves the fourth sitting left of centre. Centre the lone card instead. Desktop only - at <=1100 the hub layer
   already switches to a 2-column grid and at <=900 to one column, where this must not apply. */
@media (min-width: 1101px) {
  .rsg-inm-x.svc .svc-svc-grid .svc-card:nth-child(4):last-child { grid-column: 3 / 5; }
}
