/* Public styles for Wapshark WooCommerce plugin (front-end) */

/* Floating WhatsApp chat widget styles */
#wapshark-chat-widget {
  position: fixed;
  bottom: 20px;
  right: -100px; /* initially hidden */
  z-index: 9999;
  transition: right 0.6s ease;
}

#wapshark-chat-widget a {
  display: inline-block;
  background-color: #25D366; /* WhatsApp green */
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-align: center;
}

#wapshark-chat-widget img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
}

/* Optional close button */
#wapshark-chat-widget .wapshark-chat-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
}

#wapshark-chat-widget .wapshark-chat-close:hover {
  color: #ccc;
}
