/* LVL V1.32.5 — Review Exam Context
   Shows the original exam situation/cue/goal before the review prompt.
   Compact mobile-first layout; no scoring/persistence changes.
*/
#view-review .smart-review-card .review-exam-context-1325{
  display:grid!important;
  gap:7px!important;
  margin:10px 0 12px!important;
  padding:10px 12px!important;
  border:1px solid rgba(143,111,255,.22)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,rgba(143,111,255,.075),rgba(8,11,18,.58))!important;
}
#view-review .smart-review-card .review-exam-context-1325>div{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:8px!important;
  align-items:start!important;
}
#view-review .smart-review-card .review-exam-context-1325 b{
  font-size:9px!important;
  line-height:1.45!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  color:#b996ff!important;
  white-space:nowrap!important;
}
#view-review .smart-review-card .review-exam-context-1325 span{
  min-width:0!important;
  font-size:13px!important;
  line-height:1.35!important;
  color:#d8deea!important;
  overflow-wrap:anywhere!important;
}
#view-review .smart-review-card .review-exam-context-1325 .review-exam-cue-1325 span{
  color:#f1f4fa!important;
  font-weight:650!important;
}
#view-review .smart-review-card .review-exam-context-missing-1325{
  margin:8px 0 10px!important;
  font-size:11px!important;
  line-height:1.35!important;
  color:#8f99ab!important;
}
@media(max-width:520px){
  #view-review .smart-review-card .review-exam-context-1325{margin:8px 0 10px!important;padding:9px 10px!important;gap:6px!important;border-radius:12px!important}
  #view-review .smart-review-card .review-exam-context-1325>div{gap:7px!important}
  #view-review .smart-review-card .review-exam-context-1325 b{font-size:8.5px!important}
  #view-review .smart-review-card .review-exam-context-1325 span{font-size:12.5px!important;line-height:1.3!important}
}
