.mojebjj-pwa-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
}

.mojebjj-pwa-choice label {
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 600;
  line-height: 1.4;
}

.mojebjj-pwa-helper-modal[hidden] {
  display: none !important;
}

.mojebjj-pwa-helper-modal {
  position: fixed;
  inset: 0;
  z-index: 1000001;
}

.mojebjj-pwa-helper-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.mojebjj-pwa-helper-modal__dialog {
  position: relative;
  width: min(92vw, 420px);
  margin: 48px auto;
  background: #fff;
  border-radius: 22px;
  padding: 22px 20px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.26);
}

.mojebjj-pwa-helper-modal__head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.mojebjj-pwa-helper-modal__icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: cover;
  background: #f8fafc;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.mojebjj-pwa-helper-modal__head h3 {
  margin: 0;
  line-height: 1.15;
}

.mojebjj-pwa-helper-modal__head p {
  margin: 6px 0 0;
  color: #64748b;
}

.mojebjj-pwa-helper-modal__steps {
  display: grid;
  gap: 10px;
  margin: 14px 0 18px;
}

.mojebjj-pwa-helper-modal__step {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 600;
}

.mojebjj-pwa-helper-modal__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mojebjj-pwa-helper-modal__actions .mojebjj-button {
  flex: 1 1 160px;
  justify-content: center;
}

@media (max-width: 640px) {
  .mojebjj-pwa-helper-modal__dialog {
    width: calc(100vw - 20px);
    margin: 10px auto;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }
}
