/*
 * Sitewide paid-journey flash prevention.
 *
 * Keep this small: paid landing presentation belongs in paid-landing.css and
 * is loaded only on registered landing routes.
 */
html.paid-journey-active:not(.paid-email-ready) a[href^="mailto:hello@alchemist-films.com"],
html.paid-journey-active:not(.paid-email-ready) .contact-info a[href^="mailto:"],
html.paid-journey-active:not(.paid-email-ready) .contact-band-method a[href^="mailto:"],
html.paid-journey-active:not(.paid-email-ready) .contact-band-value-email,
html.paid-journey-active:not(.paid-email-ready) .contact-band-value-email a,
html.paid-journey-active:not(.paid-email-ready) .contact-band-action[href^="mailto:"],
html.paid-journey-active:not(.paid-email-ready) .js-paid-email-link {
    visibility: hidden;
}

html.paid-journey-active:not(.paid-email-ready) .contact-info a[href^="mailto:"] {
    display: inline-block;
    min-width: 14em;
}
