/* Stop Chrome from chopping the logo */
.custom-logo,
.site-logo img,
.site-branding img,
img.custom-logo,
.header .site-branding img {
  display: block;
  height: auto !important;
  max-width: 100%;
  object-fit: contain;
}

/* Let header/logo wrappers grow and not crop */
.site-logo,
.custom-logo-link,
.site-branding,
.header,
.site-header {
  overflow: visible !important;
  height: auto !important;
  min-height: 0;
}

/* Safety for flex headers */
.site-header,
.header {
  display: flex;
  align-items: center;
}