.halti-stock-alert {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 20px;
  border: 1px solid rgba(31, 122, 77, 0.24);
  border-radius: 18px;
  background: #f5f9ee;
}

.halti-stock-alert[hidden],
.halti-stock-alert__form[hidden] {
  display: none !important;
}

.halti-stock-alert__intro {
  display: grid;
  gap: 5px;
}

.halti-stock-alert__title,
.halti-stock-alert__intro strong {
  color: #0f172a;
  font-size: 17px;
}

.halti-stock-alert__intro p,
.halti-stock-alert .form-note {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}

.halti-stock-alert__toggle,
.halti-stock-alert__form > .button {
  width: fit-content;
}

.halti-stock-alert__form {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}

.halti-stock-alert__form > label:not(.halti-stock-alert__consent) {
  display: grid;
  gap: 7px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.halti-stock-alert__form input[type="text"],
.halti-stock-alert__form input[type="email"] {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid #c4d0c7;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
}

.halti-stock-alert__form input[type="text"]:focus,
.halti-stock-alert__form input[type="email"]:focus {
  border-color: #a8d63f;
  box-shadow: 0 0 0 4px rgba(168, 214, 63, 0.18);
  outline: none;
}

.halti-stock-alert__consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.halti-stock-alert__consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #12351f;
}

.halti-stock-alert__consent a {
  color: #12351f;
  font-weight: 700;
}

.halti-stock-alert__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
