/* PWA install banner — só mobile field (carregado condicionalmente) */
#av-pwa-install-banner {
  position: fixed;
  left: 0.65rem;
  right: 0.65rem;
  bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px));
  z-index: 58;
  pointer-events: auto;
}
.av-pwa-install-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  background: #fff;
  border: 1px solid #e2e8e2;
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
.av-pwa-install-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  font-size: 0.78rem;
  color: #5c665c;
  line-height: 1.35;
}
.av-pwa-install-text strong {
  font-size: 0.88rem;
  color: #1a1f1a;
}
.av-pwa-install-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}
.av-pwa-install-btn {
  border: none;
  border-radius: 999px;
  background: #006866;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  white-space: nowrap;
}
.av-pwa-install-close {
  border: none;
  background: transparent;
  color: #78909c;
  font-size: 1rem;
  line-height: 1;
  padding: 0.25rem 0.35rem;
  cursor: pointer;
}
body.av-pwa-standalone .mobile-bottom-nav {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
