/**
 * Extraits utiles de lazy-styles.css (LOOP) — sans URLs ../icons/swoosh
 * ni dépendance au fichier styles.css complet.
 * Variables : wb-design-tokens.css (chargé avant cette feuille).
 */

/* ——— Tweetable (contenu éditorial) ——— */
main span.tweetable {
	background: var(--accent-blue-primary-20, #cde7f9);
}

main span.tweetable > a,
main span.tweetable > a:visited {
	color: var(--neutral-solid-80-s, #252e37);
	background: var(--neutral-solid-15-s, #dae3eb);
	text-decoration: none;
}

main span.tweetable > a:hover,
main span.tweetable > a:focus {
	background: var(--black, #000);
	color: var(--white, #fff);
	text-decoration: none;
}

/* Icône X retirée (fichier xlogo.svg absent du thème) ; lien texte seul. */
main span.tweetable > a > i::before {
	content: '';
	display: none;
}
