.bz-eliza-call-btn {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.2;
  border-radius: 999px;
  z-index: 99999;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  user-select: none;
}
.bz-eliza-call-btn--floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  touch-action: none;
  cursor: grab;
}
.bz-eliza-call-btn--floating.is-dragging {
  cursor: grabbing;
}
#bz-eliza-widget-wrap {
  /* visibility controlled by inline media CSS */
}
