/* UI hotfix: calculator category filters + global SVG wordmark */
[hidden]{display:none!important}

.brand-logo-link{display:inline-flex;align-items:center;gap:0;line-height:1}
.brand-logo-img{display:block;width:184px;height:auto;max-width:100%}
.site-header .brand-logo-img{max-height:50px}
.footer-brand-logo{background:#fff;border-radius:14px;padding:7px 10px;width:max-content;max-width:100%}
.footer-brand-logo .brand-logo-img{width:190px}

@media(max-width:700px){
  .brand-logo-img{width:158px}
  .site-header .brand-logo-img{max-height:42px}
  .footer-brand-logo .brand-logo-img{width:170px}
}
