/* Approved SLAPIP brand assets: the lion mark for web, app icon for device UI. */
.site-brand-logo {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.footer-brand .site-brand-logo {
  background: transparent;
  filter: brightness(1.16) saturate(.86);
}

@media (max-width: 680px) {
  .site-brand-logo { width: 32px; height: 32px; }
}
