
/* Separate homepage modules without a page-wide vertical grid. */
.ch-home::before {
  content: none;
}
.ch-home > .ch-section,
.ch-home > .ch-final {
  border-block: 0;
}
.ch-home > .ch-section + .ch-section,
.ch-home > .ch-section + .ch-final {
  border-top: 1px solid var(--ch-border);
}
