/* Approved B lockup. Preserve the measured header slot; no global palette/layout rules. */
.tww-market-header .tww-brand {
  width: 265.34375px;
  height: 48px;
  flex: 0 0 265.34375px;
}
.tww-market-header .tww-brand-artwork {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tww-market-header .tww-brand img.tww-brand-lockup {
  display: block;
  width: 189px;
  height: 48px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}
.site-footer .brand-logo[src*="/assets/brand/wobble-logo-b"] {
  width: 244px;
  height: 62px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}
.site-footer .brand-logo[src*="/assets/brand/wobble-logo-b"] + span {
  display: none;
}
@media (max-width: 1024px) {
  .tww-market-header .tww-brand {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .tww-market-header .tww-brand img.tww-brand-lockup { width: 42px; height: 42px; }
}
@media (max-width: 430px) {
  .tww-market-header .tww-brand {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .tww-market-header .tww-brand img.tww-brand-lockup { width: 36px; height: 36px; }
}
