.iris-list {
  list-style: none;
  padding: 8px 0;
  font-size: 1rem;
  background-color: #e8e9eb;
  //   min-width: 100px;

  .iris-list__item {
    padding: 6px 16px;
    width: auto;
    overflow: hidden;

    //   min-height: 2rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 0.00938em;
    cursor: pointer;
    //   border-radius: 0 40px 40px 0;

    &:hover {
      background-color: #c4c4c4;
    }
  }
}
