/* src/styles/site-chrome.css */
/* platform badge: unclassed <a> pinned to body, so it needs an attribute selector */
body > a[href^="https://www.contentmetric.com"],
body > a[href^="https://contentmetric.com"]{display:none!important}

/* nav CTA arrow: black glyph on a near-black block. site_apply_css drops this
   declaration, so it lives here where nothing tree-shakes it. */
.sm-cta-ic{color:#ffffff}
