:host {
  display: block;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 36px;
  padding: 0 12px;
}

#ripple {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#icon {
  margin-right: 8px;
}

#icon[hidden] {
  display: none;
}