/**
 * Union Monique Bank – site-wide logo (Logo.png / Logo-white.png) v20260704
 * Logo-white.png is pure white on transparent for dark headers and footers.
 */
#brand,
.pop-brand:not(.pop-brand-bg-dark):not(.brand-negative) {
  background-image: url("/public/assets/images/Logo.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  width: 200px !important;
  height: 44px !important;
}

#brand.brand-negative,
.brand-negative#brand,
.pop-brand.pop-brand-bg-dark,
.pop-brand-bg-dark.pop-brand {
  background-image: url("/public/assets/images/Logo-white.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  width: 200px !important;
  height: 44px !important;
}

footer.umb-footer .umb-footer__logo,
footer.mainFooter .umb-footerLogo,
.umb-footerLogo {
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

footer.umb-footer .umb-footer__logo {
  width: min(200px, 100%);
}