/* LENTERA PWA - LANDING ONLY V1 */
.lentera-install-app {
  position: fixed !important;
  right: 18px !important;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  left: auto !important;
  z-index: 2147483000 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 48px !important;
  max-width: calc(100vw - 28px) !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
  box-shadow: 0 16px 38px rgba(37, 99, 235, .30) !important;
  font: 800 14px/1 Arial, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.lentera-install-app.is-visible {
  display: inline-flex !important;
}

.lentera-install-app:hover,
.lentera-install-app:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  outline: none !important;
  filter: brightness(1.04) !important;
  transform: translateY(-1px) !important;
}

.lentera-install-app svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex: 0 0 18px !important;
  fill: currentColor !important;
}

@media (max-width: 575.98px) {
  .lentera-install-app {
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    left: auto !important;
    min-height: 45px !important;
    max-width: calc(100vw - 24px) !important;
    padding: 0 15px !important;
    font-size: 13px !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, .30) !important;
  }

  .lentera-install-app svg {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    flex-basis: 17px !important;
  }
}
