/* 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 above all rules.  - No "&gt;" combinator (FMG breaks it). */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Hide FMG's own chrome on every embedded page */
.top-bar,
header.header,
.moonlight-header-logo,
.hero-container,
footer,
.footer-container,
section.form.container { display: none !important; }

/* Calculator "related content" caption links -&gt; Champion navy */
body.calculator .thumbnail .caption a { color: #0C2A66 !important; }