/* Twenty impersonation strip (notebook SSO). CSS-only — does not touch layout JS. */
#root > div > div[class*="_banner_"][class*="_primaryBlue_"] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

a[id*="nav-item-companies"],
a[id*="nav-item-people"] {
  display: none !important;
}

/* Twenty AI Chat — product automations are n8n; hide client-facing New chat / history tabs */
[aria-label="New chat"],
[role="tablist"][aria-label="Navigation tabs"],
button[aria-label="New chat"],
div[role="button"][aria-label="New chat"] {
  display: none !important;
}
