

/* v3.12.19 — global brand logo refresh */
.nlt-global-logo,
.navbar-brand img[src*="nba-live-today-ph-logo"],
.footer-logo[src*="nba-live-today-ph-logo"]{
  display:block;
  width:auto!important;
  height:auto!important;
  max-width:234px;
  max-height:53px;
  object-fit:contain;
}
.navbar-brand{
  display:inline-flex;
  align-items:center;
  min-height:53px;
  padding-block:.35rem;
}
footer .footer-logo,
.site-footer .footer-logo{
  max-width:234px;
  margin-bottom:.75rem;
}
@media (max-width:575.98px){
  .nlt-global-logo,
  .navbar-brand img[src*="nba-live-today-ph-logo"],
  .footer-logo[src*="nba-live-today-ph-logo"]{
    max-width:190px;
    max-height:43px;
  }
  .navbar-brand{min-height:43px;}
}
