/* KAZAVTO brand — lockup (car + KAZAVTO wheel-O + CHEHANG168 GLOBAL) */
:root {
  --brand-navy: #0B1F33;
  --brand-cold: #1769AA;
  --brand-gold: #FFD54A;
}

.brandLogo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
  color: inherit;
  /* Reset styles.css manufacturer-tile box so wordmark is not clipped to 44×44 */
  width: auto;
  height: auto;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.brandLogo:hover { opacity: .92; }

.brandLogo-img {
  display: block;
  height: 48px;
  width: auto;
}

.brandLogo--sm .brandLogo-img { height: 36px; }
.brandLogo--lg .brandLogo-img { height: 60px; }
.brandLogo--badge .brandLogo-img { height: 44px; }

.brandLogo-sub {
  margin: 0;
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #667085;
  line-height: 1.2;
}

.brandLogo--onDark .brandLogo-sub { color: #94a3b8; }

.nav .brandLogo,
.nav .logo.brandLogo {
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0;
  gap: 0;
}
.nav .brandLogo .mkt,
.logo .mkt { display: none !important; }
.nav .brandLogo-img { height: 60px; }

.footer .brandLogo {
  display: inline-flex;
  margin-bottom: 10px;
}
.footer .brandLogo-img { height: 52px; }
.footerBrand-v2 .brandLogo { margin-bottom: 12px; }

.footerPowered {
  margin: 12px 0 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}
.footerPowered a {
  color: #94a3b8;
  font-weight: 600;
  display: inline;
}
.footerPowered a:hover { color: #fff; }
