#jn-pwa-install-btn {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 25px;
  bottom: 145px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  background-color: #6BAD0D;
  color: #fff;
  border: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  font-size: 20px;
}
#jn-pwa-install-btn:hover { background-color: #59900a; }

#jn-pwa-ios-banner {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  background-color: #fff;
  border: 2px solid #6BAD0D;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 13px;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
#jn-pwa-ios-close {
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 0 !important;
}


@media (min-width: 768px) {
  #jn-pwa-ios-banner { left: auto; max-width: 320px; }
}
@media (max-width: 767px) {
	#jn-pwa-install-btn {
	    right: 10px;
	    bottom: 205px;
	}
}