/*
 Theme Name: GeneratePress Child
 Theme URI: https://generatepress.com
 Description: Child theme for GeneratePress
 Author: You
 Template: generatepress
 Version: 1.0
*/

/* =========================================================
   0) GLOBAL HEADER + NAV — AUTHORITY STYLE (GeneratePress)
========================================================= */

.site-header{
  background:#fff !important;
  border-bottom:1px solid rgba(15,23,42,.10) !important;
  box-shadow:0 10px 26px rgba(15,23,42,.06) !important;
  position:relative !important;
  z-index:999 !important;
}
.site-header::after{
  content:"";
  position:absolute;
  left:0; bottom:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#2563EB 0%,#1D4ED8 50%,#2563EB 100%);
}

.inside-header{
  max-width:1240px;
  margin:0 auto;
  padding:18px 16px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.site-branding{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.site-title{ margin:0; line-height:1.1; }
.site-title a{
  font-size:22px;
  font-weight:900;
  letter-spacing:-0.03em;
  color:#0F172A;
  text-decoration:none;
}
.site-description{
  margin:0;
  font-size:13px;
  font-weight:600;
  color:#475569;
  max-width:52ch;
  line-height:1.35;
}

.main-navigation{
  background:transparent;
  border:0;
  box-shadow:none;
}
.main-navigation .inside-navigation{
  max-width:1240px;
  margin:0 auto;
  padding:0 16px 16px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.main-navigation ul{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.main-navigation .main-nav ul li a{
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  font-size:13px;
  line-height:1;
  color:#0F172A;
  background:#fff;
  border:1px solid rgba(15,23,42,.12);
  text-decoration:none;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
  transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.main-navigation .main-nav ul li a:hover{
  background:rgba(37,99,235,.06);
  border-color:rgba(37,99,235,.25);
  color:#1D4ED8;
}
.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current_page_item > a{
  background:rgba(37,99,235,.10);
  border-color:rgba(37,99,235,.35);
  color:#1D4ED8;
}

.menu-toggle{
  border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  padding:10px 12px;
  font-weight:800;
}

@media (max-width: 720px){
  .inside-header{
    flex-direction:column;
    align-items:flex-start;
    padding:16px 14px 10px;
    gap:8px;
  }
  .main-navigation .inside-navigation{
    justify-content:flex-start;
    padding:0 14px 14px;
  }
  .site-title a{ font-size:20px; }
  .site-description{ font-size:12px; }
}

/* =========================================================
   1) AUTHORITY PAGES — About / Editorial / Policies / Contact
========================================================= */

.authority-page{
  max-width:820px;
  margin:0 auto;
  padding:48px 20px;
  font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,sans-serif;
  color:#1F2937;
  line-height:1.65;
}
.authority-page h1{
  font-size:32px;
  line-height:1.15;
  margin-bottom:18px;
  letter-spacing:-0.03em;
  color:#0F172A;
}
.authority-page h2{
  font-size:22px;
  margin:36px 0 12px;
  letter-spacing:-0.02em;
  color:#0F172A;
}
.authority-page h3{
  font-size:16px;
  margin:24px 0 8px;
  font-weight:800;
  color:#111827;
}
.authority-page p{
  margin:12px 0;
  font-size:15px;
  color:#374151;
}
.authority-page ul{ margin:12px 0 12px 18px; }
.authority-page li{ margin:6px 0; }
.authority-page a{
  color:#2563EB;
  text-decoration:underline;
  text-underline-offset:3px;
}
.authority-page a:hover{ color:#1D4ED8; }
.authority-page hr{
  border:0;
  border-top:1px solid #E5E7EB;
  margin:36px 0;
}
.authority-page .authority-box{
  background:#F8FAFC;
  border:1px solid #E5E7EB;
  border-radius:12px;
  padding:18px 20px;
  margin:24px 0;
}
@media (max-width: 720px){
  .authority-page{ padding:32px 16px; }
  .authority-page h1{ font-size:26px; }
}

/* =========================================================
   2) MONEY PAGE (page-id-45) — CLEAN / SINGLE SOURCE OF TRUTH
   (layout + sticky + toc + buttons scoped to page 45 only)
========================================================= */

/* Page background */
body.page-id-45{ background:#F8FAFC; }

/* Hide WordPress page title on money page */
body.page-id-45 .entry-title{ display:none !important; }

/* Sticky-safe: neutralize sticky-breaking parents ONLY on this page */
body.page-id-45 .site-content,
body.page-id-45 .content-area,
body.page-id-45 .site-main,
body.page-id-45 .inside-article,
body.page-id-45 .entry-content{
  overflow:visible !important;
  transform:none !important;
  filter:none !important;
}

/* Money Page wrapper + variables */
body.page-id-45 .money-page{
  max-width:1240px;
  margin:0 auto;
  padding:0 16px;

  --mp-surface:#ffffff;
  --mp-border:#e7e7e7;
  --mp-border-2:#f0f0f0;
  --mp-text:#111111;
  --mp-muted:#666666;

  --mp-radius:14px;
  --mp-shadow:0 1px 0 rgba(0,0,0,.04), 0 10px 24px rgba(0,0,0,.06);
  --mp-gap:16px;

  --accent-main:#2563EB;
  --accent-hover:#1D4ED8;
  --accent-soft:rgba(37,99,235,.10);
  --accent-border:#DBEAFE;

  --mp-focus:0 0 0 3px rgba(17,17,17,.15);

  font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,sans-serif;
  color:#1F2937;
  line-height:1.55;
}

/* =========================================================
   3) TYPOGRAPHY
========================================================= */

body.page-id-45 .money-page h2{
  font-size:22px;
  line-height:1.25;
  margin:0 0 10px;
  color:var(--mp-text);
  letter-spacing:-0.02em;
  position:relative;
  padding-left:12px;
}
body.page-id-45 .money-page h2::before{
  content:"";
  position:absolute;
  left:0;
  top:.28em;
  width:5px;
  height:1.1em;
  border-radius:999px;
  background:var(--accent-main);
  opacity:.9;
}

body.page-id-45 .money-page h3{
  font-size:16px;
  line-height:1.35;
  margin:0 0 8px;
  color:var(--mp-text);
  letter-spacing:-0.01em;
}

body.page-id-45 .money-page p{ margin:10px 0; color:var(--mp-text); }
body.page-id-45 .money-page ul{ margin:10px 0 0; padding-left:18px; }
body.page-id-45 .money-page li{ margin:6px 0; }

/* =========================================================
   4) BUTTONS (single source of truth — page 45 only)
========================================================= */

body.page-id-45 .money-page .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  padding:10px 14px;
  font-weight:700;
  font-size:13px;
  line-height:1.1;
  text-decoration:none !important;
  border:1px solid transparent;
  transition:transform .08s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  user-select:none;
  cursor:pointer;
  white-space:nowrap;
}
body.page-id-45 .money-page .btn:focus{ outline:none; box-shadow:var(--mp-focus); }
body.page-id-45 .money-page .btn:active{ transform:translateY(1px); }

/* Safety: kill theme pseudo elements on buttons */
body.page-id-45 .money-page .btn::before,
body.page-id-45 .money-page .btn::after{ content:none !important; }

body.page-id-45 .money-page .btn-primary{
  background:var(--accent-main);
  color:#fff !important;
  box-shadow:0 8px 18px rgba(37,99,235,.18);
}
body.page-id-45 .money-page .btn-primary:hover{ background:var(--accent-hover); }
body.page-id-45 .money-page .btn-primary:visited{ color:#fff !important; }

body.page-id-45 .money-page .btn-ghost{
  background:rgba(37,99,235,.06);
  border-color:rgba(37,99,235,.20);
  color:#1D4ED8 !important;
}
body.page-id-45 .money-page .btn-ghost:hover{ background:rgba(37,99,235,.10); }
body.page-id-45 .money-page .btn-ghost:visited{ color:#1D4ED8 !important; }

/* =========================================================
   5) CARDS + BADGES
========================================================= */

body.page-id-45 .money-page .money-card{
  background:#fff;
  border:1px solid #E5E7EB;
  border-radius:var(--mp-radius);
  box-shadow:0 1px 2px rgba(0,0,0,.04), 0 8px 20px rgba(0,0,0,.04);
  padding:18px;
  margin:0 0 var(--mp-gap);
}

body.page-id-45 .money-page .money-cta,
body.page-id-45 .money-page #top-pick,
body.page-id-45 .money-page #top-pick-deep-dive .badge{
  background:linear-gradient(180deg, var(--accent-soft), #ffffff 80%);
  border-color:var(--accent-border);
}

body.page-id-45 .money-page .badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:.02em;
  border:1px solid rgba(37,99,235,.18);
  white-space:nowrap;
  background:var(--accent-soft);
  color:#1E3A8A;
}
body.page-id-45 .money-page .badge.best-overall{
  background:#eef4ff;
  color:#1f4fd8;
  border-color:#cddcff;
}
body.page-id-45 .money-page .badge.best-overall::before{
  content:"★";
  font-size:11px;
  line-height:1;
}
body.page-id-45 .money-page .badge.category{
  background:#f6f7f9;
  color:#4b5563;
  border-color:#e5e7eb;
}

/* =========================================================
   6) GRID HELPERS
========================================================= */

body.page-id-45 .money-page .money-grid{
  display:grid;
  gap:var(--mp-gap);
  grid-template-columns:repeat(12, minmax(0,1fr));
  align-items:start;
}
body.page-id-45 .money-page .col-3{ grid-column:span 3; }
body.page-id-45 .money-page .col-4{ grid-column:span 4; }
body.page-id-45 .money-page .col-6{ grid-column:span 6; }
body.page-id-45 .money-page .col-8{ grid-column:span 8; }
body.page-id-45 .money-page .col-12{ grid-column:span 12; }

@media (max-width: 900px){
  body.page-id-45 .money-page .col-3,
  body.page-id-45 .money-page .col-4,
  body.page-id-45 .money-page .col-6,
  body.page-id-45 .money-page .col-8{ grid-column:span 12; }
}

/* =========================================================
   7) LAYOUT MAIN + STICKY SIDEBAR (single definition)
========================================================= */

body.page-id-45 .money-page .money-layout{
  display:grid;
  gap:var(--mp-gap);
  grid-template-columns:minmax(0, 1fr) 280px;
  align-items:start;
}
body.page-id-45 .money-page .money-main{ min-width:0; }
body.page-id-45 .money-page .money-side{ min-width:0; }

@media (max-width: 900px){
  body.page-id-45 .money-page .money-layout{ grid-template-columns:1fr; }
  body.page-id-45 .money-page .money-side{ position:static; }
}

@media (min-width: 901px){
  body.page-id-45 .money-page .money-side{
    position:sticky;
    top:90px;
    z-index:50;
    align-self:start;
  }
}

/* Sidebar SVG sizing (safe) */
body.page-id-45 .money-page .money-side,
body.page-id-45 .money-page .money-side *{ max-width:100%; }
body.page-id-45 .money-page .money-side svg{
  width:16px !important;
  height:16px !important;
  max-width:16px !important;
  max-height:16px !important;
  display:inline-block !important;
  overflow:hidden !important;
}

/* =========================================================
   8) TOC CARD + COMPACT MODE (single, final)
========================================================= */

body.page-id-45 .money-page .money-toc{
  background:var(--mp-surface);
  border:1px solid var(--mp-border);
  border-radius:var(--mp-radius);
  box-shadow:var(--mp-shadow);
  padding:14px 16px;
  margin:0 0 var(--mp-gap);
}

/* sticky internal scroll */
body.page-id-45 .money-page .money-toc--premium{
  max-height:calc(100vh - 120px);
  overflow:auto;
}

body.page-id-45 .money-page .money-side ul,
body.page-id-45 .money-page .money-toc__list{
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
}

body.page-id-45 .money-page .money-toc__list{
  display:grid;
  gap:10px;
}

body.page-id-45 .money-page .money-toc__list a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--mp-border);
  background:#fafafa;
  color:var(--mp-text);
  text-decoration:none;
  font-weight:700;
  font-size:13px;
}

body.page-id-45 .money-page .toc-ic{
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:10px;
  border:1px solid var(--mp-border);
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

body.page-id-45 .money-page .money-toc__list a:hover{
  background:var(--accent-soft);
  border-color:var(--accent-border);
}
body.page-id-45 .money-page .money-toc__list a:hover .toc-label{
  color:var(--accent-main);
}

/* TOC CTA buttons */
body.page-id-45 .money-page .money-toc__cta{
  display:grid;
  gap:10px;
  margin-top:12px;
}
body.page-id-45 .money-page .money-toc__cta .btn{
  width:100%;
  justify-content:center;
  margin:0 !important;
}

/* Compact override */
body.page-id-45 .money-page .money-toc--premium .money-toc__list{ gap:6px !important; }
body.page-id-45 .money-page .money-toc--premium .money-toc__list a{
  padding:7px 9px !important;
  font-size:12.5px !important;
  line-height:1.15 !important;
}
body.page-id-45 .money-page .money-toc--premium .toc-ic{
  width:22px !important;
  height:22px !important;
  flex:0 0 22px !important;
  border-radius:8px !important;
}
body.page-id-45 .money-page .money-toc--premium .money-toc__cta{
  margin-top:8px !important;
  gap:6px !important;
}
body.page-id-45 .money-page .money-toc--premium .money-toc__cta .btn{
  padding:8px 10px !important;
  font-size:12px !important;
}

/* =========================================================
   9) TABLE STYLES
========================================================= */

body.page-id-45 .money-page .money-table-wrap{
  overflow-x:auto;
  border-radius:var(--mp-radius);
  border:1px solid var(--mp-border);
  background:#fff;
}
body.page-id-45 .money-page .money-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  min-width:0;
}
body.page-id-45 .money-page .money-table thead th{
  text-align:left;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--mp-muted);
  background:#F8FAFC;
  border-bottom:1px solid var(--mp-border);
  padding:11px 10px;
}
body.page-id-45 .money-page .money-table td{
  padding:11px 10px;
  border-bottom:1px solid var(--mp-border-2);
  vertical-align:top;
  color:var(--mp-text);
  font-size:13px;
}
body.page-id-45 .money-page .money-table th,
body.page-id-45 .money-page .money-table td{
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}
body.page-id-45 .money-page .money-table tbody tr:nth-child(even) td{ background:#FAFAFA; }
body.page-id-45 .money-page .money-table tbody tr:hover td{ background:var(--accent-soft); }
body.page-id-45 .money-page .money-table td:nth-child(5){ color:var(--accent-main); }

/* Desktop fixed widths */
@media (min-width: 901px){
  body.page-id-45 .money-page .money-table-wrap{ overflow-x:hidden !important; }
  body.page-id-45 .money-page .money-table thead th,
  body.page-id-45 .money-page .money-table td{ padding:9px 8px !important; }

  body.page-id-45 .money-page .money-table th:nth-child(1),
  body.page-id-45 .money-page .money-table td:nth-child(1){
    width:14% !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font-weight:700;
  }
  body.page-id-45 .money-page .money-table th:nth-child(2),
  body.page-id-45 .money-page .money-table td:nth-child(2){ width:27% !important; }

  body.page-id-45 .money-page .money-table th:nth-child(3),
  body.page-id-45 .money-page .money-table td:nth-child(3){
    width:10% !important;
    white-space:nowrap !important;
  }
  body.page-id-45 .money-page .money-table th:nth-child(4),
  body.page-id-45 .money-page .money-table td:nth-child(4){ width:28% !important; }

  body.page-id-45 .money-page .money-table td:nth-child(4){
    white-space:normal !important;
    line-height:1.25 !important;
    font-size:12.5px !important;
  }
  body.page-id-45 .money-page .money-table td:nth-child(4) br{
    display:block;
    content:"";
    margin:2px 0;
  }
  body.page-id-45 .money-page .money-table th:nth-child(5),
  body.page-id-45 .money-page .money-table td:nth-child(5){
    width:7% !important;
    text-align:center !important;
    white-space:nowrap !important;
    font-weight:800;
  }
  body.page-id-45 .money-page .money-table th:nth-child(6),
  body.page-id-45 .money-page .money-table td:nth-child(6){
    width:14% !important;
    text-align:right !important;
    white-space:nowrap !important;
  }
  body.page-id-45 .money-page .money-table td:nth-child(6) .btn{
    padding:8px 10px !important;
    font-size:12px !important;
    white-space:nowrap !important;
    max-width:100% !important;
  }
}

/* Mobile: allow horizontal scroll */
@media (max-width: 900px){
  body.page-id-45 .money-page .money-table-wrap{ overflow-x:auto !important; }
  body.page-id-45 .money-page .money-table{ min-width:760px !important; }
}

/* Mini link under software name (Read full review) */
body.page-id-45 .money-page .money-table .mp-mini-link{
  display:inline-block;
  margin-top:6px;
  font-weight:700;
  font-size:12px;
  line-height:1.2;
  text-decoration:none;
  color:rgba(15,23,42,.72);
  white-space:nowrap;
}
body.page-id-45 .money-page .money-table .mp-mini-link:hover{
  color:rgba(15,23,42,.92);
  text-decoration:underline;
  text-underline-offset:3px;
}

/* =========================================================
   10) MINI SCOREBOARD (hero snapshot)
========================================================= */

body.page-id-45 .money-page .mp-scoreboard{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:10px 0 22px;
  padding:10px 14px;
  background:rgba(248,250,252,.85);
  border:1px solid rgba(15,23,42,.08);
  font-size:13px;
  line-height:1.4;
  color:#334155;
  box-shadow:0 1px 0 rgba(0,0,0,.03), 0 8px 18px rgba(0,0,0,.04);
}
body.page-id-45 .money-page .mp-score strong{
  font-weight:800;
  color:#0F172A;
}
body.page-id-45 .money-page .mp-score a{
  font-weight:700;
  color:var(--accent-main);
  text-decoration:underline;
  text-decoration-thickness:1.5px;
  text-underline-offset:3px;
}
body.page-id-45 .money-page .mp-score a:hover{ text-decoration-thickness:2px; }
body.page-id-45 .money-page .mp-sep{ opacity:.4; font-weight:700; }

@media (max-width: 720px){
  body.page-id-45 .money-page .mp-scoreboard{ font-size:12.5px; gap:6px; }
}

/* =========================================================
   11) HERO (premium) + SPLIT IMAGE
========================================================= */

body.page-id-45 .money-page .mp-hero{
  margin:18px 0 18px;
  padding:22px;
  border-radius:18px;
  border:1px solid rgba(37,99,235,.18);
  background:
    radial-gradient(900px 240px at 15% 0%, rgba(37,99,235,.14), transparent 55%),
    linear-gradient(180deg, rgba(37,99,235,.08), #ffffff 70%);
  box-shadow:0 6px 18px rgba(37,99,235,.10), 0 18px 40px rgba(0,0,0,.06);
}
body.page-id-45 .money-page .mp-kicker{
  margin:0 0 10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#1D4ED8;
}
body.page-id-45 .money-page .mp-title{
  margin:0 0 10px;
  font-size:36px;
  line-height:1.1;
  letter-spacing:-0.03em;
  color:#0F172A;
}
body.page-id-45 .money-page .mp-subtitle{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.6;
  color:#334155;
  max-width:70ch;
}
body.page-id-45 .money-page .mp-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 10px;
}
body.page-id-45 .money-page .mp-meta{
  margin:0;
  font-size:12.5px;
  color:#475569;
}

/* Split layout (left text / right image) */
body.page-id-45 .money-page .mp-hero-split{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) minmax(260px, 380px);
  gap:24px;
  align-items:center;
}
body.page-id-45 .money-page .mp-hero-content{ min-width:0; }
body.page-id-45 .money-page .mp-hero-visual{
  min-width:0;
  justify-self:end;
  margin:0 !important;
}
body.page-id-45 .money-page .mp-hero-visual img{
  width:100%;
  height:auto;
  max-height:260px;
  object-fit:contain;
  border-radius:14px;
  display:block;
}

@media (max-width: 900px){
  body.page-id-45 .money-page .mp-hero-split{ grid-template-columns:1fr !important; }
  body.page-id-45 .money-page .mp-hero-visual{ justify-self:start; margin-top:12px !important; }
  body.page-id-45 .money-page .mp-hero-visual img{ max-height:240px; }
}
@media (max-width: 720px){
  body.page-id-45 .money-page .mp-title{ font-size:28px; }
  body.page-id-45 .money-page .mp-hero{ padding:18px; }
}

/* =========================================================
   12) PROS / CONS (2 columns)
========================================================= */

body.page-id-45 .money-page .pros-cons{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  gap:16px !important;
  width:100% !important;
}
body.page-id-45 .money-page .pros-cons > *{ min-width:0 !important; }

@media (max-width: 720px){
  body.page-id-45 .money-page .pros-cons{ grid-template-columns:1fr !important; }
}

body.page-id-45 .money-page .pros-cons .money-card{
  border:1px solid #E5E7EB !important;
  background:#fff !important;
  box-shadow:0 1px 2px rgba(0,0,0,.04), 0 10px 22px rgba(0,0,0,.05) !important;
}

body.page-id-45 .money-page .pros-cons .money-card > strong{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#111827;
  margin-bottom:10px;
}

body.page-id-45 .money-page .pros-cons .pros{ border-left:4px solid #10B981 !important; }
body.page-id-45 .money-page .pros-cons .pros > strong::before{
  content:"✓";
  width:24px; height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(16,185,129,.12);
  color:#059669;
  font-weight:900;
  line-height:1;
}

body.page-id-45 .money-page .pros-cons .cons{ border-left:4px solid #F59E0B !important; }
body.page-id-45 .money-page .pros-cons .cons > strong::before{
  content:"!";
  width:24px; height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(245,158,11,.14);
  color:#D97706;
  font-weight:900;
  line-height:1;
}

body.page-id-45 .money-page .pros-cons ul{
  margin:0 !important;
  padding-left:18px !important;
}
body.page-id-45 .money-page .pros-cons li{
  margin:8px 0 !important;
  line-height:1.45 !important;
  color:#1F2937 !important;
}

/* =========================================================
   13) REVIEWS — App badges (section headings)
========================================================= */

body.page-id-45 .money-page #reviews h3{
  font-size:20px !important;
  font-weight:800 !important;
  color:#0F172A !important;
  margin-bottom:6px !important;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:6px;
  text-decoration-color:rgba(0,0,0,.14);
}

body.page-id-45 .money-page #reviews .app-badge{
  flex:0 0 auto;
  width:32px;
  height:32px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  background:#f2f2f2;
  color:#111;
  border:1px solid #e2e2e2;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
  line-height:1;
}

body.page-id-45 .money-page #reviews .app-qb{ background:#eef4ff; border-color:#d8e4ff; }
body.page-id-45 .money-page #reviews .app-fb{ background:#eef9f6; border-color:#d6f1ea; }
body.page-id-45 .money-page #reviews .app-zo{ background:#fff5ec; border-color:#ffe3c9; }
body.page-id-45 .money-page #reviews .app-wave{ background:#f3f6f9; border-color:#e1e7ee; }
body.page-id-45 .money-page #reviews .app-i2g{ background:#f7f3ff; border-color:#e6dcff; }

@media (max-width: 720px){
  body.page-id-45 .money-page #reviews .app-badge{
    width:28px; height:28px;
    font-size:11px;
  }
}

/* =========================================================
   14) FAQ — Q label styling + separators
========================================================= */

body.page-id-45 .money-page #faq{ padding-top:6px; }

body.page-id-45 .money-page #faq h3{
  font-size:15px !important;
  font-weight:900 !important;
  color:#0F172A !important;
  margin:14px 0 6px !important;
  line-height:1.35 !important;
  display:flex;
  align-items:flex-start;
  gap:10px;
}
body.page-id-45 .money-page #faq h3::before{
  content:"Q";
  width:22px; height:22px;
  border-radius:999px;
  flex:0 0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  color:#1D4ED8;
  background:rgba(37,99,235,.10);
  border:1px solid rgba(37,99,235,.20);
  margin-top:1px;
}

body.page-id-45 .money-page #faq h3 + p{
  margin:0 0 12px !important;
  color:#475569 !important;
  font-size:14px !important;
  line-height:1.6 !important;
  padding-left:32px;
  border-bottom:1px solid #E5E7EB;
  padding-bottom:12px;
}
body.page-id-45 .money-page #faq h3:last-of-type + p{
  border-bottom:0;
  padding-bottom:0;
}

