.lead-consents {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.quick-lead-form .lead-consents .check-field,
.lead-card .lead-consents .check-field,
.contact-form-card .lead-consents .check-field {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: var(--site-muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
}

.quick-lead-form .lead-consents input[type="checkbox"],
.lead-card .lead-consents input[type="checkbox"],
.contact-form-card .lead-consents input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
}

.lead-consents a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
