/* Widget WhatsApp BIZZ.CLUB Botoșani */
#bizz-chat-root {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  z-index: 99990;
}

#bizz-chat-root * {
  box-sizing: border-box;
}

#bizz-chat-launcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, #35d36a, #128c7e);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(18, 140, 126, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99991;
  transition: transform 0.15s ease;
  text-decoration: none;
}

#bizz-chat-launcher:hover {
  transform: scale(1.05);
}

#bizz-chat-launcher svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