@media (max-width: 720px){
  body.page-id-45 .money-page #faq h3{ font-size:14px !important; }
  body.page-id-45 .money-page #faq h3 + p{ padding-left:30px; }
}

/* Separator before SBA reference */
body.page-id-45 .money-page #faq .money-disclaimer.faq-ref{
  border-top:1px solid #E5E7EB;
  margin-top:14px;
  padding-top:12px;
}

/* =========================================================
   MICRO — Inner cards for "How we pick winners" + "How we evaluate"
========================================================= */

/* 1) How we pick winners (inner cards) */
body.page-id-45 .money-page #method .money-grid > .col-6{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:12px;
  box-shadow:0 1px 0 rgba(0,0,0,.03), 0 10px 22px rgba(0,0,0,.04);
  padding:16px;
}

/* Keep typography clean inside those inner cards */
body.page-id-45 .money-page #method .money-grid > .col-6 > strong{
  display:block;
  margin-bottom:8px;
}
body.page-id-45 .money-page #method .money-grid > .col-6 > p{
  margin:0;
  color:#334155;
}

/* 2) How we evaluate invoicing software (inner cards) */
body.page-id-45 .money-page #how-we-evaluate .money-grid > .col-6{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:12px;
  box-shadow:0 1px 0 rgba(0,0,0,.03), 0 10px 22px rgba(0,0,0,.04);
  padding:16px;
}

