.faq-sort-container {
  height: 550px;
  overflow-x: hidden;
  border: 2px solid #b1b1b1;
  padding: 6px 12px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
}

#bwl_faq_items {
  display: flex;
  flex-direction: column;
  gap: 8px;

  .menu-item-bar {
    margin: 0px;
  }

  .menu-item-handle {
    padding: 8px;
    max-width: 100%;
  }
}

#sort-status {
  clear: both;
}
#baf_save_sorting {
  border-radius: 0px !important;
}

#baf_save_sorting {
  position: fixed;
  right: 0px;
  top: 105px;
  width: 96px;
  height: 36px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.baf-sort-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 6px;
  li {
    flex-basis: 200px;
    a {
      display: block;
      text-decoration: none;
      text-align: center;
      background: #fff;
      border: 2px solid #ccc;
      padding: 12px 0;
      border-radius: 4px;
    }
    a.sort-selected {
      background: #2271b1;
      color: #fff;
    }
    &:last-child {
      margin-right: 0px;
    }
  }
}
