/**
 * ActiveCampaign embedded form overrides.
 *
 * The email field is hidden purely in CSS so it never flashes on screen.
 * It stays in the DOM (display:none still submits) and is populated from
 * the ?email= query param by activecampaign-forms.js.
 *
 * ._x12073980 is ActiveCampaign's generated wrapper for form 4's email
 * field — re-check it in the AC form builder if the field is rebuilt.
 */

._form_4 ._x12073980 {
	display: none !important;
}