/* Tighten lists inside inner cards (avoid “floating” look) */
body.page-id-45 .money-page #how-we-evaluate .money-grid > .col-6 ul{
  margin:10px 0 0 !important;
  padding-left:18px !important;
}
body.page-id-45 .money-page #how-we-evaluate .money-grid > .col-6 li{
  margin:8px 0 !important;
  color:#334155;
}

/* 3) Separator line above "Want to understand how we score tools?" */
body.page-id-45 .money-page #how-we-evaluate p.money-disclaimer{
  border-top:1px solid rgba(15,23,42,.10);
  padding-top:12px;
  margin-top:16px !important;
}

/* =========================================================
   MONEY TABLE — widen "Software" column
   Goal: show "Read full review →" fully (desktop only)
========================================================= */
@media (min-width: 901px){

  /* 1) Make Software wider + remove clipping */
  body.page-id-45 .money-page .money-table th:nth-child(1),
  body.page-id-45 .money-page .money-table td:nth-child(1){
    width: 17% !important;              /* was 14% */
    white-space: nowrap !important;
    overflow: visible !important;        /* was hidden */
    text-overflow: clip !important;      /* was ellipsis */
  }

  /* 2) Reduce Standout strengths to compensate */
  body.page-id-45 .money-page .money-table th:nth-child(4),
  body.page-id-45 .money-page .money-table td:nth-child(4){
    width: 25% !important;              /* was 28% */
  }

  /* 3) Ensure the mini link itself never gets cut */
  body.page-id-45 .money-page .money-table .mp-mini-link{
    white-space: nowrap !important;
  }
}

