/* Shared logo system: edit these tokens once and all pages update */
:root {
  --unibox-logo-height: 42px;
  --unibox-logo-height-auth: 54px;
}

img[src="/unibx_logo.png"] {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: var(--unibox-logo-height) !important;
  object-fit: contain !important;
}

/* Auth forms can use a larger logo for stronger brand presence */
.logo-wrap img[src="/unibx_logo.png"] {
  height: var(--unibox-logo-height-auth) !important;
}
