
/* V53 — Transparent logo + centered footer brand */

.brand-logo-image{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  object-fit:contain;
}

/* Center the logo in the footer's brand column. */
.footer-grid>div:first-child .brand,
.site-footer .footer-grid>div:first-child .brand{
  width:100%;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
}

.footer-grid>div:first-child .brand-logo-image,
.site-footer .footer-grid>div:first-child .brand-logo-image{
  margin-left:auto!important;
  margin-right:auto!important;
  display:block!important;
}

/* Keep footer copy readable under the centered mark. */
.footer-grid>div:first-child>p,
.site-footer .footer-grid>div:first-child>p{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:left;
}

@media(max-width:760px){
  .footer-grid>div:first-child>p,
  .site-footer .footer-grid>div:first-child>p{
    text-align:center;
  }
}
