@charset "utf-8";

.woot-widget-bubble { position: fixed !important; bottom: 50px !important; right: 50px !important; z-index: 2147483647 !important; display: flex !important; visibility: visible !important; opacity: 1 !important; background-color: rgb(255, 107, 0) !important; width: 70px !important; height: 70px !important; pointer-events: all !important; cursor: pointer !important; }

.woot-widget-holder { position: fixed !important; z-index: 2147483646 !important; pointer-events: all !important; }

@media (max-width: 768px) {
  .woot-widget-bubble { position: fixed !important; bottom: 120px !important; right: 15px !important; width: 60px !important; height: 60px !important; }
  .woot-widget-holder { inset: 0px !important; width: 100% !important; height: 100% !important; max-height: 100% !important; margin: 0px !important; border-radius: 0px !important; }
  .woot-widget-holder iframe { width: 100% !important; height: 100% !important; }
}