@font-face {
  font-family: 'Heading Now Variable';
  src: url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/Heading-Now-Variable.woff2') format('woff2-variations');
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
@font-face {
  font-family: 'Heading Now Variable';
  src: url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/Heading-Now-Variable.woff2') format('woff2-variations'), url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Variable.ttf') format('truetype-variations');
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
@font-face {
  font-family: "Heading Now Italic Variable";
  src: url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/Heading-Now-Italic-Variable.woff2') format('woff2-variations'), url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Italic-Variable.ttf') format('truetype-variations');
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
@font-face {
  font-family: 'IBM Plex Serif';
  src: url('https://s1.quebecormedia.com/infojdem/fonts/ibm-plex-serif/IBMPlexSerif-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'IBM Plex Serif';
  src: url('https://s1.quebecormedia.com/infojdem/fonts/ibm-plex-serif/IBMPlexSerif-Medium.ttf') format('truetype');
  font-weight: 500;
}
html,
body {
  height: 100%;
  margin: 0;
}
#viz {
  height: 100%;
}
#viz * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#viz .button {
  background-color: red;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Heading Now Variable", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: 550%;
  font-style: normal;
  letter-spacing: 0.25px;
  line-height: 15px;
  padding: 7px 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  #viz .button {
    gap: 10px;
    padding: 8px 16px;
  }
}
#viz [disabled] {
  pointer-events: none;
  opacity: 0.125;
}
#viz #debug {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1000;
}
#viz #debug p {
  border: 1px solid #0004;
  display: inline-block;
  font-family: monospace;
  font-size: 14px;
  margin: 0;
  opacity: 0.75;
  padding: 5px 10px;
}
#viz #debug p.xs-tag {
  display: none;
  background-color: gold;
}
#viz #debug p.sm-tag {
  display: none;
  background-color: orange;
}
#viz #debug p.md-tag {
  display: none;
  background-color: mediumpurple;
}
#viz #debug p.lg-tag {
  display: none;
  background-color: mediumaquamarine;
}
#viz #debug p.xl-tag {
  display: none;
  background-color: lightblue;
}
#viz #debug p.xxl-tag {
  display: none;
  background-color: yellowgreen;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  #viz #debug p.xs-tag {
    display: inline-block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  #viz #debug p.sm-tag {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #viz #debug p.md-tag {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #viz #debug p.lg-tag {
    display: inline-block;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1759px) {
  #viz #debug p.xl-tag {
    display: inline-block;
  }
}
@media only screen and (min-width: 1760px) {
  #viz #debug p.xxl-tag {
    display: inline-block;
  }
}
#viz .no-text-select {
  -webkit-user-select: none!important;
  -khtml-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}
#viz .hidden {
  display: none!important;
}
#viz .transparent {
  opacity: 0!important;
}
#viz #invalid-orientation {
  background-color: #444;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
