.lp-multiselect {
  .lp-multiselect-selected {
    background-color: rgb(250, 250, 250);
    border-radius: 4px;
    border: 1px solid rgb(229, 229, 229);
    display: inline-block;
    height: 2.5rem;
    overflow: hidden;
    padding: 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 15rem;

    @media (max-width: 36em) {
      width: 100%;
    }
  }

  .lp-multiselect-dropdown {
    border: 1px solid rgb(229, 229, 229);
    left: 1rem;
    min-width: 16rem;
    padding-bottom: 0;
    position: absolute;
    top: 1.5rem;
    z-index: 100;

    ul {
      list-style-type: none;
    }
  }
}
