/* XCAI white-label CSS overrides — minimal, surgical, no broad selectors. */

/* The `content: url(...)` trick on <img> elements REPLACES the rendered image
   directly, beating browser cache (the cached binary at the original URL is
   never displayed). Only matches images whose src clearly identifies them as
   the Botpress brand asset. */
img[src*="logo-icon.ef699423"],
img[src*="logo_white.png"],
img[src*="logo_grey.png"]
{
  content: url("/xcai-overrides/xcai-square.svg") !important;
}

/* Wordmark variants (wider) — use the wordmark SVG */
img[src*="logo_white"],
img[src*="logo_grey"]
{
  content: url("/xcai-overrides/xcai-wordmark.svg") !important;
}