#viz #invalid-orientation p {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: 500%;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 25px;
  max-width: 320px;
  text-align: center;
  text-transform: none;
}
#viz #invalid-orientation i {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#viz #grid-filled {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#viz #grid-filled p {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-stretch: 500%;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 32px;
  margin: 40px 0 50px 0;
  text-align: center;
  text-transform: none;
}
#viz #grid-filled p i {
  display: block;
  font-size: 80px;
  margin-bottom: 16px;
}
#viz #grid-filled .button {
  background: #7EB200;
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
}
#viz #grid-filled .button.error {
  background: #E51521;
}
#viz #game {
  background-color: #F6EEDF;
  background: linear-gradient(#f6eedf, #e1dacd);
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
#viz #game .navbar {
  background: #e1dacd;
  border-bottom: 1px solid #0001;
}
#viz #game .navbar .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 2000px;
  padding: 10px 25px;
}
#viz #game .navbar .inner .title-wrapper {
  flex-grow: 1;
}
#viz #game .navbar .inner .accessories {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  #viz #game .navbar .inner .accessories {
    margin-right: 24px;
  }
}
#viz #game .navbar .inner .accessories .solver.button {
  background-color: #262626;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0 16px 0 0;
  padding: 5px 8px;
}
#viz #game .navbar .inner .accessories .solver.button img {
  margin-right: 2px;
  width: 14px;
}
@media only screen and (min-width: 640px) {
  #viz #game .navbar .inner .accessories .solver.button {
    font-size: 15px;
    padding: 8px 16px;
  }
  #viz #game .navbar .inner .accessories .solver.button img {
    margin-right: 4px;
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #viz #game .navbar .inner .accessories .solver.button {
    margin: 0 32px 0 0;
  }
}
#viz #game .navbar .inner .accessories .solver.button:hover {
  background-color: #FFDA00;
}
#viz #game .navbar .inner .accessories .solver.button:hover span {
  color: #262626;
}
#viz #game .navbar .inner .accessories .solver.button:hover img {
  filter: brightness(0);
}
#viz #game .navbar .inner .accessories .timer {
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: "Heading Now Variable", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: 450%;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  line-height: 15px;
  text-align: right;
  overflow: hidden;
}
#viz #game .navbar .inner .accessories .timer img {
  margin-right: 6px;
  width: 16px;
}
#viz #game .navbar .inner .accessories .timer span {
  font-variant-numeric: tabular-nums;
}
@media only screen and (min-width: 640px) {
  #viz #game .navbar .inner .accessories .timer {
    font-size: 16px;
    font-stretch: 500%;
  }
  #viz #game .navbar .inner .accessories .timer img {
    margin-right: 8px;
    width: 20px;
  }
}
#viz #game .navbar h2 {
  font-size: 17px;
}
#viz #game h2 {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 19px;
  font-weight: 600;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 26.4px;
  margin: 0;
}
#viz #game .play-area {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  row-gap: 10px;
  align-content: baseline;
  height: calc(100% - 60px);
  padding: 10px 0px 10px 0px;
}
#viz #game .play-area h2 {
  display: none;
}
#viz #game .play-area .grid-container {
  grid-row: 1;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 20px;
  display: flex;
  justify-content: center;
}
#viz #game .play-area .grid-container .crossword-grid {
  background-color: unset;
  box-shadow: unset;
  margin: unset;
}
#viz #game .play-area .grid-container .crossword-grid svg {
  background-color: white;
  border: 0.5px solid #222;
  box-sizing: content-box;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell rect {
  fill: none;
  stroke: #222;
  stroke-width: 1px;
  pointer-events: all;
  cursor: pointer;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell rect.active,
#viz #game .play-area .grid-container .crossword-grid svg .cell rect:hover:not(.blocked) {
  fill: #FFDA00 !important;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell rect.highlighted {
  fill: hsl(51, 100%, 80%);
}
#viz #game .play-area .grid-container .crossword-grid svg .cell rect.blocked {
  fill: #111;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell.free.active rect {
  fill: #FFDA00 !important;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell.free.highlighted rect {
  fill: hsl(51, 100%, 80%);
}
#viz #game .play-area .grid-container .crossword-grid svg .cell.revealed rect {
  fill: #888 !important;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell.active.revealed rect {
  fill: #444 !important;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell.error rect {
  fill: #E51521 !important;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell text {
  pointer-events: none;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell.revealed text,
#viz #game .play-area .grid-container .crossword-grid svg .cell.error text {
  fill: #FFF !important;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell.correct text {
  fill: #7EB200;
}
#viz #game .play-area .grid-container .crossword-grid svg .cell input {
  border-style: none;
  border-radius: 0;
  background-color: darkred;
  color: white;
  font-weight: bold;
  padding-left: 2px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
#viz #game .play-area .hints-container {
  display: none;
}
#viz #game .play-area .hints {
  color: #111;
  display: none;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
#viz #game .play-area .hints table {
  background-color: #FFF;
  border: 1px solid #D1CABE;
  border-collapse: collapse;
  display: block;
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  position: relative;
  width: 100%;
}
#viz #game .play-area .hints table tr {
  cursor: pointer;
  display: block;
}
#viz #game .play-area .hints table tr:hover {
  background: hsl(0, 0%, 85%);
}
#viz #game .play-area .hints table tr.highlighted {
  background: #FFDA00;
  background: #FFF099;
}
#viz #game .play-area .hints table tr.semi-highlighted .led,
#viz #game .play-area .hints table tr.highlighted .led {
  background: #FFDA00;
  background: #FFF099;
}
#viz #game .play-area .hints table td {
  vertical-align: baseline;
  padding: 0;
}
#viz #game .play-area .hints table .hint {
  line-height: 1.3;
}
#viz #game .play-area .hints table td.number {
  color: #000;
  font-family: "Heading Now Variable";
  font-size: 14px;
  font-stretch: 400%;
  font-style: normal;
  font-variant-numeric: lining-nums;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 28px;
  padding-right: 7px;
  text-align: right;
  width: 25px;
}
#viz #game .play-area .hints table td.indice {
  color: #000;
  font-family: "IBM Plex Serif";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
