/* /wild-rift-boost-comparison — the side-by-side table.
   V109: lifted verbatim out of the page's inline <style> block when the page moved
   onto layout/header.php, and scoped to .nx-seo like the rest of that page's CSS.
   Loads after assets/css/pages/seo-landing.css, which supplies --line/--emerald/--muted. */
.nx-seo .cmp-table { width: 100%; border-collapse: collapse; margin-top: 22px; font-size: 14px; }
.nx-seo .cmp-table th, .nx-seo .cmp-table td { padding: 13px 14px; text-align: left; border-bottom: 1px solid var(--line); }
.nx-seo .cmp-table th { font-family: 'Rajdhani', sans-serif; font-size: 15px; color: #fff; }
.nx-seo .cmp-table th.us { color: var(--emerald); }
.nx-seo .cmp-table td.us { color: var(--emerald); font-weight: 600; }
.nx-seo .cmp-table .yes { color: var(--emerald); }
.nx-seo .cmp-table .no { color: var(--muted); }
.nx-seo .cmp-wrap { overflow-x: auto; }
