

html:not(.cp-chat-unlocked) #chatFab{
  display:none !important;
}


html.cp-chat-unlocked #chatFab{
  animation:cp102-fab-in .34s var(--ease,ease) 1;
}
@keyframes cp102-fab-in{
  from{opacity:0;transform:scale(.82) translateY(8px)}
  to  {opacity:1;transform:none}
}
@media (prefers-reduced-motion:reduce){
  html.cp-chat-unlocked #chatFab{animation:none}
}
