/* FindBusParts.com brand layer — Version 16
   Keeps legacy internal FindBusParts identifiers untouched for database/session compatibility. */
:root {
  --findbusparts-navy: #082b63;
  --findbusparts-orange: #ff6500;
}

.site-header .brand,
.account-header .brand,
.admin-header .brand {
  display: block !important;
  width: 235px !important;
  height: 50px !important;
  min-width: 190px;
  background: url("/findbusparts-logo.png") left center / contain no-repeat !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  flex: 0 0 auto;
}
.site-header .brand > *,
.account-header .brand > *,
.admin-header .brand > * {
  display: none !important;
}
.site-footer .footer-brand {
  width: auto !important;
  height: auto !important;
  background: none !important;
  text-indent: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  display: inline-flex !important;
  align-items: baseline;
  gap: 0;
}
.site-footer .footer-brand > * { display: inline !important; }
.site-footer .brand-accent { color: var(--findbusparts-orange) !important; }
.brand-dotcom { font-size: .72em; margin-left: .04em; color: inherit; }

@media (max-width: 760px) {
  .site-header .brand,
  .account-header .brand,
  .admin-header .brand {
    width: 190px !important;
    height: 44px !important;
  }
}
