.woot-widget-bubble {
  position: fixed !important;
  right: 20px !important;
  bottom: 90px !important;
  width: 56px !important;
  height: 56px !important;
  background: #002c5f !important; /* أزرق ملكي غامق */
  border-radius: 20% 35% 20% 35% !important;
  transform: rotate(-6deg);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease-in-out;
}

.woot-widget-bubble:hover {
  transform: rotate(-6deg) scale(1.05);
}

.woot-widget-bubble svg {
  width: 26px !important;
  height: 26px !important;
  fill: #4fc3f7 !important; /* أزرق سماوي ناعم */
}