<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Then following css is used to hide the yoast premium cta's from being displayed. */
/* @see HORZN-2164 Remove all Yoast Premium CTA's. */
.yoast .yoast-sidebar {
  display: none;
}
.yoast .yoast_premium_upsell, .yoast .yoast-button-upsell {
  display: none;
}
</pre></body></html>