/* Keep the original logo artwork and blend its white background into the header. */
.t-menu-base__logo:has(img[src*="/tild6233-3331-4638-a263-303630346539/"]) {
  background-color: #f8f8ef;
}
img[src*="/tild6233-3331-4638-a263-303630346539/"] {
  mix-blend-mode: multiply;
}
