/* ZeroPoint Logo Size Control (Canvas override-safe) */
#header #logo.zp-logo {
  --zp-logo-h: 30px; /* <-- change this anytime */
}

#header #logo.zp-logo a,
#header #logo.zp-logo a img {
  height: var(--zp-logo-h) !important;
  width: auto !important;
  max-height: none !important;
}