/* EMEA CONTINENT CSS */

/* PreOrder Button on PL-PL */
body.pl-pl .gameSiteNavigation div[class*="gameSiteNavigation__buttons__"]:last-child .btnText1 {
    font-size: 16px;
}

/* Date Separator on ES-ES */
body.es-es .updatesList__wrapper .updatesList__item__content__date .date__separator,
body.es-es .updatesHighlight__wrapper__content .date__separator,
body.es-es .updatesFeed .updatesFeed__item__wrapper__content .date__separator,
body.es-es .updatesDetail__article__header__date .date__separator,
body.es-es .r6p-home-highlight .flexibleHighlight__content .date__separator {
    display: inline-block;
}

/* Hide button for AB test 337 */
.buyExperience .buyExperience_products_ubisoftPlus .buyExperience__alternateViewHeader .promo__wrapper__content>a:nth-of-type(2) {
    display: none;
}