#insane-wa-wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  z-index: 9999;
  font-family: sans-serif;
}

#insane-wa-text {
  margin-right: 10px;
  background: #fff;
  color: #333;
  padding: 8px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-size: 14px;
  white-space: nowrap;
}

#insane-wa-btn {
  background-color: #25D366;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}

#insane-wa-btn:hover {
  transform: scale(1.1);
}

#insane-wa-btn svg {
  width: 30px;
  height: 30px;
}
