@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Bitter:wght@700&display=swap");
.page-puzzles {
  margin-bottom: 100px;
}
.page-puzzles .winner-title {
  margin-top: 100px;
  margin-bottom: 40px;
}
.page-puzzles .winner-list {
  width: 720px;
}
.page-puzzles .winner-list .winner, .page-puzzles .winner-list .winner-heading {
  display: flex;
  flex-wrap: wrap;
}
.page-puzzles .winner-list .winner .winner-item, .page-puzzles .winner-list .winner-heading .winner-item {
  flex: 0 50%;
}
.page-puzzles .winner-list .winner {
  border-bottom: 1px solid #908987;
  padding: 35px 0;
  width: 720px;
}
.page-puzzles .winner-list .winner-heading {
  border-bottom: 1px solid #908987;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.page-puzzles .winner-list .winner-heading .winner-item {
  font-size: 14px;
  color: #908987;
}
.page-puzzles .help-modal {
  display: none;
}
.page-puzzles .top-wrapper {
  height: 80px;
}
.page-puzzles .top-wrapper .label-wrapper {
  display: inline-block;
}
.page-puzzles .top-wrapper .label-wrapper .label-gespeeld, .page-puzzles .top-wrapper .label-wrapper .label-afgerond {
  background: #5D9461;
}
.page-puzzles .top-wrapper .label-wrapper .label-nieuw {
  background: #0d6efd;
}
.page-puzzles .top-wrapper .label-wrapper .label-bezig {
  background: #fd7e14;
}
.page-puzzles .top-wrapper .right-info {
  float: right;
  display: inline-block;
}
.page-puzzles .top-wrapper .right-info .done {
  display: inline-block;
  background: #333333;
  font-size: 16px;
  color: white;
  padding: 15px 30px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 20px;
}
.page-puzzles .top-wrapper .right-info .date {
  background: white;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: -22px;
  border-radius: 5px 5px 0 0;
}
.page-puzzles .top-wrapper .right-info .date .day {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.page-puzzles .top-wrapper .right-info .date .month {
  padding: 0 10px;
}
.explanation {
  color: #EB5527;
  display: inline-block;
}
.explanation .i-icon {
  display: inline-block;
  margin-right: 15px;
  border: 2px solid #EB5527;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
}
.explanation p {
  display: inline-block;
  text-decoration: underline;
  margin: 0;
}

.node .puzzle__container {
  position: relative;
  margin-top: -5px;
}
.node .puzzle__container .help-modal {
  display: none;
  background: #333333;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 400px;
  padding: 20px;
  overflow: hidden;
}
.node .puzzle__container .help-modal .cross {
  float: right;
  width: 20px;
  height: 20px;
  line-height: 16px;
  border: 1px solid white;
  text-align: center;
}
.node .puzzle__container .help-modal h3 {
  color: white;
  padding-top: 50px;
}
.node .puzzle__container .help-modal p, .node .puzzle__container .help-modal h3 {
  width: 360px;
}
.node .puzzle__container .clues {
  float: left;
  width: 50%;
}

.sdoku-instructions {
  display: none;
}

.client-logo {
  padding-top: 50px;
  max-width: 60%;
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .page-puzzles {
    margin-bottom: 100px;
  }
  .page-puzzles .winner-list {
    width: 100%;
  }
  .page-puzzles .winner-list .winner {
    width: 100%;
  }
  .page-puzzles .content-wrapper .app-wrapper .app .justify-content-md-center .col-md-auto {
    width: -moz-fit-content;
    width: fit-content;
  }
  .node .puzzle__container {
    margin-left: -40px;
    margin-right: -40px;
  }
  .node .puzzle__container .puzzle {
    padding-right: 0;
    padding-left: 0;
  }
  .node--type-scrypto .puzzle__container .puzzle .diagram {
    padding-bottom: 120%;
  }
  .row.gx-4.py-5.justify-content-md-center .col-md-auto {
    width: auto;
  }
  .row.gx-4.py-5.justify-content-md-center .col-md-auto .button__actions {
    width: 52px;
  }
  .row.gx-4.py-5.justify-content-md-center .col-md-auto .button__actions.button--reveal {
    width: 150px;
  }
  .row.gx-4.py-5.justify-content-md-center .col-md-auto button.button.button--primary {
    width: calc(100vw - 80px) !important;
  }
}
@media screen and (max-width: 767px) {
  .row.gx-4.py-5.justify-content-md-center .col-md-auto .button__actions.button--reveal {
    width: 80px;
  }
  .row.gx-4.py-5.justify-content-md-center .col-md-auto button.button.button--primary {
    width: calc(100vw - 74px) !important;
    margin-top: 40px;
  }
}/*# sourceMappingURL=node-puzzles.css.map */