.alloy-spam-modal[hidden] {
  display: none;
}

.alloy-spam-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgb(0 0 0 / 45%);
}

.alloy-spam-modal__panel {
  width: min(100%, 420px);
  border: 1px solid #d8dee4;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  color: #1d2327;
  box-shadow: 0 18px 60px rgb(0 0 0 / 25%);
}

.alloy-spam-modal__panel h2 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.alloy-spam-modal__panel p {
  margin: 0 0 16px;
}

.alloy-spam-modal__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 16px;
}

.alloy-spam-modal__check input {
  margin-top: 2px;
}

.alloy-spam-modal__error {
  min-height: 20px;
  color: #b32d2e;
  font-size: 13px;
}

.alloy-spam-modal__panel button {
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid #2271b1;
  border-radius: 4px;
  background: #2271b1;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.alloy-spam-modal__panel button:disabled {
  border-color: #a7aaad;
  background: #a7aaad;
  cursor: not-allowed;
}
