/* V3.2.38 - destination name colored per region */
html body .ean-destination-card .ean-destination-name{ text-shadow:0 3px 16px rgba(0,0,0,.18)!important; }
html body .ean-destination-card.ean-gate-morocco .ean-destination-name{ color:#d9423a!important; }
html body .ean-destination-card.ean-gate-egypt .ean-destination-name{ color:#2f82ee!important; }
html body .ean-destination-card.ean-gate-gulf .ean-destination-name{ color:#10b6ab!important; }
html body .ean-destination-card.ean-gate-morocco .ean-destination-name::after,
html body .ean-destination-card.ean-gate-egypt .ean-destination-name::after,
html body .ean-destination-card.ean-gate-gulf .ean-destination-name::after{content:"";display:block;width:72px;height:4px;border-radius:999px;margin-top:10px;background:currentColor;opacity:.95;}
@media (max-width:780px){html body .ean-destination-card .ean-destination-name::after{width:58px;height:3px;margin-top:8px;}}
