/* LVL V1.32.4 — Review Voice Restore
   Restores microphone UI for exam-review questions whose original mode is speak.
   Presentation only; scoring/persistence remains in the existing Review engine.
*/
#view-review .smart-review-card .review-voice-1324{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(108px,.42fr)!important;
  gap:9px!important;
  margin-top:12px!important;
  align-items:stretch!important;
}
#view-review .smart-review-card .review-voice-record-1324,
#view-review .smart-review-card .review-voice-check-1324{
  min-height:54px!important;
  height:54px!important;
  margin:0!important;
  padding:0 14px!important;
  border-radius:15px!important;
  font-size:15px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
#view-review .smart-review-card .review-voice-transcript-1324{
  grid-column:1/-1!important;
  min-height:48px!important;
  padding:9px 12px!important;
  border:1px solid rgba(143,111,255,.22)!important;
  border-radius:13px!important;
  background:rgba(8,11,18,.72)!important;
  display:grid!important;
  gap:2px!important;
}
#view-review .smart-review-card .review-voice-transcript-1324 small{
  font-size:9px!important;
  letter-spacing:.12em!important;
  color:#8f99ab!important;
}
#view-review .smart-review-card .review-voice-transcript-1324 strong{
  font-size:14px!important;
  line-height:1.25!important;
  color:#edf1f8!important;
  font-weight:650!important;
  overflow-wrap:anywhere!important;
}
#view-review .smart-review-card .review-voice-tech-1324{
  grid-column:1/-1!important;
  margin:0 2px!important;
  font-size:11px!important;
  line-height:1.3!important;
  color:#7f899b!important;
}
@media(max-width:520px){
  #view-review .smart-review-card .review-voice-1324{grid-template-columns:minmax(0,1fr) 112px!important;gap:8px!important}
  #view-review .smart-review-card .review-voice-record-1324,
  #view-review .smart-review-card .review-voice-check-1324{height:50px!important;min-height:50px!important;padding:0 10px!important;font-size:13px!important;border-radius:13px!important}
  #view-review .smart-review-card .review-voice-transcript-1324{min-height:44px!important;padding:8px 10px!important}
  #view-review .smart-review-card .review-voice-transcript-1324 strong{font-size:13px!important}
}