/* =========================================================
   MONEY PAGE — EDITORIAL VARIANT
   Used for: How We Review / Methodology / Trust pages
========================================================= */

.mp-editorial {
  --editorial-bg: #f8fafc;
  --editorial-card: #ffffff;
  --editorial-text: #0f172a;
  --editorial-muted: #475569;
  --editorial-border: rgba(15,23,42,.08);
  --editorial-accent: #2563eb;
}

/* Page background */
.mp-editorial {
  background: var(--editorial-bg);
}

/* Cards: calmer, more institutional */
.mp-editorial .money-card {
  background: var(--editorial-card);
  border: 1px solid var(--editorial-border);
  box-shadow: none;
  padding: 28px;
}

/* Spacing rhythm (editorial > marketing) */
.mp-editorial .money-card + .money-card {
  margin-top: 32px;
}

/* Headings */
.mp-editorial h1 {
  font-size: clamp(30px, 3.5vw, 36px);
  letter-spacing: -0.025em;
}

.mp-editorial h2 {
  font-size: 22px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 12px;
}

.mp-editorial h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  width: 4px;
  height: 1.1em;
  background: var(--editorial-accent);
  border-radius: 999px;
}

.mp-editorial h3 {
  font-size: 18px;
  margin-top: 20px;
}

/* Text readability */
.mp-editorial p,
.mp-editorial li {
  max-width: 72ch;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--editorial-text);
}

