.pwa-install-prompt {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(390px, calc(100vw - 32px));
  padding: 12px 13px;
  border: 1px solid #d9c79d;
  border-radius: 15px;
  color: #3d2e1d;
  background: rgba(255, 253, 248, .98);
  box-shadow: 0 12px 34px rgba(49, 37, 24, .2);
}

.pwa-install-prompt p {
  margin: 0;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
}

.pwa-install-prompt .button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 7px 10px;
  font-size: .78rem;
}

.pwa-install-close {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  color: #705f4a;
  background: transparent;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
