.home-install-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
}

.home-install-button[hidden] {
  display: none;
}

.home-install-button:disabled {
  opacity: 0.58;
  cursor: wait;
}

.home-install-icon {
  font-size: 21px;
  line-height: 1;
}

.home-install-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
