@media only screen and (max-width: 921px) {
  .filter-mob-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--grey300);
    box-shadow: 0px 1px 2px 0px #1018280d;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--grey800);
    cursor: pointer;
    margin: 8px 0 24px;
    width: 100%;
  }

  .filter-mob-btn i {
    background: var(--grey800);
    width: 20px;
    height: 20px;
  }

  .filter-mob-btn .kicon-chevron-right {
    margin-left: auto;
  }

  form#tools-filter-form-supabase {
    display: none;
  }

  .filter-section.mob-active form#tools-filter-form-supabase {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: var(--white);
    flex-direction: column;
    box-shadow: 0px 1px 2px 0px #1018280d;
    border-radius: 8px 8px 0 0;
    max-height: 100vh;
    overflow: auto;
    padding: 16px 16px 24px;
    flex-wrap: nowrap;
  }

  .filter-mob-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--grey900);
  }

  .filter-mob-header i {
    width: 24px;
    height: 24px;
    background: var(--grey900);
  }

  .filter-item {
    width: 100%;
  }

  .filter-section.mob-active:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c111df5;
    z-index: 999;
  }

  .filter-title {
    gap: 8px;
    flex-direction: column;
    align-items: start;
  }

  .filter-title strong {
    font-size: 18px;
    line-height: 28px;
    gap: 4px;
  }

  .filter-title strong i {
    width: 20px;
    height: 20px;
  }

  .filter-title p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    border: none;
  }

  button#load-more-tools-btn {
    width: 100%;
    margin-top: 48px;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    gap: 6px;
  }

  .filter-table-head .fth {
    padding: 6px 12px;
  }

  .filter-table-cell.ftc-number {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .filter-table-cell {
    padding: 16px 8px;
  }

  .ftc-thumb .tools-top5-box-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .ftc-thumb .tools-top5-box-icon.no-icon {
    background-size: 32px;
  }

  .ftc-thumb .tools-top5-box-icon img {
    max-width: 40px;
  }

  .tools-top5-box-icon .tb-main-platform {
    width: 10px;
    height: 10px;
  }

  .ftc-title p {
    margin-top: 3px;
  }

  .ftc-title .tools-mini-badges i {
    width: 16px;
    height: 16px;
  }

  .ftc-title .tools-mini-badges {
    gap: 4px;
    padding: 0;
    border: none;
  }

  .ftc-link a.top5-box-link {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .ftc-link span.new-tools-share p {
    display: none;
  }

  .ftc-price .tools-pricing-model {
    font-size: 12px;
    line-height: 18px;
  }

  .filter-table-cell.ftc-platforms .platforms-icon {
    width: 16px;
    height: 16px;
  }

  .filter-table-cell.ftc-ai-tools {
    padding: 12px 16px 12px 8px;
    gap: 8px;
  }

  .filter-table-head .fth.ftc-ai-tools {
    padding-left: 12px;
  }

  .ftc-title a {
    font-size: 16px;
    line-height: 24px;
  }

  .filter-table-cell span.bookmark-icon {
    width: 24px;
    height: 24px;
  }

  .ftc-link .aitools-share {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .ftc-link .aitools-share .new-tools-share {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .filter-table-cell.ftc-languages.ftc-languages-multiple p {
    -webkit-line-clamp: 1;
  }

  .filter-list {
    padding: 0 16px;
  }

  .single-jobs .filter-section .filter-mob-btn {
    max-width: calc(100% - 32px);
    margin: 8px auto 20px;
  }

  .single-jobs .filter-section button#load-more-tools-btn {
    max-width: calc(100% - 32px);
    margin: 48px auto 0;
  }

  .single-jobs .filter-section form#tools-filter-form-supabase {
    max-width: 100%;
  }

  .filter-table-head-fix {
    display: none !important;
  }
}
