/**
 * pwa.css
 * Bannières installation PWA iOS et Android
 * Dépend de : variables.css, base.css
 */

#pwa-banner,
#ios-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9000;
  background: var(--brown);
  color: white;
  padding: 14px 20px;
  display: none;
  align-items: center;
  gap: 14px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
#pwa-install-btn {
  background: #C4622D;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
