/* ============================================================================
   GoRealo-CMS-blog-article.css
   Blog ARTICLE / body-content styling for the blog-family templates.
   Loaded directly by BlogPage.cshtml (NOT bundled) so edits take effect
   immediately. Kept separate from GoRealo-CMS-blog-author-trust.css, which
   owns only the hero author strip, Meet-the-experts, and author/profile pages.

   Everything here is scoped under .wrgd (the forecast/explainer article wrapper)
   so it cannot affect other pages. CSS lives here, NOT in blogContent, because
   a backoffice RTE save strips <style> blocks and inline styles from the RTE.
   Brand tokens are inherited from the site vars (--primary-color etc.).
   ============================================================================ */

.wrgd{--wr-blue:var(--primary-color,#0046E5);--wr-blue-d:var(--dark-blue,#002E80);--wr-blue-dd:var(--dark-blue,#002E80);--wr-tint:var(--light-blue,#E6EFFF);--wr-tint2:#d6e4ff;--wr-line:#d3def5;--wr-ink:#14202e;--wr-ink2:#33465a;color:var(--wr-ink);font-size:1.08rem;line-height:1.7}
.wrgd p{font-size:1.08rem;line-height:1.7;color:var(--wr-ink);margin:0 0 1rem}
.wrgd a{color:var(--wr-blue);font-weight:600}
.wrgd h2{letter-spacing:-.01em;color:var(--wr-ink)}
.wrgd .wr-sec{display:flex;align-items:center;gap:.85rem;margin:3.5rem 0 .4rem}
.wrgd .wr-ico{flex:0 0 auto;width:3rem;height:3rem;display:grid;place-items:center;border-radius:.8rem;background:var(--wr-tint);color:var(--wr-blue);font-size:1.5rem}
.wrgd .wr-sec h2{margin:0;font-size:clamp(1.55rem,3vw,2.1rem)}
.wrgd .wr-deck{color:var(--wr-ink2);font-size:1.02rem;font-weight:500;margin:.15rem 0 1.25rem;padding-left:3.85rem}
@media (max-width:576px){.wrgd .wr-deck{padding-left:0}}
.wrgd .wr-panel__hd{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}
.wrgd .wr-panel__hd i{color:var(--wr-blue);font-size:1.55rem}
.wrgd .wr-panel__t{font-weight:700;color:var(--wr-blue-d);font-size:1.25rem}
.wrgd .wr-dl{margin:0}
.wrgd .wr-dl .wr-row{display:flex;gap:1.2rem;padding:.75rem 0;border-bottom:1px solid var(--wr-line)}
.wrgd .wr-dl .wr-row:first-child{padding-top:0}
.wrgd .wr-dl .wr-row:last-child{border-bottom:0;padding-bottom:0}
.wrgd .wr-dl dt{flex:0 0 34%;font-weight:700;color:var(--wr-blue-d);font-size:.92rem;text-transform:uppercase;letter-spacing:.02em;margin:0}
.wrgd .wr-dl dd{margin:0;flex:1;font-size:1.08rem;color:var(--wr-ink)}
.wrgd .wr-rates{margin:1rem 0 0;border:1px solid var(--wr-line);border-left:.35rem solid var(--wr-blue);border-radius:.9rem;background:linear-gradient(180deg,#fff,var(--wr-tint));padding:1.15rem 1.35rem}
.wrgd .wr-live{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--wr-blue);border-radius:1rem;padding:.25rem .8rem}
.wrgd .wr-live::before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:#54ffb0;box-shadow:0 0 0 0 rgba(84,255,176,.7);animation:wrpulse 2s infinite}
@keyframes wrpulse{70%{box-shadow:0 0 0 .45rem rgba(84,255,176,0)}100%{box-shadow:0 0 0 0 rgba(84,255,176,0)}}
.wrgd .wr-rates .wr-rtxt{font-size:1.1rem;line-height:1.7;color:var(--wr-ink);margin-top:.55rem}
.wrgd .wr-scope{border:1px solid var(--wr-line);border-left:.35rem solid var(--wr-blue);border-radius:.7rem;background:var(--wr-tint);padding:1.05rem 1.25rem;font-size:1.05rem;color:var(--wr-ink)}
.wrgd .wr-scope__lbl{font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;color:var(--wr-blue-d)}
.wrgd .wr-toc{display:flex;flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none}
.wrgd .wr-toc a{display:inline-block;font-size:.98rem;font-weight:600;color:var(--wr-blue);background:#fff;border:1.5px solid var(--wr-line);border-radius:2rem;padding:.45rem 1rem;text-decoration:none;transition:all .15s}
.wrgd .wr-toc a:hover{background:var(--wr-blue);color:#fff;border-color:var(--wr-blue)}
.wrgd .wr-card{height:100%;background:#fff;border:1px solid var(--wr-line);border-top:.28rem solid var(--wr-blue);border-radius:.9rem;padding:1.35rem;transition:box-shadow .2s,transform .2s}
.wrgd .wr-card:hover{box-shadow:0 .8rem 1.8rem rgba(0,70,229,.14);transform:translateY(-3px)}
.wrgd .wr-card--yes{border-top-color:#1a8a4f}
.wrgd .wr-card--yes .wr-cico{background:#e4f5ea;color:#1a8a4f}
.wrgd .wr-card--no{border-top-color:#c0392b}
.wrgd .wr-card--no .wr-cico{background:#fbe9e7;color:#c0392b}
.wrgd .wr-cico{width:2.7rem;height:2.7rem;display:grid;place-items:center;border-radius:.7rem;background:var(--wr-tint);color:var(--wr-blue);font-size:1.45rem;margin-bottom:.65rem}
.wrgd .wr-num{font-size:.82rem;font-weight:800;letter-spacing:.08em;color:var(--wr-blue)}
.wrgd .wr-card h3{font-size:1.22rem;margin:.15rem 0 .55rem;color:var(--wr-ink)}
.wrgd .wr-when{display:inline-block;font-size:.92rem;font-weight:700;color:var(--wr-blue-d);background:var(--wr-tint);border-radius:1rem;padding:.28rem .75rem;margin-bottom:.6rem}
.wrgd .wr-card .wr-desc{font-size:1.02rem;line-height:1.65;color:var(--wr-ink);margin:0}
.wrgd .wr-card ul.wr-desc{padding-left:1.15rem}
.wrgd .wr-card ul.wr-desc li{margin-bottom:.35rem}
.wrgd .wr-note{border:1px solid var(--wr-line);border-left:.35rem solid var(--wr-blue);border-radius:.7rem;background:var(--wr-tint);padding:1.15rem 1.3rem;margin:1.3rem 0}
.wrgd .wr-note__t{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--wr-blue-d);margin:0 0 .4rem;font-size:1.12rem}
.wrgd .wr-note p{margin:0;font-size:1.05rem}
.wrgd table.table{border:1px solid var(--wr-line);border-radius:.7rem;overflow:hidden;background:#fff;font-size:1.05rem}
.wrgd table.table thead th{background:var(--wr-tint);color:var(--wr-blue-dd);border-bottom:2px solid var(--wr-line);font-size:1rem;padding:.9rem 1rem}
.wrgd table.table td{color:var(--wr-ink);padding:.85rem 1rem}
.wrgd table.table th[scope=row]{color:var(--wr-blue-d);font-weight:700;padding:.85rem 1rem}
.wrgd table.table caption{caption-side:bottom;padding-top:.6rem;font-size:.98rem;color:var(--wr-ink2)}
.wrgd .wr-meth h3{font-size:1.22rem;color:var(--wr-blue-d);margin:1.5rem 0 .35rem;display:flex;align-items:center;gap:.55rem}
.wrgd .wr-meth h3 i{color:var(--wr-blue)}
.wrgd figcaption{font-size:1rem;color:var(--wr-ink2);margin-top:.6rem}
.wrgd .wr-cta{border-radius:1rem;padding:1.75rem;color:#fff;background:linear-gradient(145deg,var(--wr-blue) 0%,var(--wr-blue-d) 45%,var(--wr-blue-dd) 100%);box-shadow:0 1rem 2rem rgba(0,46,128,.25)}
.wrgd .wr-cta p{color:#fff}
.wrgd .wr-cta .wr-cta__h{font-size:1.35rem;font-weight:700;margin:0 0 .3rem}
.wrgd .wr-cta .wr-cta__s{font-size:1.05rem;opacity:.92;margin:0}
.wrgd .wr-cta a.btn{background:#fff;color:var(--wr-blue-d);font-weight:700;font-size:1.05rem;padding:.6rem 1.3rem}
.wrgd .wr-next{list-style:none;padding:0;margin:0}
.wrgd .wr-next li{padding:1rem 0;border-bottom:1px solid var(--wr-line);display:flex;gap:.8rem}
.wrgd .wr-next li i{color:var(--wr-blue);margin-top:.2rem;font-size:1.25rem}
.wrgd .wr-next a{font-size:1.12rem}
.wrgd .wr-next .wr-next__d{font-size:1.02rem;color:var(--wr-ink2)}
.wrgd ol.wr-src{font-size:1.02rem;color:var(--wr-ink)}
.wrgd ol.wr-src li{margin-bottom:.65rem}

/* Causal-chain figure (SVG styled from CSS so blogContent needs no <style>).
   Colors hardcoded to the brand hex to avoid any var-in-SVG edge case. */
.wrgd .wr-fig-svg{width:100%;height:auto;background:#f2f6fe;border:1px solid var(--wr-line);border-radius:14px;box-shadow:0 .6rem 1.6rem rgba(0,70,229,.1)}
.wrgd .wr-fig-svg .b{fill:#fff;stroke:#0046E5;stroke-width:3}
.wrgd .wr-fig-svg .b4{fill:#d6e4ff;stroke:#0046E5;stroke-width:3}
.wrgd .wr-fig-svg .h{font-family:system-ui,'Segoe UI',sans-serif;font-weight:700;font-size:24px;fill:#14202e}
.wrgd .wr-fig-svg .s{font-family:system-ui,'Segoe UI',sans-serif;font-weight:400;font-size:17px;fill:#33465a}
.wrgd .wr-fig-svg .n{font-family:system-ui,'Segoe UI',sans-serif;font-weight:700;font-size:16px;fill:#0046E5;letter-spacing:.05em}
.wrgd .wr-fig-svg .ar{fill:#0046E5}
.wrgd .wr-fig-svg .note{font-family:system-ui,'Segoe UI',sans-serif;font-weight:700;font-size:18px;fill:#002E80}

/* ---------------------------------------------------------------------------
   General blog-article CONTENT rules (moved 2026-07-21 out of
   GoRealo-CMS-blog-author-trust.css, which owns only the hero author strip,
   Meet-the-experts, and author/profile pages). These are NOT .wrgd-scoped;
   they style the .blog-details article body, so this file is linked on
   BlogPage, BlogPageLoanProduct, and SingleLoanProductPage.
   --------------------------------------------------------------------------- */
/* P0-05 - visible keyboard focus for blog-article content controls. A sitewide
   accordion rule kills Bootstrap's focus box-shadow; restore it with an outline
   (which that rule cannot cancel). The .gr-experts focus stays in author-trust. */
.blog-details a:focus-visible,
.blog-details button:focus-visible,
.blog-details [tabindex="0"]:focus-visible,
.inline-faq .accordion-button:focus-visible {
    outline: 3px solid #0046E5;
    outline-offset: 2px;
}
/* The sitewide .blog-details h3 margin (1.5rem 0 1rem) bleeds into the FAQ's
   h3.accordion-header, leaving ~40px of dead space inside every collapsed card.
   Inside the accordion the header must carry no margin of its own. */
.blog-details .inline-faq .accordion-header,
.inline-faq .accordion-header {
    margin: 0;
}
/* P0-06 - data tables scroll inside their .table-responsive region on small
   screens instead of compressing into unreadably narrow columns. */
.blog-details .table-responsive > .table {
    min-width: 42rem;
}

@media (max-width:480px){.wrgd .wr-dl .wr-row{flex-direction:column;gap:.15rem}.wrgd .wr-dl dt{flex-basis:auto}}
@media (prefers-reduced-motion:reduce){.wrgd .wr-card,.wrgd .wr-toc a{transition:none}.wrgd .wr-card:hover{transform:none}.wrgd .wr-live::before{animation:none}}

/* =========================================================================
   .gr-condo -- Florida Condo Mortgage Rates (node 4450, under Florida 4429)
   Educational family (BlogPage). Scoped, brand-blue, RTE-DURABLE: blogContent
   uses ONLY TinyMCE-safe elements (div/span/em/table/ul/ol/h2-4/p + macro
   holders). NO dl/dt/dd/aside/figure/figcaption/svg/cite -- TinyMCE strips
   those on a backoffice Publish. All styling lives here (never in blogContent).
   ========================================================================= */
.gr-condo{
  --gc-blue:var(--primary-color,#0046E5);
  --gc-dark:var(--dark-blue,#002E80);
  --gc-light:var(--light-blue,#E6EFFF);
  --gc-ink:#14202e;
  --gc-muted:#3f5165;
  --gc-line:#d7e0ee;
  --gc-paper:#ffffff;
  --gc-soft:#f5f8ff;
  --gc-green:#1a8f5c;
  --gc-amber:#b45309;
  color:var(--gc-ink);
  font-size:1.06rem;
  line-height:1.65;
}
.gr-condo p{margin:0 0 1rem;}
.gr-condo h2{font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.2;letter-spacing:-.02em;color:var(--gc-dark);margin:2.6rem 0 .5rem;scroll-margin-top:1rem;}
.gr-condo h3{font-size:clamp(1.18rem,2.2vw,1.4rem);line-height:1.25;color:var(--gc-ink);margin:1.6rem 0 .5rem;}
.gr-condo h4{font-size:1.08rem;margin:1.4rem 0 .35rem;color:var(--gc-dark);}
.gr-condo a{color:var(--gc-blue);text-underline-offset:.15em;}
.gr-condo .gc-ico{color:var(--gc-blue);font-size:1.15rem;line-height:1;}

/* cards */
.gr-condo .gc-card{background:var(--gc-paper);border:1px solid var(--gc-line);border-radius:16px;padding:1.25rem 1.35rem;box-shadow:0 1px 2px rgba(20,32,46,.04);}
.gr-condo .gc-card__hd{display:flex;align-items:center;gap:.55rem;font-weight:800;color:var(--gc-dark);font-size:1.05rem;margin-bottom:.85rem;}

/* hero split */
.gr-condo .gc-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;margin:.5rem 0 1.5rem;align-items:start;}

/* key facts (span-based; NOT dl/dt/dd) */
.gr-condo .gc-row{display:block;padding:.6rem 0;border-top:1px solid var(--gc-line);}
.gr-condo .gc-row:first-child{border-top:0;padding-top:0;}
.gr-condo .gc-dt{display:block;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--gc-blue);}
.gr-condo .gc-dd{display:block;font-weight:600;margin-top:.12rem;}

/* live rates panel: stat tiles on the brand gradient; sizes to content (hero is align-items:start) */
.gr-condo .gc-rates{background:linear-gradient(160deg,var(--gc-dark),var(--gc-blue));border:0;color:#fff;display:flex;flex-direction:column;gap:.75rem;}
.gr-condo .gc-rates .gc-card__hd--live{color:#fff;justify-content:space-between;margin-bottom:0;}
.gr-condo .gc-live{display:inline-flex;align-items:center;gap:.35rem;background:rgba(255,255,255,.16);color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .55rem;border-radius:999px;}
.gr-condo .gc-live i{color:#7ef0b0;font-size:.7rem;}
.gr-condo .gc-rates__t{font-weight:700;font-size:.95rem;color:#cfe0ff;}
.gr-condo .gc-rates__asof{font-size:.82rem;line-height:1.4;color:#bcd2ff;font-variant-numeric:tabular-nums;}
.gr-condo .gc-rates__asof .umb-macro-holder{display:inline;font-weight:700;color:#e6efff;}
.gr-condo .gc-rates__grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;}
.gr-condo .gc-stat{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:.75rem .85rem;}
.gr-condo .gc-stat--hi{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.34);}
.gr-condo .gc-stat__lbl{display:block;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#cfe0ff;}
.gr-condo .gc-stat__val{display:block;margin-top:.28rem;font-size:1.14rem;font-weight:800;color:#fff;line-height:1.2;font-variant-numeric:tabular-nums;}
.gr-condo .gc-stat__val .umb-macro-holder{display:inline;font-weight:800;color:#fff;}
.gr-condo .gc-rates__take{font-size:.98rem;line-height:1.5;color:#eef4ff;font-variant-numeric:tabular-nums;}
.gr-condo .gc-rates__take .umb-macro-holder{display:inline;font-weight:800;color:#fff;}
.gr-condo .gc-rates__fine{font-size:.8rem;line-height:1.45;color:#aec6f2;}

/* scope note (div, NOT aside) */
.gr-condo .gc-scope{background:var(--gc-soft);border-left:4px solid var(--gc-blue);border-radius:0 12px 12px 0;padding:1rem 1.2rem;margin:0 0 1.6rem;}
.gr-condo .gc-scope__lbl{display:inline-flex;align-items:center;gap:.4rem;font-weight:800;color:var(--gc-dark);margin-right:.35rem;}
.gr-condo .gc-scope__lbl i{color:var(--gc-blue);}

/* signature figure: warrantability gate, pure HTML/CSS (no svg/img) */
.gr-condo .gc-fig{margin:0 0 1.75rem;}
.gr-condo .gc-gate{display:flex;flex-direction:column;align-items:center;border:1px solid var(--gc-line);border-radius:16px;background:var(--gc-soft);padding:1.6rem 1.2rem;}
.gr-condo .gc-gate__node{position:relative;border-radius:12px;padding:.85rem 1.1rem;text-align:center;width:100%;box-sizing:border-box;}
.gr-condo .gc-gate__ttl{display:block;font-weight:800;font-size:1.04rem;line-height:1.25;}
.gr-condo .gc-gate__sub{display:block;font-size:.9rem;line-height:1.4;margin-top:.25rem;}
.gr-condo .gc-gate__start{background:var(--gc-blue);color:#fff;max-width:24rem;}
.gr-condo .gc-gate__start .gc-gate__sub{color:#cfe0ff;}
.gr-condo .gc-gate__review{background:var(--gc-light);color:var(--gc-dark);border:2px solid var(--gc-blue);max-width:34rem;margin-top:1.55rem;}
.gr-condo .gc-gate__review::before{content:"";position:absolute;top:-1.4rem;left:50%;transform:translateX(-50%);width:2px;height:1.4rem;background:var(--gc-blue);}
.gr-condo .gc-gate__outcomes{position:relative;display:flex;gap:1rem;width:100%;max-width:42rem;margin-top:1.55rem;}
.gr-condo .gc-gate__outcomes::before{content:"";position:absolute;top:-1.4rem;left:50%;transform:translateX(-50%);width:2px;height:1.4rem;background:var(--gc-muted);}
.gr-condo .gc-gate__ok,.gr-condo .gc-gate__no{flex:1;text-align:left;background:var(--gc-paper);}
.gr-condo .gc-gate__ok{border:2px solid var(--gc-green);}
.gr-condo .gc-gate__no{border:2px solid var(--gc-amber);}
.gr-condo .gc-gate__ok .gc-gate__ttl,.gr-condo .gc-gate__no .gc-gate__ttl{color:var(--gc-dark);font-size:1rem;margin-top:.3rem;}
.gr-condo .gc-gate__ok .gc-gate__sub,.gr-condo .gc-gate__no .gc-gate__sub{color:var(--gc-muted);}
.gr-condo .gc-gate__tag{display:inline-block;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .55rem;border-radius:999px;}
.gr-condo .gc-gate__tag--ok{background:#e6f5ee;color:#14532d;}
.gr-condo .gc-gate__tag--no{background:#fdf0e3;color:#7c2d12;}
.gr-condo .gc-fig__cap{margin-top:.75rem;color:var(--gc-muted);font-size:.94rem;line-height:1.55;}

/* toc */
.gr-condo .gc-toc{margin:0 0 2rem;}
.gr-condo .gc-toc__list{margin:0;padding-left:1.25rem;columns:2;column-gap:2rem;}
.gr-condo .gc-toc__list li{margin:.25rem 0;break-inside:avoid;}
.gr-condo .gc-toc__list a{font-weight:600;}

/* answer-first callout */
.gr-condo .gc-answer{background:var(--gc-light);border-radius:12px;padding:.9rem 1.1rem;font-size:1.08rem;}
.gr-condo .gc-answer strong{color:var(--gc-dark);}

/* loan-option grid */
.gr-condo .gc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.2rem 0;}
.gr-condo .gc-opt{border:1px solid var(--gc-line);border-radius:12px;padding:.9rem 1rem;background:var(--gc-paper);}
.gr-condo .gc-opt__tag{display:inline-block;font-weight:800;color:var(--gc-blue);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;}
.gr-condo .gc-opt p{margin:0;font-size:.98rem;line-height:1.5;}

/* warrantability checklist */
.gr-condo .gc-checklist{border:1px solid var(--gc-line);border-left:4px solid var(--gc-green);border-radius:0 12px 12px 0;background:var(--gc-paper);padding:1rem 1.2rem;margin:1.1rem 0;}
.gr-condo .gc-checklist__hd{display:flex;align-items:center;gap:.5rem;font-weight:800;color:var(--gc-dark);margin-bottom:.6rem;}
.gr-condo .gc-checklist__hd i{color:var(--gc-green);}
.gr-condo .gc-checks{list-style:none;margin:0;padding:0;}
.gr-condo .gc-checks li{position:relative;padding:.45rem 0 .45rem 1.4rem;border-top:1px solid var(--gc-line);font-size:1rem;}
.gr-condo .gc-checks li:first-child{border-top:0;}
.gr-condo .gc-checks li::before{content:"\2713";position:absolute;left:0;top:.5rem;color:var(--gc-green);font-weight:800;}
.gr-condo .gc-checks li span{display:inline-block;font-weight:800;color:var(--gc-dark);min-width:9.5rem;}

/* florida law timeline */
.gr-condo .gc-timeline{margin:1.2rem 0;border-left:2px solid var(--gc-blue);padding-left:0;}
.gr-condo .gc-tl{display:grid;grid-template-columns:6.5rem 1fr;gap:.9rem;padding:.55rem 0 .55rem 1rem;position:relative;}
.gr-condo .gc-tl::before{content:"";position:absolute;left:-7px;top:1rem;width:12px;height:12px;border-radius:50%;background:var(--gc-blue);border:2px solid #fff;}
.gr-condo .gc-tl__yr{font-weight:800;color:var(--gc-blue);font-size:.9rem;font-variant-numeric:tabular-nums;}
.gr-condo .gc-tl div{font-size:1rem;line-height:1.5;}

/* eav list */
.gr-condo .gc-eav{border:1px solid var(--gc-line);border-radius:14px;background:var(--gc-soft);padding:1.1rem 1.3rem;margin:1.4rem 0;}
.gr-condo .gc-eav__hd{display:flex;align-items:center;gap:.5rem;font-weight:800;color:var(--gc-dark);margin-bottom:.6rem;}
.gr-condo .gc-eav ul{margin:0;padding-left:1.2rem;}
.gr-condo .gc-eav li{margin:.35rem 0;}

/* comparison table */
.gr-condo .gc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.2rem 0;border-radius:12px;}
.gr-condo .gc-table{width:100%;min-width:44rem;border-collapse:collapse;font-size:1rem;font-variant-numeric:tabular-nums;}
.gr-condo .gc-table caption{caption-side:top;text-align:left;font-weight:700;color:var(--gc-muted);font-size:.92rem;margin-bottom:.55rem;}
.gr-condo .gc-table th,.gr-condo .gc-table td{border:1px solid var(--gc-line);padding:.7rem .8rem;text-align:left;vertical-align:top;}
.gr-condo .gc-table thead th{background:var(--gc-light);color:var(--gc-dark);}
.gr-condo .gc-table tbody th{background:var(--gc-soft);font-weight:700;}
.gr-condo .gc-table .umb-macro-holder{display:inline;font-weight:800;color:var(--gc-dark);}

/* two qualifying tracks */
.gr-condo .gc-tracks{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.2rem 0;}
.gr-condo .gc-track{border:1px solid var(--gc-line);border-top:4px solid var(--gc-blue);border-radius:12px;background:var(--gc-paper);padding:1rem 1.2rem;}
.gr-condo .gc-track__hd{display:flex;align-items:center;gap:.5rem;font-weight:800;color:var(--gc-dark);margin-bottom:.6rem;}
.gr-condo .gc-track ul{margin:0;padding-left:1.2rem;}
.gr-condo .gc-track li{margin:.4rem 0;font-size:1rem;}

/* read next + sources */
.gr-condo .gc-next{list-style:none;margin:1rem 0;padding:0;}
.gr-condo .gc-next li{padding:.7rem 0;border-top:1px solid var(--gc-line);}
.gr-condo .gc-next li:last-child{border-bottom:1px solid var(--gc-line);}
.gr-condo .gc-next a{font-weight:700;}
.gr-condo .gc-sources{padding-left:1.3rem;font-size:.96rem;color:var(--gc-muted);}
.gr-condo .gc-sources li{margin:.5rem 0;}
.gr-condo .gc-sources em{font-style:italic;}

/* mobile */
@media (max-width:820px){
  .gr-condo .gc-hero{grid-template-columns:1fr;}
  .gr-condo .gc-grid{grid-template-columns:1fr;}
  .gr-condo .gc-tracks{grid-template-columns:1fr;}
  .gr-condo .gc-gate__outcomes{flex-direction:column;}
  .gr-condo .gc-gate__outcomes::before{display:none;}
  .gr-condo .gc-toc__list{columns:1;}
  .gr-condo .gc-checks li span{min-width:auto;display:block;margin-bottom:.1rem;}
}
@media (prefers-reduced-motion:reduce){
  .gr-condo *{scroll-behavior:auto;}
}
