/* ---- Hide Captain ---- */
[title="Captain"], [name="Captain"], a[href*="/captain"] { display: none !important; }

/* ---- Hide upgrade / enterprise CTAs (broad) ---- */
a[href*="upgrade"], a[href*="billing"], a[href*="enterprise"] { display: none !important; }
[data-testid*="upgrade"], [data-testid*="paywall"], [data-testid*="enterprise"] { display: none !important; }

/* Common text buttons */
button:has-text("Upgrade") { display:none !important; } /* may not work in all browsers */

/* Optional: Hide empty card spaces (depends on UI changes) */
[class*="paywall"], [class*="upgrade"], [class*="enterprise"] { display:none !important; }


/* ============================= */
/* Hide Enterprise Admin Options */
/* ============================= */

/* Custom Roles */
li[name="Settings Custom Roles"],
a[href*="/settings/custom-roles"] {
  display: none !important;
}

/* SLA */
li[name="Settings Sla"],
a[href*="/settings/sla"] {
  display: none !important;
}

/* Security */
li[name="Settings Security"],
a[href*="/settings/security"] {
  display: none !important;
}


/* Widget footer "Powered by Chatwoot" (covers common footer containers/links) */
a[href*="chatwoot.com"],
a[title*="Chatwoot"],
[class*="powered"],
[id*="powered"] {
  display: none !important;
}