.mp-editorial .money-disclaimer {
  color: var(--editorial-muted);
  font-size: 13.5px;
}

/* Lists */
.mp-editorial ul {
  padding-left: 18px;
}

.mp-editorial li {
  margin: 8px 0;
}

/* Remove heavy CTA pressure */
.mp-editorial .btn-primary {
  background: var(--editorial-accent);
  box-shadow: none;
}

.mp-editorial .btn-ghost {
  background: transparent;
  border-color: var(--editorial-border);
}

/* Score / emphasis blocks */
.mp-editorial .editorial-callout {
  border-left: 4px solid var(--editorial-accent);
  background: rgba(37,99,235,.06);
  padding: 14px 16px;
  border-radius: 12px;
  margin: 18px 0;
}

/* “What we do / don’t do” clarity */
.mp-editorial .editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 800px) {
  .mp-editorial .editorial-grid {
    grid-template-columns: 1fr;
  }
}

/* Neutral footer CTA */
.mp-editorial .money-cta {
  background: #f1f5f9;
  border-color: var(--editorial-border);
}

/* =========================================================
   MTH — Sticky TOC: icons back + CTA buttons same width
   (NO change to sticky behavior)
   Put at absolute end
========================================================= */

/* 1) Ensure TOC icon container is visible and aligned */
body.page-id-6 .money-page .money-toc__list a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

