.interest-consent {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  margin: .9rem 0 .55rem;
  color: var(--ink);
  font-size: .82rem;
  line-height: 1.65;
}

.interest-consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin: .22rem 0 0;
  accent-color: var(--red);
}

.interest-privacy-link {
  margin: 0 0 .65rem;
  font-size: .78rem;
}

.interest-privacy-link a {
  color: inherit;
  text-underline-offset: .18em;
}

.interest-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

[data-interest-status][data-state="success"] { color: #275d42; }
[data-interest-status][data-state="error"] { color: #8a1e27; }

.operator-entry-card {
  border-color: var(--red) !important;
  box-shadow: inset 0 3px 0 var(--red);
}

.legal-page {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0 6rem;
}

.legal-page h1 { font-size: clamp(2rem, 6vw, 4rem); line-height: 1.1; }
.legal-page h2 { margin-top: 2.5rem; font-size: 1.25rem; }
.legal-page p, .legal-page li { line-height: 1.9; }
.legal-page a { color: inherit; text-underline-offset: .2em; }

@media (max-width: 620px) {
  .interest-consent { font-size: .9rem; }
}
