.darkmode .promotion_frame a{
	color: #E3061B !important;
}

.basicCreative>a>div{
	width: revert;
	max-width: var(--creativeWidth);
}

.errorSite .newestArticles .newestArticles .mt-3{
  margin: 0 !important;
}

@media (max-width: 991px){
  .errorSite{
    width: 100%;
  }
} 

.genecy-welcomer-ad-cont{
  overflow: hidden !important;
}

.sponsoredSection .sponsoredTitle {
    font-size: clamp(2rem,4vw,2.5rem);
    font-weight: 500;
    line-height: clamp(38px,5vw,48px);
}

@media screen and (min-width: 992px) {
  .logoContainer {
    display: none !important;
  }

  .topRow .links {
    max-width: 100% !important;
    width: 100% !important;
    flex: auto !important;
  }
}

.newsletter-boxes .newsletter-box label img{
  height: unset;
}

#detailPage .leftColumn .recipe_preparation ol li {
    display: list-item !important;
}

#subMenu > .innerContainer > a > img, #promotionLine > .innerContainer > a > img {
  border-radius: 0 !important;
}