/* Light TDYU branding on original Cyan layout — does not restyle layout */
.site-title,
.logo-text,
.rs-logo a span {
  /* keep original styles */
}

/* TDYU logo sizing */
.rstb-site-logo img,
.loader-icon img {
  height: 52px !important;
  width: auto !important;
  max-width: 240px !important;
  object-fit: contain !important;
}
.loader-icon img {
  height: 72px !important;
  max-width: 120px !important;
}
header .rstb-site-logo img {
  height: 48px !important;
}

/* Official TDYU seal in the same img boxes as the Univet placeholders.
   Do not change size/position — only stop theme blend from hiding the seal. */
img[src*='tdyu-official-seal'] {
  mix-blend-mode: normal !important;
}

/* logo transparent blend */
.rstb-site-logo img,
.loader-icon img {
  background: transparent !important;
  mix-blend-mode: normal;
}
