.woot-widget-bubble {
  position: fixed !important;
  right: 20px !important;
  bottom: 90px !important;
  width: 56px !important;
  height: 56px !important;
  background: #6b3f1f !important; /* بني غني */
  border-radius: 60% 30% 40% 70% !important;
  box-shadow: 0 5px 12px rgba(0,0,0,0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease-in-out;
}

.woot-widget-bubble:hover {
  transform: scale(1.08);
}

.woot-widget-bubble svg {
  width: 26px !important;
  height: 26px !important;
  fill: #e6c9a0 !important; /* بيج ذهبي فاخر */
}