#emailSubscription {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	border-radius: 8px;
	background: var(--wp--preset--color--secondary-pearl);
}
#emailSubscription.dentist-email-subscription {
	margin-bottom: 60px;
}
@media (min-width: 768px) {
	#emailSubscription {
		padding: 60px 30px;
	}
	#emailSubscription.dentist-email-subscription {
		margin-bottom: 120px;
	}
}
#emailSubscription .title {
	margin: 0 auto;
	font-weight: var(--wp--custom--heading--typography--font-weight);
	font-size: 28px !important;
	line-height: 40px;
	color: #080709;
	width: 100%;
	max-width: 792px;
}
#emailSubscription .sub-title {
	margin: 0 auto;
	font-weight: var(--wp--custom--body--typography--font-weight);
	font-size: 14px !important;
	line-height: 26px;
	color: #4b5260;
	width: 100%;
	max-width: 792px;
}
#emailSubscription form {
	margin: 2rem auto 0;
	width: 100%;
	max-width: 792px;
}
#emailSubscription .dp-input.first-name {
	margin-bottom: 20px;
}
#emailSubscription .dp-input.email {
	margin-bottom: 15px;
}
#emailSubscription form .form-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
#emailSubscription form .form-bottom .terms {
	display: flex;
	align-items: center;
	font-weight: var(--wp--custom--body--typography--font-weight);
	font-size: 10px !important;
	line-height: 20px;
	color: #080709;
}
#emailSubscription form .form-bottom .terms input[type="checkbox"] {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	accent-color: var(--wp--preset--color--primary);
}
#emailSubscription form .form-bottom .terms a {
	font-size: 10px !important;
	color: var( --wp--preset--color--primary, #2445EA );
	text-decoration: underline;
}
#emailSubscription .input-text.radar-location {
	margin-bottom: 0;
}
#emailSubscription .radar-input-box {
	max-width: unset;
}
#emailSubscription.enable-sms-capture .d-grid {
	gap: 16px;
}
#emailSubscription.enable-sms-capture .dp-input.email {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	#emailSubscription.enable-sms-capture .d-grid {
		grid-template-columns: 1fr 1fr;
	}
}
#emailSubscription .dp-button {
	white-space: nowrap;
}