/* Stonify × ThingsBoard — white-label (logo + footer), no fork, no PE.
 * ThingsBoard's logo is a <tb-logo><img class="tb-logo-title"> on BOTH the
 * login page and the top toolbar. `content: url()` swaps the rendered image
 * (a CSS replacement of the <img>) — no source change, no Angular rebuild.
 * Officially this is PE "white-labeling"; here it's done via the same proxy
 * injection. Check ThingsBoard's trademark/attribution terms before external use. */

/* The TB wordmark is a bare <img class="tb-logo-title"> on the TOP TOOLBAR and
   the LOGIN card — both brand-LIGHT now → BLACK wordmark. (The collapsed side-nav
   shows a separate icon asset on the dark nav; the proxy leaves it to TB.) */
img.tb-logo-title {
  content: url('/brand/stonify-logo-black.svg') !important;
  object-fit: contain;
  object-position: left center;
}

/* The login surface is now branded in thingsboard.css (brand-dark card, so TB's
   native white login text stays legible — no recolouring). Nothing to do here. */

/* "Powered by ThingsBoard" footer (best-effort — verify the selector per version). */
.tb-powered-by-footer,
.tb-powered-by,
a[href*="thingsboard.io"],
a[href*="thingsboard.org"] {
  display: none !important;
}
