box {
  background-color: blue;
}

grid box {
  background-color: red;
}

window > grid box {
  background-color: blue;
}
