/* ============================================================
   Icônes de paiement — feuille MINIMALE, chargée SANS CONDITION
   sur tout le front-end (pas seulement quand un widget Affi est
   présent). Garantit que toute icône :code: — insérée via un
   widget Affi, un widget Elementor natif, ou le contenu d'un
   article — a toujours la bonne taille, où qu'elle apparaisse.

   !important OBLIGATOIRE : Elementor charge `.elementor img
   { height: auto; max-width: 100%; }` (spécificité 0,1,1) qui
   écrase une simple classe (0,1,0). Sans !important, les icônes
   s'affichent GÉANTES sur toute page Elementor (bug vécu).
   ============================================================ */
img.aew-pay-icon {
	display: inline-block !important;
	height: 1.35em !important;
	width: auto !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 0.15em !important;
	vertical-align: -0.32em !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
