@media only screen and (min-width: 667px) {
  .woot-widget-holder.woot-elements--right {
    right: 30px !important;
    bottom: 90px !important;
  }
}

iframe .text-n-slate-11 {
  font-size: 14px !important;
}

/* Schowaj bąbelek Chatwoot zawsze */
#cw-widget-holder .woot-widget-bubble,
#cw-widget-holder [data-testid="launcher-button"],
#cw-widget-holder .woot--bubble {
  display: none !important;
}


@media only screen and (max-width: 667px) {
  .woot-widget-holder {
    height: 75% !important;
    right: 0 !important;
    top: 0 !important;
    width: 90% !important;
    left: 0 !important;
    bottom: 40px !important;
    margin: 40px auto auto auto !important;
  }
}


