.game-card-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:98px;margin:-13px -13px 0 0}
.game-card-heading .small-label{max-width:240px;line-height:1.7}
.game-mascot{display:block;flex:0 0 120px;width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 7px 14px #36bfff20);transform:rotate(-4deg);transition:transform .5s cubic-bezier(.2,.7,.2,1);pointer-events:none;user-select:none}
.game-card:hover .game-mascot{transform:translateY(-4px) rotate(2deg)}
.game-card .game-card-heading+h3{margin-top:12px}
@media(max-width:1150px){.game-card-heading{min-height:93px;gap:12px;margin:-10px -10px 0 0}.game-mascot{flex-basis:103px;width:103px;height:103px}.game-card-heading .small-label{font-size:.6875rem;letter-spacing:.06em}}
@media(max-width:850px){.game-mascot{flex-basis:88px;width:88px;height:88px}.game-card-heading{min-height:82px;gap:10px}.game-card-heading .small-label{max-width:170px}}
@media(max-width:640px){.game-mascot{flex-basis:110px;width:110px;height:110px}.game-card-heading{min-height:100px;gap:16px;margin:-10px -9px 0 0}.game-card-heading .small-label{font-size:.6875rem;max-width:230px}.game-card .game-card-heading+h3{margin-top:13px}}
@media(max-width:360px){.game-mascot{flex-basis:90px;width:90px;height:90px}.game-card-heading{gap:10px;min-height:86px}.game-card-heading .small-label{font-size:.625rem}}
@media(prefers-reduced-motion:reduce){.game-mascot{transition:none}.game-card:hover .game-mascot{transform:rotate(-4deg)}}
.motion-paused .game-mascot{transition:none}.motion-paused .game-card:hover .game-mascot{transform:rotate(-4deg)}
