/* CTIA SMS opt-in + email contact consent (marketing lead forms) */
.hd-sms-opt-in-wrap {
  margin: 0.65rem 0 0.85rem;
  text-align: left;
}

.hd-sms-opt-in-label,
.hd-email-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.45;
  cursor: pointer;
  text-align: left;
}

.hd-sms-opt-in-label {
  color: inherit;
}

.hd-sms-opt-in-label input,
.hd-email-consent-label input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: var(--purple-600, #7c3aed);
}

.hd-sms-opt-in-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cta-section .hd-sms-opt-in-label,
.cta-section .hd-email-consent-label {
  color: rgba(255, 255, 255, 0.85);
}

.cta-section .hd-sms-opt-in-text a {
  color: #fff;
}

.quiz-capture-form .hd-sms-opt-in-wrap {
  margin: 0.5rem 0 0.75rem;
}

.quiz-capture-form .hd-sms-opt-in-label,
.quiz-capture-form .hd-email-consent-label {
  font-size: 0.72rem;
  color: var(--gray-600, #525252);
}

.modal-form .hd-sms-opt-in-wrap {
  margin: 0.25rem 0 0.65rem;
}

.modal-form .hd-sms-opt-in-label {
  color: var(--gray-600, #525252);
}
