.root {
  padding: 0;
  margin: 0;
  font-size: 1em;
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  width: auto;
}

.root,
.root:hover,
.root:focus,
.root:active {
  background: transparent;
  border-color: transparent;
  color: currentColor;
}