.jm-install-button {
  font: 700 22px/1.4 system-ui, sans-serif;
  letter-spacing: 0;
  padding: 12px 22px;
  margin: 16px 0 0;
  max-width: 100%;
  white-space: normal;
  color: #09151b;
  background: #ffda3d;
  border: 3px solid #09151b;
  border-radius: 8px;
  cursor: pointer;
}
.jm-install-button:focus-visible { outline: 3px solid #167ce5; outline-offset: 4px; }
.jm-install-button:disabled { opacity: .65; cursor: default; }
.jm-install-button[hidden] { display: none; }
.jm-install-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.jm-install-later { background: white; }
#jmInstallHelp {
  margin: auto;
  box-sizing: border-box;
  width: min(560px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 24px;
  border: 4px solid #09151b;
  border-radius: 8px;
  background: white;
  color: #09151b;
  font: 22px/1.6 system-ui, sans-serif;
  text-align: left;
}
#jmInstallHelp h2 { font-size: 28px; margin: 0 0 16px; }
#jmInstallHelp p { margin: 0; overflow-wrap: anywhere; }
#jmInstallHelp::backdrop { background: rgb(0 0 0 / 65%); }
