/* StikDex pre-v0.05 official branding update.
   The supplied full lockup remains untouched; compact headers use its exact
   Binder/Pokédex emblem crop. */

.stikdex-header-logo,
.pocket-home-logo,
.home-brand-logo,
.rail-brand-logo{
  object-fit:contain;
}

html.stik-mobile-layout .stikdex-header-logo{
  width:42px!important;
  height:52px!important;
  max-height:52px!important;
  object-position:center!important;
}

@media (max-width:760px), (pointer:coarse) and (max-width:960px) and (max-height:600px){
  .stikdex-header-logo{
    width:42px!important;
    height:52px!important;
    max-height:52px!important;
    object-position:center!important;
  }
}
