/* TOBI brand/logo fix — crisp wordmark in header/footer */
.brand img,
a.brand img,
.f-brand img,
.site-head .brand img,
footer .brand img {
  height: 36px !important;
  width: auto !important;
  max-width: 148px !important;
  object-fit: contain !important;
  display: block !important;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 460px) {
  .brand img,
  a.brand img,
  .f-brand img {
    height: 30px !important;
    max-width: 120px !important;
  }
}
/* Prefer transparent header logo when picture/source not used */
img[src*="logo-tobi-new-dark.jpg"] {
  /* replaced file is already cropped wordmark */
}
