/* Add custom CSS styles below */ 

.woot-widget-bubble {
  position: fixed !important;
  right: 20px !important;
  bottom: 90px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: rgb(0, 156, 224) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
  padding: 0 !important;
}

.woot-widget-bubble svg {
  width: 28px !important;
  height: 28px !important;
  fill: #ffffff !important;
}