.root {
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 8px;
  gap: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;

  &:hover, &__active {
    background: var(--fill4);
  }
}