/* FreshLane V27 — unified brand logo */

.brand-logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.site-header .logo {
  align-items: center !important;
  min-width: 0;
}

.site-header .site-logo-image {
  display: block !important;
  width: auto !important;
  height: 34px !important;
  max-width: 190px;
  border-radius: 0 !important;
  object-fit: contain;
}

.site-header #site-logo-text,
.site-header .logo-dot {
  display: none !important;
}

.site-footer-v20-brand > a {
  width: fit-content;
  padding: 9px 12px;
  border-radius: 15px;
  background: rgba(255,255,255,.94);
}

.site-footer-v20-brand-logo {
  width: 176px;
  height: auto;
}

.site-footer-v20-brand .brand-text-fallback,
.site-footer-v20-brand i {
  display: none;
}

.landing-brand,
.landing-footer div > a,
.legal-brand,
.legal-footer strong {
  line-height: 1;
}

.landing-brand::before,
.landing-brand > span,
.landing-brand > i,
.landing-footer div > a > i,
.legal-brand > i {
  display: none !important;
}

.landing-brand-logo {
  width: 164px;
  height: auto;
}

.landing-footer-logo {
  width: 150px;
  height: auto;
  padding: 7px 9px;
  border-radius: 12px;
  background: rgba(255,255,255,.86);
}

.legal-brand-logo {
  width: 158px;
  height: auto;
}

.legal-footer-logo {
  width: 132px;
  height: auto;
  padding: 6px 8px;
  border-radius: 11px;
  background: rgba(255,255,255,.92);
}

.admin-brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
}

.admin-login-logo {
  width: 178px;
  height: auto;
  display: block;
  margin: 0 0 24px;
}

@media (max-width: 760px) {
  .site-header .site-logo-image { height: 30px !important; max-width: 164px; }
  .site-footer-v20-brand-logo { width: 158px; }
  .landing-brand-logo { width: 138px; }
  .landing-footer-logo { width: 132px; }
  .legal-brand-logo { width: 136px; }
  .legal-footer-logo { width: 120px; }
  .admin-brand-mark { width: 32px; height: 32px; flex-basis: 32px; }
  .admin-login-logo { width: 158px; margin-bottom: 20px; }
}
