.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
}

.policy-note {
  margin: -8px 0 18px 26px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.policy-note a {
  color: rgba(200,200,210,.8);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-note a:hover { color: #fff; }
