/* Brainrot Games × BabyT partnership lockup in the top navigation. */
.portal-brand.partnership-brand{
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  min-width:0;
  height:58px!important;
  margin-right:auto;
  color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,.38);
  overflow:visible!important;
}

.portal-brand.partnership-brand::before,
.portal-brand.partnership-brand::after{
  content:none!important;
  display:none!important;
}

/* Match the visual footprint of the Axie nav mark without shrinking the nav bar itself. */
.portal-brand.partnership-brand > img.game-logo{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  flex:0 0 74px!important;
  width:74px!important;
  height:42px!important;
  min-width:74px!important;
  max-width:74px!important;
  min-height:42px!important;
  max-height:42px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  clip:auto!important;
  clip-path:none!important;
  overflow:visible!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.22));
  z-index:2!important;
}

.portal-brand.partnership-brand .brand-x{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin:0 1px;
  font-family:"Montserrat",sans-serif;
  font-size:11px!important;
  line-height:1;
  font-weight:800;
  color:rgba(255,255,255,.66);
}

/* BabyT stays text-only here — no BabyT icon/avatar in the partnership lockup. */
.portal-brand.partnership-brand .brand-babyt{
  display:inline-block!important;
  flex:0 0 auto;
  font-family:"Montserrat",sans-serif;
  font-size:14px!important;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
  color:#fff;
  white-space:nowrap;
}

@media(max-width:680px){
  .portal-brand.partnership-brand{gap:3px!important;height:54px!important}
  .portal-brand.partnership-brand > img.game-logo{
    flex-basis:64px!important;
    width:64px!important;
    min-width:64px!important;
    max-width:64px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
  }
  .portal-brand.partnership-brand .brand-x{font-size:9px!important}
  .portal-brand.partnership-brand .brand-babyt{font-size:13px!important}
}