#bock-pwa-install {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: #176b39;
  color: #fff;
  font: 700 15px Arial, sans-serif;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .24);
  cursor: pointer;
}

#bock-pwa-install.is-visible {
  display: inline-flex;
}

#bock-pwa-install:focus-visible {
  outline: 3px solid #ffd54f;
  outline-offset: 3px;
}

@media print {
  #bock-pwa-install {
    display: none !important;
  }
}
