.nq-license-locked,
.nq-license-locked body {
  overflow: hidden !important;
}

.nq-license-guard {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 18, 30, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
}

.nq-license-guard * {
  box-sizing: border-box;
}

.nq-license-guard-card {
  width: min(420px, 100%);
  min-height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(5, 12, 28, 0.28);
}

.nq-license-guard-message {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .nq-license-guard {
    padding: 18px;
  }

  .nq-license-guard-card {
    min-height: 128px;
    padding: 28px 22px;
  }

  .nq-license-guard-message {
    font-size: 18px;
  }
}
