@media only screen and (max-width: 768px) {
  .widget_online,
  .widget_offline {
    width: 92vw !important;
    max-width: 380px !important;
    height: 72vh !important;
    max-height: 560px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    bottom: 16px !important;
    right: 16px !important;
    left: auto !important;
    top: auto !important;
  }

  .siqcw-header {
    --header-height: 72px !important;
  }

  .embed-prof-cont {
    border-radius: 14px !important;
  }

  [data-zsqa="message_window"] {
    overflow-y: auto !important;
  }

  .siqcw-input-cont {
    min-height: 60px !important;
  }

  .scroll-txtarea {
    max-height: 96px !important;
  }

  [data-zsqa="header_title"] {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  [data-zsqa="header_desc"] {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .footer-tab {
    padding-bottom: env(safe-area-inset-bottom, 0) !important;
  }
}

@media only screen and (max-width: 480px) {
  .widget_online,
  .widget_offline {
    width: 94vw !important;
    max-width: 360px !important;
    height: 68vh !important;
    max-height: 520px !important;
    border-radius: 16px !important;
    bottom: 12px !important;
    right: 12px !important;
  }

  .siqcw-header {
    --header-height: 68px !important;
  }

  [data-zsqa="header_title"] {
    font-size: 15px !important;
  }

  [data-zsqa="header_desc"] {
    font-size: 11px !important;
  }
}
