/* =====================================
   NODE PAGE LAYOUT
   (Content | Right)
   IMPORTANT: use path-node
===================================== */

.path-node .section1-grid {
  grid-template-columns: 70% 30%;
}

/* Hide left sidebar on node */
.path-node .section1-left {
  display: none;
}

/* Content column */
.path-node .section1-content {
  grid-column: 1 / 2;
}

/* Right sidebar */
.path-node .section1-right {
  grid-column: 2 / 3;
}
