.theme-context {
  --exam-primary: #ff8a34;
  --exam-primary-strong: #f3731a;
  --exam-soft: rgba(255, 138, 52, 0.12);
  --exam-accent-border: rgba(255, 138, 52, 0.42);
  --exam-ring: rgba(255, 138, 52, 0.48);
}

.context-reading-index .exam-hero {
  border-color: var(--exam-accent-border);
}

.context-reading-index .single-question-random {
  margin-top: 28px;
}

.context-reading-index .single-question-random button {
  width: 100%;
  min-height: 88px;
  border-radius: 10px;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 900;
}

.context-reading-index .single-question-list {
  margin-top: 36px;
}

.context-reading-index .edu-row strong {
  line-height: 1.45;
}

.context-passage p,
.context-question-text {
  margin: 0;
  line-height: 1.8;
}

.context-passage,
.context-word-help {
  margin: 0 0 1rem;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--exam-border);
  border-radius: 10px;
  background: var(--exam-surface);
  color: var(--exam-fg);
}

.context-passage h2,
.context-word-help h2 {
  margin: 0 0 0.65rem;
  color: var(--exam-primary);
  font-size: 0.85rem;
  font-weight: 850;
}

.context-passage p {
  font-size: clamp(17px, 2vw, 19px);
  white-space: pre-line;
}

.context-question-text {
  color: var(--exam-fg);
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 750;
}

.context-word-help dl {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.context-word-help dl div {
  display: grid;
  grid-template-columns: minmax(70px, 110px) 1fr;
  gap: 0.8rem;
}

.context-word-help dt { color: var(--exam-fg); font-weight: 850; }
.context-word-help dd { margin: 0; color: var(--exam-muted); line-height: 1.65; }

.context-reading-question .single-question-head p {
  color: var(--exam-primary);
}

.context-reading-question .single-question-related-section > h2 {
  font-size: 20px;
}

@media (max-width: 640px) {
  .context-word-help dl div { grid-template-columns: 1fr; gap: 0.15rem; }
  .context-reading-index .single-question-random button { min-height: 76px; }
}
