/* MAKMEESHOP v13.1.70 - Wolf Logo Restore + 40% size + black edge
   Scope: brand wolf logo only. No credit, OTP, provider, OAuth, database, topup, contact, or catalog logic changes. */
.brand-with-wolf{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
}
.brand-wolf-emblem{
  display:inline-grid!important;
  place-items:center!important;
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  flex:0 0 50px!important;
  border-radius:16px!important;
  overflow:visible!important;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
}
.brand-wolf-emblem img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:
    drop-shadow(0 1px 0 rgba(0,0,0,.95))
    drop-shadow(0 -1px 0 rgba(0,0,0,.86))
    drop-shadow(1px 0 0 rgba(0,0,0,.86))
    drop-shadow(-1px 0 0 rgba(0,0,0,.86))
    drop-shadow(0 2px 5px rgba(0,0,0,.38)) !important;
}
.site-header .brand-wolf-emblem,
.brand-header .brand-wolf-emblem{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  flex-basis:48px!important;
  border-radius:15px!important;
}
.home-brand-signature .brand-wolf-emblem,
.brand-hero .brand-wolf-emblem{
  width:81px!important;
  height:81px!important;
  min-width:81px!important;
  flex-basis:81px!important;
  border-radius:26px!important;
}
.auth-brand-showcase .brand-wolf-emblem,
.brand-auth .brand-wolf-emblem{
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
  flex-basis:76px!important;
  border-radius:24px!important;
}
.drawer-brand-premium .brand-wolf-emblem,
.brand-drawer .brand-wolf-emblem,
.brand-footer .brand-wolf-emblem{
  width:53px!important;
  height:53px!important;
  min-width:53px!important;
  flex-basis:53px!important;
  border-radius:17px!important;
}
@media(max-width:640px){
  .brand-with-wolf{gap:9px!important;}
  .site-header .brand-wolf-emblem,
  .brand-header .brand-wolf-emblem{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    flex-basis:42px!important;
    border-radius:13px!important;
  }
  .home-brand-signature .brand-wolf-emblem,
  .brand-hero .brand-wolf-emblem{
    width:67px!important;
    height:67px!important;
    min-width:67px!important;
    flex-basis:67px!important;
    border-radius:21px!important;
  }
  .auth-brand-showcase .brand-wolf-emblem,
  .brand-auth .brand-wolf-emblem{
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    flex-basis:64px!important;
    border-radius:20px!important;
  }
}
