.xmlArticleContainer.arroword .nav .score {
  display: none !important;
}
.xmlArticleContainer.arroword .disabled {
  background-color: transparent;
}
.xmlArticleContainer.arroword .tools-wrapper {
  justify-content: flex-start;
}
.xmlArticleContainer.arroword .tools-wrapper .tools-group {
  flex: none;
}
.xmlArticleContainer.arroword .tools-wrapper .tools-group--right {
  display: none;
}
.xmlArticleContainer.arroword .puzzle-page-wrapper {
  overflow: auto;
}
.xmlArticleContainer.arroword .puzzleClueWrapper {
  position: relative;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .clueTop {
  align-self: center;
}
@media (max-width: 769px) {
  .xmlArticleContainer.arroword .puzzleClueWrapper .clueTop {
    display: none;
  }
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper {
  flex: 1;
  overflow-x: initial !important;
  transform-origin: top center;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row:first-child .cell {
  border-top: 1px solid rgb(0, 0, 0);
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell {
  box-sizing: content-box;
  position: relative;
  border-right: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  display: block;
  flex-direction: column;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell:first-child {
  border-left: 1px solid rgb(0, 0, 0);
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell:after {
  display: none;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell .letter {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 70px;
  height: 100%;
  z-index: 1;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell .number {
  display: none;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell .numberCell {
  color: #000;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1em;
  font-size: 3mm;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell .keyCell {
  font-size: 13.5px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell .keyCell > div {
  width: 100%;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell .keyCell > div > div {
  justify-content: inherit !important;
  cursor: default !important;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell .keyCell > div > div > span {
  position: relative;
  display: inline-block;
  white-space: inherit !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.xmlArticleContainer.arroword .puzzleClueWrapper .puzzlewrapper .puzzle-row .cell--show-number .number {
  display: block;
}