/* If some theme/plugin hides svg or spans inside TOC, force visibility */
body.page-id-6 .money-page .money-toc__list .toc-ic,
body.page-id-6 .money-page .money-toc__list .toc-ic *{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* SVG sizing inside icon chip */
body.page-id-6 .money-page .money-toc__list .toc-ic svg{
  width:16px !important;
  height:16px !important;
  display:block !important;
}

/* 2) Make CTA buttons inside sticky same width */
body.page-id-6 .money-page .money-toc__cta{
  display:grid !important;
  gap:10px !important;
}

body.page-id-6 .money-page .money-toc__cta .btn{
  width:100% !important;
  justify-content:center !important;
  box-sizing:border-box !important;
}

/* 3) IMPORTANT: neutralize the global .money-page .btn override ONLY inside page-id-6 sticky
   (your global block can override paddings/radius and mess with the sticky look)
*/
body.page-id-6 .money-page .money-toc__cta .btn{
  border-radius:999px !important;     /* match your scoped buttons */
  padding:10px 14px !important;       /* match your scoped buttons */
  font-weight:700 !important;
}

/* Keep your indigo skin colors from page-id-6 vars */
body.page-id-6 .money-page .money-toc__cta .btn-primary{
  background:var(--accent-main) !important;
  color:#fff !important;
}
body.page-id-6 .money-page .money-toc__cta .btn-ghost{
  background:rgba(79,70,229,.06) !important;
  border-color:rgba(79,70,229,.22) !important;
  color:var(--accent-main) !important;
}

/* =========================================
   MAIN TOC (in-content) — SAFE + CLEAN
========================================= */

.money-page .mp-toc{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:14px;
  box-shadow:0 1px 0 rgba(0,0,0,.04), 0 10px 24px rgba(0,0,0,.06);
  padding:16px;
  margin:18px 0 22px;
}

.money-page .mp-toc__title{
  font-weight:800;
  font-size:13px;
  color:rgba(15,23,42,.75);
  margin:0 0 10px;
  letter-spacing:.02em;
}

.money-page .mp-toc__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.money-page .mp-toc__list li{ width:100%; }

.money-page .mp-toc__list a{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.10);
  background:#fafafa;
  color:var(--mp-text, #111);
  text-decoration:none;
  font-weight:700;
  font-size:13px;
}

.money-page .mp-toc__list a:hover{
  background:var(--accent-soft, rgba(37,99,235,.10));
  border-color:var(--accent-border, rgba(37,99,235,.22));
}

.money-page .mp-toc__list a:hover .toc-label{
  color:var(--accent-main, #2563EB);
}

/* Icons */
.money-page .mp-toc .toc-ic{
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:10px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.money-page .mp-toc .toc-ic svg{
  width:16px;
  height:16px;
  display:block;
}

/* Mobile */
@media (max-width: 720px){
  .money-page .mp-toc{ padding:14px; }
  .money-page .mp-toc__list{ gap:8px; }
  .money-page .mp-toc__list a{ padding:9px 10px; font-size:12.5px; }
  .money-page .mp-toc .toc-ic{ width:24px; height:24px; flex:0 0 24px; border-radius:8px; }
  .money-page .mp-toc .toc-ic svg{ width:14px; height:14px; }
}
