/**
 * ConsuNova site — global utilities only.
 * Core layout/theme rules live in consunova-core.css and consunova-head-bundle.css.
 */

/* Logo dimensions (moved from inline img styles where repeated) */
.consunova-site-logo-standard {
  max-height: 55px;
  height: auto;
}

.consunova-site-logo-mobile {
  max-height: 65px;
  height: auto;
}

.consunova-site-logo-sticky {
  max-height: 55px;
  height: auto;
}

.consunova-hero-anchor {
  position: relative;
  top: -1px;
}
