.crm-pwa-install {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: linear-gradient(135deg, #222832, #151920);
  font: 800 14px/1 "Manrope", Inter, "Segoe UI", Arial, sans-serif;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .24);
  cursor: pointer;
}

.crm-pwa-install::before {
  content: "↓";
  margin-right: 8px;
  color: #ff4855;
  font-size: 17px;
}

.crm-pwa-install:hover { transform: translateY(-1px); }
.crm-pwa-install[hidden] { display: none; }

@media (max-width: 760px) {
  .crm-pwa-install { right: 12px; bottom: 12px; min-height: 42px; padding-inline: 14px; }
}
