/**
 * Hide affiliate / promo sections (Envato, Pabbly, Canva, Cloudways).
 * Loaded after Angular styles so display:none wins.
 */

/* Pabbly & Canva full-width promo blocks */
app-pabbly,
app-canva {
  display: none !important;
}

/* About Us: Envato 70% discount columns (row after the hero illustration) */
app-about-us #AboutUs > .Body > hr,
app-about-us #AboutUs > .Body > .row:last-of-type {
  display: none !important;
}

/* Footer: Envato WordPress assets + Cloudways hosting promo */
app-footer .new_footer_top > .container > .row > .col-lg-12.text-center:first-child,
app-footer .new_footer_top .jumbotron {
  display: none !important;
}

/* Team: Envato UI Kits / 50% web dev discount block */
app-team .row.mt-3:has(a[href*="462403/4662"]),
app-team .row.mt-3:has(img[src*="cl.ly"]) {
  display: none !important;
}

/* Team: hidden members (backup if JS runs late) */
app-team .col-lg-4.dsc-hidden-member {
  display: none !important;
}
