/* V3.2.39 - fix destination card typography/colors/buttons */
html body .ean-destination-grid.ean-destination-gates{gap:32px!important;}
html body .ean-destination-card>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;}
html body .ean-destination-card .ean-destination-name{
  display:block!important;max-width:none!important;word-break:normal!important;overflow-wrap:normal!important;
  font-size:clamp(2.8rem,4.8vw,4.35rem)!important;line-height:.92!important;letter-spacing:-.05em!important;
  margin:0 0 10px!important;
}
html body .ean-destination-card.ean-gate-morocco > div .ean-destination-name{color:#d64a2f!important;}
html body .ean-destination-card.ean-gate-egypt > div .ean-destination-name{color:#2d7cf0!important;}
html body .ean-destination-card.ean-gate-gulf > div .ean-destination-name{color:#11b7b0!important;}
html body .ean-destination-card.ean-gate-morocco > div .ean-destination-name::after,
html body .ean-destination-card.ean-gate-egypt > div .ean-destination-name::after,
html body .ean-destination-card.ean-gate-gulf > div .ean-destination-name::after{content:"";display:block;width:82px;height:4px;border-radius:999px;margin-top:10px;background:currentColor;opacity:1;}
html body .ean-destination-card h2{max-width:11ch!important;}
html body .ean-destination-card b{
  align-self:flex-start!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;
  padding:0 26px!important;min-height:58px!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;
}
html body .ean-destination-card b::after{content:"→"!important;font-size:1.06em;line-height:1;}
html body .ean-destination-card.ean-gate-morocco b{background:linear-gradient(180deg,#c6452f 0%,#8f291b 100%)!important;border-color:#e8a394!important;color:#fff!important;}
html body .ean-destination-card.ean-gate-morocco b:hover{background:linear-gradient(180deg,#d14e38 0%,#9c3021 100%)!important;}
html body .ean-destination-card.ean-gate-egypt b{background:linear-gradient(180deg,#2f82ee 0%,#1459b7 100%)!important;border-color:#9dc4ff!important;color:#fff!important;}
html body .ean-destination-card.ean-gate-gulf b{background:linear-gradient(180deg,#10b6ab 0%,#0a877f 100%)!important;border-color:#83e3dd!important;color:#fff!important;}
@media (max-width: 1180px){html body .ean-destination-card .ean-destination-name{font-size:clamp(2.45rem,5vw,3.85rem)!important;} html body .ean-destination-card h2{max-width:12ch!important;}}
@media (max-width: 780px){
  html body .ean-destination-card .ean-destination-name{font-size:clamp(2.15rem,10vw,3rem)!important;}
  html body .ean-destination-card .ean-destination-name::after{width:60px!important;height:3px!important;margin-top:8px!important;}
  html body .ean-destination-card b{white-space:normal!important;line-height:1.15!important;text-align:center!important;}
}
