/* =============================================================
   ONELINKPDF — COMMON.CSS
   Shared layout overrides and reusable utilities (main website)
   ============================================================= */

/* Navbar: kill Bootstrap active/focus box styles on nav links */
.navbar .nav-link,
.navbar .nav-link:focus,
.navbar .nav-link:focus-visible,
.navbar .nav-link.active,
.navbar .nav-link:hover {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Brand logo on dark header/footer (invert to white) */
.brand-logo-invert {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}
.footer .brand-logo-invert {
  height: 30px;
}

/* Footer layout and typography */
.footer__container {
  position: relative;
  z-index: 2;
}
.footer__brand-link {
  text-decoration: none;
}
.footer__tagline {
  max-width: 280px;
}
.footer__muted {
  color: #6b7280;
  max-width: 280px;
}
.footer__disclaimer {
  color: #52525b;
}
.footer__address {
  font-size: 0.8125rem;
  color: #6b7280;
}
.footer__address .address-icon {
  color: #52525b;
}
