.hp-block-header-logo,
.hp-header-brand {
  display: flex;
  height: 100%;
  min-width: 0;
  align-items: center;
}
.hp-header-brand {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
}
.hp-theme-logo {
  display: block;
  width: min(var(--hp-logo-width-desktop, 300px), 100%);
  max-width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}
.hp-logo-dark,
.hp-logo-mobile {
  display: none !important;
}
[data-bs-theme="dark"] .hp-logo-light {
  display: none !important;
}
[data-bs-theme="dark"] .hp-logo-dark.hp-logo-desktop {
  display: block !important;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hp-theme-logo {
    width: min(var(--hp-logo-width-tablet, 300px), 100%);
  }
}
@media (max-width: 767.98px) {
  .hp-block-header-logo {
    align-items: stretch;
  }
  .hp-block-header-logo > .hp-global-block-body {
    width: 100%;
    margin-inline: 0;
  }
  .hp-header-brand {
    justify-content: flex-start;
  }
  .hp-logo-desktop,
  [data-bs-theme="dark"] .hp-logo-dark.hp-logo-desktop {
    display: none !important;
  }
  .hp-logo-mobile.hp-logo-light {
    display: block !important;
    width: min(var(--hp-logo-width-mobile, 254px), 65vw, 100%);
    max-height: 54px;
  }
  [data-bs-theme="dark"] .hp-logo-mobile.hp-logo-light {
    display: none !important;
  }
  [data-bs-theme="dark"] .hp-logo-mobile.hp-logo-dark {
    display: block !important;
    width: min(var(--hp-logo-width-mobile, 254px), 65vw, 100%);
    max-height: 54px;
  }
}
