/* Tenant-scoped co-branding. Tenants without this slug keep the existing header. */
html[data-tenant="whirlpool-mexico"] .df-topbar > .df-brand > span:not(.df-brand-mark) {
  display: none;
}

html[data-tenant="whirlpool-mexico"] .df-topbar > .df-brand::after {
  width: 132px;
  height: 42px;
  margin-left: 4px;
  padding-left: 18px;
  border-left: 1px solid #d9e3e8;
  background: url('/tenant-assets/whirlpool-logo.png') center / calc(100% - 18px) auto no-repeat;
  content: '';
  flex: 0 0 auto;
}

@media (max-width: 720px) {
  html[data-tenant="whirlpool-mexico"] .df-topbar > .df-brand::after {
    width: 96px;
    height: 34px;
    padding-left: 12px;
    background-size: calc(100% - 12px) auto;
  }
}
