revo-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  display: block;
}
revo-list ul {
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
revo-list ul > li {
  width: auto;
  overflow: hidden;
  font-size: 14px;
  box-sizing: border-box;
  min-height: 48px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 6px;
  white-space: nowrap;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  cursor: pointer;
}
revo-list ul > li.selected {
  background-color: var(--rv-dropdown-hover, rgba(0, 0, 0, 0.04));
}
revo-list ul > li:hover {
  background-color: var(--rv-dropdown-hover, rgba(0, 0, 0, 0.04));
}