#sb_update_profile .t4s-sms-consent-profile {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}

#sb_update_profile .t4s-sms-consent-profile .input-style-1 {
	margin-bottom: 20px;
}

#sb_update_profile .t4s-sms-consent-profile .t4s-sms-consent-wrap {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	margin: 0;
}

#sb_update_profile .t4s-sms-consent-profile .t4s-sms-consent-wrap input[type="checkbox"] {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 3px 0 0;
	padding: 0;
}

#sb_update_profile .t4s-sms-consent-profile .t4s-sms-consent-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	color: #262d3f;
}

#sb_update_profile .t4s-sms-consent-profile .t4s-sms-consent-text a {
	text-decoration: underline;
}

.t4s-sms-consent-registration .t4s-sms-consent-wrap {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	text-align: left;
}

.t4s-sms-consent-registration .t4s-sms-consent-wrap input[type="checkbox"] {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 3px 0 0;
}

.t4s-sms-consent-registration .t4s-sms-consent-wrap a {
	text-decoration: underline;
}
