/**
 * NoFakeBiz wordmark logo — shared across gateway, site header, login, profiles.
 */

.nfb-sr-only,
.gateway-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nfb-brand-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.nfb-brand-logo-link:hover {
  opacity: 0.92;
}

.nfb-brand-logo,
img.logo.nfb-brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* Site header */
.site-header .nfb-brand-logo,
.site-header img.logo {
  max-height: 40px;
}

/* Gateway nav */
.gateway-nav__brand .nfb-brand-logo {
  max-height: 44px;
}

/* Gateway hero */
.gateway-hero__logo .nfb-brand-logo {
  max-height: 72px;
  margin: 0 auto;
}

/* Login */
.login-header .nfb-brand-logo {
  max-height: 64px;
  margin: 0 auto 1rem;
}

/* Public profile chrome */
.pti-site-chrome .nfb-brand-logo {
  max-height: 36px;
}

/* Public profile footer — dimensions enforced in public_trust_identity.css (.pti-foot) */

/* Article read header / legal footer */
.nfb-brand-logo--article,
.nfb-article-site-header__logo .nfb-brand-logo,
.nfb-article-legal__logo .nfb-brand-logo {
  max-height: 32px;
}

/* Listings / county mini chrome */
.nlp-topnav__brand .nfb-brand-logo,
.nfb-county-updates__brand .nfb-brand-logo,
.nfb-county-hub__brand .nfb-brand-logo {
  max-height: 28px;
}
