/* ==UserStyle==
@name           [Oli Bros] Ad hiding: Smashing Magazine
@namespace      The Oliver Bros
@version        0.0.3
@description    Hide ads, sponsor elements and promotions
==/UserStyle== */

@-moz-document domain("smashingmagazine.com"),
               domain("www.smashingmagazine.com") {

div#blocked.blocked.clearfix,
.c-felix-the-cat,
.c-garfield-the-cat::before,
.product-panel,
.membership-promo-box-teaser,
#sponsors-article,
.bnnr-list,
.c-promo-box,
.sponsors,
.sponsors__lead,
div[data-component="FeaturePanel"]
{ display: none !important; }

/* Hide 'further reading' mid-article plug */
#span-class-rh-further-reading-span-on-smashingmag,
#span-class-rh-further-reading-span-on-smashingmag + ul,
article div[data-audience="non-subscriber"]
{ display: none !important; }

}
