.push-notify-box {
  max-width: 320px;
  background: #198754;
  color: #fff;
  padding: 12px 14px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.push-notify-title {
  /* font-weight: 600; */
  margin-bottom: 8px;
}

.push-notify-yes {
  border: 0;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  background: #ffffff;
  color: #0a3622;
  font-weight: 600;
}

.push-notify-later {
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  background: transparent;
  color: #fff;
}
