.dark img.h-10.w-auto { filter: invert(1) brightness(2); }
header span.text-lg.font-semibold.truncate { display: none !important; }
.woot-widget-bubble { display: none !important; }
#ks-chat-bubble {
  position: fixed; bottom: 20px; right: 20px; width: 52px; height: 52px;
  border-radius: 50%; background: #1d1d1f; cursor: pointer; z-index: 2147483647;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.15); animation: ks-pulse 2s infinite;
  border: none; outline: none;
}
#ks-chat-bubble svg { width: 24px; height: 24px; }
#ks-chat-bubble.ks-open .ks-icon-chat { display: none; }
#ks-chat-bubble.ks-open .ks-icon-close { display: block !important; }
#ks-chat-bubble .ks-icon-close { display: none; }
@keyframes ks-pulse {
  0% { box-shadow: 0 0 0 0 rgba(29,29,31,.5); }
  70% { box-shadow: 0 0 0 12px rgba(29,29,31,0); }
  to { box-shadow: 0 0 0 0 rgba(29,29,31,0); }
}
