/*
  7Z MAGIC — CANONICAL HEADER LOGO V27
  One selector family. Header only.
*/

html body header.site-header > a.brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 78px !important;
  height: 46px !important;
  min-width: 78px !important;
  max-width: 78px !important;
  min-height: 46px !important;
  max-height: 46px !important;

  padding: 0 !important;
  margin: 0 !important;

  overflow: visible !important;

  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;

  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html body header.site-header > a.brand::before,
html body header.site-header > a.brand::after {
  display: none !important;
  content: none !important;
}

html body header.site-header > a.brand > img#z7-header-logo-root-v27 {
  position: static !important;

  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  width: 78px !important;
  height: 46px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 78px !important;
  max-height: 46px !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center center !important;

  overflow: visible !important;

  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  clip: auto !important;
  clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;

  filter: none !important;
  transform: none !important;

  /* The supplied logo has black canvas; screen makes that black disappear on the dark header. */
  mix-blend-mode: screen !important;
}

@media (max-width: 760px) {
  html body header.site-header > a.brand {
    width: 66px !important;
    height: 40px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }

  html body header.site-header > a.brand > img#z7-header-logo-root-v27 {
    width: 66px !important;
    height: 40px !important;
    max-width: 66px !important;
    max-height: 40px !important;
  }
}