/* V65 — story-specific unlock wording and gentle Chapter 11 guidance. */

body[data-page="spoiler"] .gate-question > p.gate-hint {
  max-width: 500px !important;
  margin: 8px auto 0 !important;
  color: #b9ad94 !important;
  font-size: .88rem !important;
  line-height: 1.48 !important;
  font-style: italic;
}

@media (max-width: 640px) {
  body[data-page="spoiler"] .gate-question > p.gate-hint {
    max-width: 310px !important;
    margin-top: 7px !important;
    font-size: .82rem !important;
    line-height: 1.45 !important;
  }
}
