/* Comm100 widget is positioned by Comm100. Do not override the chat window iframe. */
#bb-support-fab {
  display: none !important;
}

/* Mobile: hide only the bottom-right launcher. Header Canlı Destek still opens the window. */
@media (max-width: 991px) {
  html body iframe[title="Sohbet düğmesi"],
  html body iframe[title="Sohbet penceresi için sohbet simgesi"],
  html body iframe#chat_button_adaptive_container {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }
}
