@media (max-width: 768px) {
  .antx-sidebar {
    width: min(85vw, 300px);
    right: 0;
    top: 0;
    height: 100vh;
  }

  body.admin-bar .antx-sidebar {
    top: 46px;
    height: calc(100vh - 46px);
  }

  .antx-sidebar-show {
    right: 10px;
    top: 70px;
  }

  .antx-toggle-btn {
    right: 14px !important;
    bottom: 16px !important;
    min-height: 44px !important;
    padding: 0 16px 0 12px !important;
    font-size: 13px !important;
  }

  .antx-panel {
    width: min(300px, calc(100vw - 20px)) !important;
  }

  .antx-comment-card {
    width: min(340px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
  }
}

html.antx-scroll-locked,
body.antx-scroll-locked {
  overflow: hidden !important;
}
