/* EditAtEase brand logo — header, footer, shared */
.navbar-brand {
  display: inline-flex !important;
  align-items: center;
  padding: 0;
  line-height: 1;
  text-decoration: none;
}

.navbar-brand .brand-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(184px, 42vw);
  flex-shrink: 0;
}

.footer-brand {
  display: inline-flex !important;
  align-items: center;
  margin-bottom: 0.75rem;
  line-height: 1;
  text-decoration: none;
}

.footer-brand .brand-logo {
  display: block;
  height: 34px;
  width: auto;
  max-width: min(156px, 55vw);
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .navbar-brand .brand-logo {
    height: 32px;
  }

  .footer-brand .brand-logo {
    height: 30px;
  }
}
