/**
 * ADCOM+ Contact Protect - styles front.
 * Rendu neutre : les liens heritent du theme. Le fallback sans JS reste lisible.
 */

a.acp-eml-mixed,
a.acp-eml-decoded,
a.acp-tel-mixed,
a.acp-tel-decoded,
span.acp-tel-mixed,
span.acp-tel-decoded {
	color: inherit;
	text-decoration: inherit;
}

/* Le contenu de secours (sans JS) reste visible ; avec JS il est remplace. */
span.acp-eml-rot,
span.acp-tel-rot {
	unicode-bidi: normal;
}
