.overlay[hidden],
.overlay.is-hidden {
  display: none !important;
}

.written-clue {
  margin: 0;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid #3d5361;
  background: linear-gradient(135deg, #102f44, #0a2030);
}

.written-clue-kicker {
  color: #ffc754;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.written-clue-heading {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: .45rem 0 .65rem;
}

.written-clue-heading b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #08263d;
  background: #ffc64b;
  font-size: 1.15rem;
}

.written-clue-heading h4 {
  margin: 0;
  color: #fff7e2;
  font: 900 1.15rem Georgia, serif;
}

.written-clue p {
  margin: 0;
  padding: .8rem .9rem;
  border-left: 4px solid #d19a2d;
  border-radius: .45rem;
  color: #fff0c8;
  background: #272631;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.55;
}

.written-clue small {
  display: block;
  margin-top: .6rem;
  color: #bdd2de;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .written-clue {
    padding: 1rem;
  }

  .written-clue p {
    font-size: .95rem;
  }
}
