.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: flex;
  gap: 9px;
  align-items: flex-start;
  min-height: 28px;
  color: var(--site-muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}

.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;
  flex: 0 0 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--site-primary);
}

.lead-consents .check-field > span {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
}

.lead-consents .check-field small {
  font: inherit;
  font-weight: 700;
}

.lead-consents input[type="checkbox"]:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--site-primary) 30%, transparent);
  outline-offset: 3px;
}

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