.pokedex-shell{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:2rem;gap:2rem;max-width:1240px;margin:0 auto;padding:1.5rem 1rem 4rem}@media(min-width:800px){.pokedex-shell{padding:2rem 2rem 6rem}}@media(max-width:800px){.pokedex-shell{grid-template-columns:1fr;gap:1rem}}.pokedex-shell__content{min-width:0}.pokedex-shell .page{padding:0;max-width:none}