/* CRX brand overlay for Twenty CRM browser chrome.
   Owned by the rebrand session. Sibling crx-skin.css is owned by another
   session — do not fold these rules into it. */

/* Login-card logo: Twenty ships a black square mark above "Welcome, CRX.".
   Replace it with the CRX six-spoke teal mark. The auth panel is the
   last child of the centered column; its first <img> is the brand logo. */
#root > div > div > div:last-child:has(a[href="/welcome"]) img[src*="icon"],
#root img[src*="TwentyLogo"],
#root img[alt="Logo"] {
  content: url("/crx-logo-512.png");
  width: 48px !important;
  height: 48px !important;
  object-fit: contain;
  border-radius: 8px;
}
