.brand-logo {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
}

.brand-logo-default {
  display: block;
  height: 44px;
  width: auto;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  margin-bottom: 20px;
}

.home-brand-default {
  display: block;
  height: 56px;
  width: auto;
}

.site-footer {
  padding: 24px 0 30px;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 14px 20px;
  text-align: center;
}

.site-footer-inner p {
  margin: 0;
  font-weight: 700;
  font-size: 1.02rem;
}

.app-brand-header {
  margin: 0;
  padding: 0 10px;
}

.app-site-footer {
  margin-top: auto;
}

.footer-logo {
  display: block;
  height: 42px;
  width: auto;
}

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

  .home-brand-default {
    height: 40px;
  }

  .footer-logo {
    height: 34px;
  }
}
