/* Preserve complete instrument photographs in quiz cards and on mobile. */
.choice-image-wrap{height:220px;min-height:220px;padding:18px;overflow:visible;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#eef4f8,#d9e3ea)}
.choice-photo{width:100%;height:100%;max-width:100%;max-height:184px;object-fit:contain!important;object-position:center!important;display:block}
.choice{overflow:visible}
.instrument-choice-grid{align-items:stretch}
.function-reveal-photo{width:100%;max-height:230px;object-fit:contain;object-position:center;background:#eef4f8;border-radius:14px;padding:12px;margin:14px 0}
.image-credit{display:block;color:#7890a7;font-size:10px;margin-top:12px;line-height:1.4}
@media(max-width:760px){
  .instrument-choice-grid{grid-template-columns:1fr 1fr;gap:10px}
  .choice{padding:10px}
  .choice-image-wrap{height:160px;min-height:160px;padding:10px}
  .choice-photo{max-height:140px}
  .speed-option-label{font-size:12px}
  .prompt-card h2{font-size:26px}
}
@media(max-width:420px){
  .choice-image-wrap{height:135px;min-height:135px}
  .choice-photo{max-height:115px}
}