[data-testid="powered-by-cal"] {
  display: none !important;
}

/* CAL ONLY UI lockdown */
html body {
  --onenine-hide: none !important;
}

/* Left nav items on cal */
body[data-hostname="cal.onenineins.com"] a[href="/teams"],
body[data-hostname="cal.onenineins.com"] a[href="/apps"],
body[data-hostname="cal.onenineins.com"] a[href="/apps/installed/calendar"],
body[data-hostname="cal.onenineins.com"] a[href="/routing"],
body[data-hostname="cal.onenineins.com"] a[href="/workflows"],
body[data-hostname="cal.onenineins.com"] a[href="/insights"] {
  display: none !important;
}

/* Hide app store category cards/buttons areas on cal */
body[data-hostname="cal.onenineins.com"] [href*="/apps/categories"],
body[data-hostname="cal.onenineins.com"] [href*="/apps/installed"],
body[data-hostname="cal.onenineins.com"] [href="/apps"] {
  display: none !important;
}

/* Hide conferencing settings page entry on cal */
body[data-hostname="cal.onenineins.com"] a[href*="/settings/my-account/conferencing"] {
  display: none !important;
}

/* Hide top orange admin warning if desired later
body[data-hostname="cal.onenineins.com"] [role="alert"] { display:none !important; }
*/
