.cell-void,
.cell-spacer {
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  opacity: 0.28;
  pointer-events: none;
}

.cell-open {
  background: var(--cell);
}

.cell-char {
  line-height: 1;
}

.cw7-runtime .board {
  background: color-mix(in srgb, var(--line) 50%, transparent);
}

.cw7-runtime .modal-list-row span {
  word-break: keep-all;
}
