/**
 * SMS consent checkbox styles. Inherits Houzez's `.control--checkbox`
 * for the box itself (so spacing + indicator size match the Terms checkbox);
 * the wrapper adds spacing + link styling for the inline HTML disclosure.
 */

.av8-sms-consent {
	margin: 14px 0;
	color: inherit;
}

.av8-sms-consent__label.control--checkbox {
	/* Use Houzez's existing checkbox layout; just ensure the label has the
	   right line-height for multi-line consent text. */
	display: block;
	line-height: 1.4;
	margin: 0;
}

.av8-sms-consent__text {
	display: inline;
}

.av8-sms-consent__text a {
	color: inherit;
	text-decoration: underline;
}

.av8-sms-consent__injected-phone {
	margin-bottom: 10px;
}
