/* Build 968: the selected Pokemon skill preview is always centered in the viewport. */
#pokedex-detail .dex-move-preview{left:50%!important;right:auto!important;top:50%!important;width:min(500px,calc(100vw - 28px))!important;max-height:calc(100vh - 28px)!important;transform:translate(-50%,calc(-50% + 10px)) scale(.97)!important;transform-origin:center center!important}
#pokedex-detail .dex-move-card.previewing>.dex-move-preview{transform:translate(-50%,-50%) scale(1)!important}
@media(max-width:720px){#pokedex-detail .dex-move-preview{left:50%!important;right:auto!important;top:50%!important;width:calc(100vw - 24px)!important}}
@media(max-height:520px){#pokedex-detail .dex-move-preview{grid-template-rows:auto minmax(118px,1fr) auto!important}#pokedex-detail .dex-move-preview-canvas{height:min(178px,42vh)!important}}
@media(prefers-reduced-motion:reduce){#pokedex-detail .dex-move-preview,#pokedex-detail .dex-move-card.previewing>.dex-move-preview{transform:translate(-50%,-50%)!important}}
