/*
 * Mobile popup interstitial. The theme forces step-1 hidden and step-2 shown
 * below 768px with !important; these selectors out-rank it regardless of
 * load order, so the theme's existing .step-2-active toggle takes over again.
 */

.popup-form-mobile-copy { display: none; }

@media (max-width: 767.98px) {
	body.abw-mobile-popup-interstitial #popupForm.fullscreen-popup-form .step-1 { display: block !important; }
	body.abw-mobile-popup-interstitial #popupForm.fullscreen-popup-form .step-2 { display: none !important; }
	body.abw-mobile-popup-interstitial #popupForm.fullscreen-popup-form.step-2-active .step-1 { display: none !important; }
	body.abw-mobile-popup-interstitial #popupForm.fullscreen-popup-form.step-2-active .step-2 { display: block !important; }

	body.abw-mobile-popup-interstitial #popupForm.fullscreen-popup-form .step-1 p.popup-form-desktop-copy { display: none; }
	body.abw-mobile-popup-interstitial #popupForm.fullscreen-popup-form .step-1 p.popup-form-mobile-copy { display: block; text-align: center; }
	body.abw-mobile-popup-interstitial #popupForm.fullscreen-popup-form .step-1 .step-2-trigger span.popup-form-desktop-copy { display: none; }
	body.abw-mobile-popup-interstitial #popupForm.fullscreen-popup-form .step-1 .step-2-trigger span.popup-form-mobile-copy { display: inline; }
}
