@media (max-width: 768px) {
  .zar-help-wrapper {
    position: fixed !important;
    inset: 0 auto auto 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: visible !important;
    transform: none !important;
    z-index: 9998;
    pointer-events: none;
  }

  .zar-help-wrapper .zar-help-toggle {
    position: fixed !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 9999;
    pointer-events: auto;
  }

  .zar-help-wrapper.open .zar-help-card {
    pointer-events: auto;
  }
}