/* One artwork frame for every game. Do not override sizes per game. */
.game-media {
    display: block;
    flex: none;
    aspect-ratio: 8 / 5;
    overflow: hidden;
    border-radius: .75rem;
    background: #0b1120;
}
.game-media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.game-media--menu { width: 64px; height: 40px; border-radius: .5rem; }
.game-media--card { width: 100%; }
.nav-games-hub-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 40px;
    flex: none;
    border-radius: .5rem;
    color: #7c3aed;
    background: #f5f3ff;
}
.nav-games-hub-icon > svg { width: 24px; height: 24px; }
