.game-photo{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;border-radius:12px;background:#fff;vertical-align:middle}
.game-photo img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-select:none}
.token-card>.game-photo{max-width:112px;max-height:105px;aspect-ratio:1;height:auto}
.memory-pad>.game-photo{height:100%;max-width:110px}
.memory-pad.lit .game-photo{box-shadow:0 0 0 3px #e9c75f}
.pair-card .game-photo{border-radius:8px}
.sort-item>.game-photo{border-radius:9px}
.bin-examples>.game-photo{width:47px;height:47px;flex:0 1 47px;border-radius:8px}
.math-object>.game-photo{border-radius:7px}
.math-object:has(.game-photo){width:44px;height:48px}
.fruits:has(.game-photo){grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}
.fruits>.game-photo{height:auto;aspect-ratio:1;max-height:49px;border-radius:7px}
.compare-group>.game-photo{height:40px;border-radius:5px}
.sized-object>.game-photo{height:100%}
.lesson-choice>.game-photo{width:108px;max-width:100%;height:108px}
.lesson-prompt>.game-photo{width:95px;height:95px;flex-shrink:0}
.world-photo-peek{display:flex;gap:9px;align-items:center;margin:9px 0 3px;padding:7px 9px;border-radius:13px;background:#fffdf4;border:1px solid #e5e9d8;text-align:left}
.world-photo-peek>span:last-child{font-size:10px;color:#72846a;letter-spacing:1px}
.photo-peek-pictures{display:flex;gap:4px}
.photo-peek-pictures .game-photo{width:30px;height:30px;border-radius:7px;border:1px solid #e4e9da}
.level-photo-mark{position:absolute;bottom:-5px;right:-3px;border-radius:6px;background:#e3edda;color:#58714f;border:1px solid #fafdf6;padding:2px 4px;font-size:8px;font-style:normal}
.game-photo-badge{display:inline-block;margin-left:7px;padding:3px 8px;background:#eff4e6;color:#708363;border:1px solid #dde5cf;border-radius:10px;font-size:10px}
@media(max-width:600px){
 .lesson-choice>.game-photo{width:81px;height:81px}
 .lesson-prompt>.game-photo{width:78px;height:78px}
 .compare-group>.game-photo{height:31px}
 .bin-examples>.game-photo{width:38px;height:38px;flex-basis:38px}
 .world-photo-peek{gap:6px;padding:6px}
 .photo-peek-pictures{gap:2px}
 .photo-peek-pictures .game-photo{width:25px;height:25px}
 .world-photo-peek>span:last-child{font-size:9px;letter-spacing:0}
}
