/* The new group mark is square; let its row grow with the image. */
footer .top.brand-footer-logo-row {
  height: auto;
  min-height: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
}

footer .top.brand-footer-logo-row .logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

/* Higher specificity also overrides the old, cached horizontal-logo rule. */
footer .top.brand-footer-logo-row .logo img {
  display: block;
  width: 96px;
  height: 96px;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
