/* Champion Wealth Management — FMG custom CSS (styles.css)
   Every FMG page is embedded in a champinvestor.com wrapper that supplies the
   nav, banner, and footer/disclosure — so we hide all of FMG's own chrome.
   Publish: FMG &gt; Website &gt; Design &gt; Developer Tools &gt; Custom CSS.
   Clear the box first (Ctrl+A -&gt; Delete), paste, Publish. @import stays on top. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Hide FMG's own chrome on every embedded page (desktop AND mobile).
   The "html body" prefix outranks FMG's mobile-breakpoint rules. */
html body .top-bar,
html body header.header,
html body section.header-phone,
html body .moonlight-header-logo,
html body .hero-container,
html body footer,
html body .footer-container,
html body section.form.container { display: none !important; }

/* Calculator "related content" caption links -&gt; Champion navy */
body.calculator .thumbnail .caption a { color: #0C2A66 !important; }

/* Articles list -&gt; gold bullets (palette can't touch markers; titles stay navy) */
html body .list-content li::marker { color: #C9A84C !important; }