#viz #game .play-area .hintbar {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  line-height: unset;
  height: unset;
  grid-row: 2;
  margin: 0px 5px;
}
#viz #game .play-area .hintbar > span {
  background-color: #feda00;
  border: 1px solid #0001;
}
#viz #game .play-area .hintbar span.text {
  color: #262626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 100%;
  font-family: "Heading Now Variable", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  letter-spacing: 0.25px;
  line-height: 16px;
  padding: 5px;
  text-align: center;
}
#viz #game .play-area .hintbar span i {
  padding: 15px;
}
#viz #game .play-area .keyboard-container {
  grid-row: 3;
  display: flex;
  padding: 5px;
}
#viz #game .play-area .keyboard-container .virtual-keyboard {
  margin: 0 auto;
  width: 100%;
}
#viz #game .play-area .keyboard-container .virtual-keyboard .keyboard-key {
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #0004;
  color: #111111;
  display: inline-block !important;
  font-family: "Heading Now Variable", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  margin: 1px;
  width: calc(100%/10 - 2px);
}
#viz #game .play-area .keyboard-container .virtual-keyboard .keyboard-key:hover {
  background-color: #D1CABE;
}
#viz #game .play-area #toggle-keyboard {
  display: none;
}
#viz #game .play-area #toggle-keyboard .label {
  font-family: "Heading Now Variable", sans-serif;
  font-size: 15px;
  font-stretch: 550%;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 15px;
  margin: 0;
  text-transform: capitalize;
}
#viz #game .play-area #toggle-keyboard .button {
  margin: 0;
  position: relative;
  bottom: 5px;
}
#viz #game .play-area #toggle-keyboard .button img {
  display: block;
}
@media only screen and (min-width: 640px) {
  #viz #game .navbar h2 {
    font-size: 20px;
    line-height: 26.4px;
  }
  #viz #game .navbar .inner > div {
    gap: 10px;
  }
  #viz #game .navbar .inner .solver.button {
    font-size: 15px;
    padding: 8px 16px;
  }
  #viz #game .navbar .inner .solver.button img {
    margin-right: 4px;
    width: 20px;
  }
  #viz #game .navbar .inner .solver.button:hover {
    background-color: #FFDA00;
  }
  #viz #game .navbar .inner .solver.button:hover span {
    color: #262626;
  }
  #viz #game .navbar .inner .solver.button:hover img {
    filter: brightness(0);
  }
  #viz #game .navbar .inner .timer {
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: "Heading Now Variable", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: 450%;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    line-height: 15px;
    text-align: right;
    overflow: hidden;
  }
  #viz #game .navbar .inner .timer img {
    margin-right: 4px;
    width: 16px;
  }
  #viz #game .navbar .inner .timer span {
    font-variant-numeric: tabular-nums;
  }
  #viz #game .play-area {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr auto 1fr;
    padding: 20px;
    padding-bottom: 0;
  }
  #viz #game .play-area .grid-container {
    grid-column: 1 / 3;
  }
  #viz #game .play-area .hintbar {
    grid-column: 1 / 3;
  }
  #viz #game .play-area .hintbar span i {
    font-size: 18px;
    line-height: 16px;
    padding: 20px 20px;
  }
  #viz #game .play-area .hintbar span.text {
    font-size: 18px;
    line-height: 16px;
    padding: 20px 10px;
  }
  #viz #game .play-area .keyboard-container {
    grid-column: 1 / 3;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard .keyboard-key {
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin: 2px;
    width: calc(100%/10 - 4px);
  }
}
@media only screen and (min-width: 640px) and only screen and (min-width: 640px) {
  #viz #game .navbar .inner .timer {
    font-size: 16px;
    font-stretch: 500%;
  }
  #viz #game .navbar .inner .timer img {
    margin-right: 8px;
    width: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #viz #game .navbar h2 {
    font-size: 21px;
    line-height: 21px;
  }
  #viz #game .play-area {
    gap: 0 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto 1fr auto auto;
    padding: 20px;
  }
  #viz #game .play-area h2 {
    display: block;
    grid-column: 2;
    font-size: 21px;
    line-height: 21px;
  }
  #viz #game .play-area h2.hints-title.horizontal {
    grid-row: 1;
    margin-bottom: 5px;
  }
  #viz #game .play-area h2.hints-title.vertical {
    grid-row: 3;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #viz #game .play-area .grid-container {
    align-items: flex-start;
    grid-column: 1;
    grid-row: 1 / 5;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #viz #game .play-area .hints {
    display: block;
    grid-column: 2;
  }
  #viz #game .play-area .hints.horizontal {
    grid-row: 2;
  }
  #viz #game .play-area .hints.vertical {
    grid-row: 4;
  }
  #viz #game .play-area .hintbar {
    display: none;
  }
  #viz #game .play-area .keyboard-container {
    grid-column: 1 / 3;
    grid-row: 5;
    padding: 20px 0 0 0;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard {
    width: 80%;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard .keyboard-key {
    border-radius: 4px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    margin: 3px;
    width: calc(100%/10 - 6px);
  }
  #viz #game .play-area #toggle-keyboard {
    column-gap: 8px;
    grid-column: 1 / 3;
    grid-row: 6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 2000px;
    width: 100%;
  }
  #viz #game .play-area #toggle-keyboard .label {
    display: none;
  }
  #viz #game .play-area #toggle-keyboard .button {
    background-color: unset;
    padding: 0;
  }
  #viz #game .play-area #toggle-keyboard .button img {
    width: unset;
  }
  #viz #game .play-area #toggle-keyboard .button img:hover {
    background-color: #FFDA00;
  }
}
@media only screen and (min-width: 1024px) and (orientation: portrait) {
  #viz #game .navbar h2 {
    font-size: 23px;
    line-height: 23px;
  }
  #viz #game .play-area {
    gap: 0px 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto 1fr auto auto;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
  }
  #viz #game .play-area h2 {
    font-size: 23px;
    line-height: 23px;
  }
  #viz #game .play-area h2.hints-title.horizontal {
    grid-column: 2;
    grid-row: 1;
    margin: 0px 0 5px 0;
  }
  #viz #game .play-area h2.hints-title.vertical {
    grid-column: 2;
    grid-row: 3;
    margin: 20px 0 5px 0;
  }
  #viz #game .play-area .grid-container {
    justify-content: unset;
  }
  #viz #game .play-area .hints.horizontal {
    grid-column: 2;
    grid-row: 2;
  }
  #viz #game .play-area .hints.vertical {
    grid-column: 2;
    grid-row: 4;
  }
  #viz #game .play-area .keyboard-container {
    margin: 10px 0 0 0;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard {
    width: 75%;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard .keyboard-key {
    border-radius: 4px;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    margin: 2px;
    width: calc(100%/10 - 4px);
  }
  #viz #game .play-area #toggle-keyboard {
    grid-row: 6;
    grid-column: 1 / 4;
    column-gap: 16px;
    padding: 0px 24px 12px 0;
  }
  #viz #game .play-area #toggle-keyboard .label {
    color: #262626;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) and (orientation: landscape) {
  #viz #game .navbar h2 {
    font-size: 23px;
    line-height: 23px;
  }
  #viz #game .play-area {
    gap: 0 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    margin: 0;
    padding: 20px 20px 15px 20px;
  }
  #viz #game .play-area h2.hints-title.horizontal {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  #viz #game .play-area h2.hints-title.vertical {
    grid-column: 3;
    grid-row: 1;
    margin-top: 0;
  }
  #viz #game .play-area .grid-container {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
    padding-left: 0;
  }
  #viz #game .play-area .hints.horizontal {
    grid-column: 2;
    grid-row: 2;
  }
  #viz #game .play-area .hints.vertical {
    grid-column: 3;
    grid-row: 2;
  }
  #viz #game .play-area .keyboard-container {
    grid-column: 1 / 4;
    grid-row: 3;
    margin: 0px 0 0 0;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard {
    width: 70%;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard .keyboard-key {
    border-radius: 5px;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    margin: 2px;
    width: calc(100%/10 - 4px);
  }
  #viz #game .play-area #toggle-keyboard {
    grid-row: 4;
    grid-column: 1 / 4;
  }
}
@media only screen and (min-width: 1300px) {
  #viz #game .navbar h2 {
    font-size: 23px;
    line-height: 23px;
  }
  #viz #game .play-area {
    gap: 0 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    margin: 0 auto;
    max-width: 2000px;
    padding: 20px 20px 20px 20px;
  }
  #viz #game .play-area h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #viz #game .play-area h2.hints-title.horizontal {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 5px 0;
  }
  #viz #game .play-area h2.hints-title.vertical {
    grid-column: 3;
    grid-row: 1;
    margin: 0 0 5px 0;
  }
  #viz #game .play-area .grid-container {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
  }
  #viz #game .play-area .hints {
    display: flex;
    flex-direction: column;
  }
  #viz #game .play-area .hints.horizontal {
    grid-column: 2;
    grid-row: 2;
  }
  #viz #game .play-area .hints.vertical {
    grid-column: 3;
    grid-row: 2;
  }
  #viz #game .play-area .keyboard-container {
    grid-column: 1 / 4;
    grid-row: 3;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard {
    width: 50%;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard .keyboard-key {
    border-radius: 5px;
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    margin: 3px;
    width: calc(100%/10 - 6px);
  }
  #viz #game .play-area #toggle-keyboard {
    grid-row: 4;
    grid-column: 1 / 4;
    column-gap: 16px;
  }
  #viz #game .play-area #toggle-keyboard .label {
    display: block;
  }
}
@media only screen and (min-width: 1760px) {
  #viz #game .play-area {
    padding-top: 20px;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard {
    width: 50%;
  }
  #viz #game .play-area .keyboard-container .virtual-keyboard .keyboard-key {
    border-radius: 5px;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 4px;
    width: calc(100%/10 - 8px);
  }
}
