/* Set min-height to ad containers */
.recipe-page div[class*="Ad--promo"],
div[id^="div-gpt-ad-"] {
  min-height: 100px;
}

/* disable display none on recipe pages */
body.section_recipe .raptive-enabled .ad-wrapper:has([class*=Ad--promo-inline]) {
  display: block !important;
}


/* Hide Tasty ad containers on homepage */
.home-container div[class*="Ad--promo"] div[id^="div-gpt-ad"],
.home-container div[class*="Ad--promo"] .ad-wireframe-wrapper,
.tag-page div[class*="Ad--promo"] .ad-wireframe-wrapper,
.recent-page__container div[class*="Ad--promo"] .ad-wireframe-wrapper,
.recipe-page div[class*="Ad--promo"] .ad-wireframe-wrapper {
  display: none !important;
}

.recipe-page div[class*="Ad--promo"] {
  display: block !important;
}

/* add advertisement label for content ads on homepage */
body.section_article .adthrive-content::before,
.tag-page .adthrive-content::before,
.recent-page__container .adthrive-content::before,
.recipe-page .adthrive-content::before,
.home-container .adthrive-ad.adthrive-content::before{
  content: "ADVERTISEMENT";
  color: #757575;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: -25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* set background color for content ads on homepage */
body.section_article .adthrive-content,
.tag-page .adthrive-content,
.recent-page__container .adthrive-content,
.recipe-page .adthrive-content,
.home-container .adthrive-content {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  background-color: #f4f4f4 !important;
}

/* hide toolbar on mobile container */
.Ad.Ad--tb {
  display: none !important;
}

.adthrive-device-desktop .adthrive-recipe {
    max-width: 728px;
}

/* Set Footer Message 100% of the time */
#adthrive-ccpa-link {
  display: block !important;
}

/* changes to CCPA Footer */
.adthrive-footer-message {
  background: #222 !important;
  padding-bottom: 100px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.adthrive-ccpa-link {
  color: #fff !important;
  font-size: 16px !important;
  margin-bottom: 20px;
}

.adthrive-ccpa-link a {
  color: #ff8997 !important;
}