/* 생명살림도농협회 PWA 설치 버튼 */
#pwa-install-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  background: #2f6f3e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

#pwa-install-button:hover {
  filter: brightness(1.05);
}

#pwa-install-button:focus-visible {
  outline: 3px solid rgba(47, 111, 62, 0.35);
  outline-offset: 3px;
}

#pwa-install-button[hidden] {
  display: none !important;
}