/* OneClick Commerce Bot — minimal styles for the WhatsApp handoff action. */
.occbot-wa-btn {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: none;
  border-radius: 24px;
  background: #25D366;
  color: #fff;
  font: 600 14px/1 -apple-system, Segoe UI, Roboto, sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.occbot-wa-btn:hover { background: #1ebe5b; }
.occbot-wa-btn::before { content: "🟢"; }
@media (max-width: 600px) {
  .occbot-wa-btn { right: 12px; bottom: 84px; padding: 9px 12px; font-size: 13px; }
}
