[hidden] {
  display: none !important;
}

[data-download],
[data-bg-image][role="link"] {
  cursor: pointer;
}

.download-busy {
  pointer-events: none;
  opacity: .72;
}

.noxx-announce {
  position: sticky;
  top: 64px;
  z-index: 35;
  padding: 10px 18px;
  color: #fff;
  background: #2563eb;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.noxx-contact {
  position: fixed;
  right: 20px;
  bottom: 92px;
  z-index: 48;
  min-width: 52px;
  padding: 12px 16px;
  color: #fff;
  background: #2563eb;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .36);
  font-weight: 700;
  text-decoration: none;
}

.noxx-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 8, 10, .84);
  backdrop-filter: blur(7px);
}

.noxx-dialog {
  width: min(440px, 100%);
  padding: 26px;
  color: #f8fafc;
  background: #211f1e;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
  text-align: center;
}

.noxx-dialog h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.noxx-dialog p {
  margin: 0 0 18px;
  color: #cbd5e1;
  line-height: 1.65;
}

.noxx-dialog button {
  margin: 5px;
  padding: 10px 16px;
  color: #fff;
  background: #2563eb;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 700;
}

.noxx-language {
  position: fixed;
  right: 18px;
  bottom: 154px;
  z-index: 47;
  display: flex;
  gap: 5px;
  padding: 6px;
  background: rgba(20, 18, 17, .92);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.noxx-language button {
  min-width: 34px;
  padding: 7px 8px;
  color: #cbd5e1;
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}

.noxx-language button.on {
  color: #fff;
  background: #2563eb;
}

@media (max-width: 640px) {
  .noxx-announce {
    top: 56px;
    font-size: 13px;
  }

  .noxx-contact {
    right: 14px;
    bottom: 82px;
  }

  .noxx-language {
    right: 14px;
    bottom: 142px;
    max-width: calc(100vw - 28px);
    overflow-x: auto;
  }
}
