.xmlArticleContainer.crossword .nav .score {
  display: none !important;
}
.xmlArticleContainer.crossword .disabled {
  background-color: transparent;
}
.xmlArticleContainer.crossword .blockCell {
  background-color: #888888;
}
.xmlArticleContainer.crossword .tools-wrapper {
  display: none;
  margin: 0 0 10px !important;
}
.xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper {
  overflow-x: auto;
}
.xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper .cell, .xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper .skeletonElement {
  position: relative;
  aspect-ratio: initial;
}
.xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper .cell:not(.highlighted) .numberCell, .xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper .skeletonElement:not(.highlighted) .numberCell {
  color: #000;
}
.xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper .cell .letter, .xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper .skeletonElement .letter {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 70px;
  height: 100%;
  z-index: 1;
}
.xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper .cell .numberCell, .xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper .skeletonElement .numberCell {
  position: absolute;
  top: 5%;
  right: 5%;
  line-height: 1em;
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .xmlArticleContainer.crossword .puzzleClueWrapper .puzzlewrapper {
    flex: min-content;
  }
}