.jit-post * { box-sizing: border-box; }
  .jit-post { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.65; color: #14171a; max-width: 100vw; overflow-x: hidden; }
  .jit-post .container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
  .jit-post .container-wide { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
  .jit-post .hero { background: linear-gradient(135deg, #e8efff 0%, #f0f4ff 60%, #fff 100%); padding: 80px 24px 60px; text-align: center; }
  .jit-post .breadcrumb { font-size: 13px; color: #2a6df4; font-weight: 600; letter-spacing: 0.08em; margin-bottom: 18px; }
  .jit-post .hero h1 { font-size: clamp(30px, 4.6vw, 50px); line-height: 1.12; margin: 0 0 18px; font-weight: 800; color: #0a1430; max-width: 900px; margin-left: auto; margin-right: auto; }
  .jit-post .hero h1 em { color: #2a6df4; font-style: italic; font-weight: 700; }
  .jit-post .hero .lead { font-size: 19px; color: #4a5160; max-width: 720px; margin: 0 auto 28px; }
  .jit-post .quick-stats { background: #fff; padding: 50px 24px; border-bottom: 1px solid #e3e6ea; }
  .jit-post .quick-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; max-width: 1000px; margin: 0 auto; }
  .jit-post .qstat { text-align: center; padding: 20px 14px; }
  .jit-post .qstat .num { font-size: 36px; font-weight: 800; color: #2a6df4; line-height: 1; margin-bottom: 6px; }
  .jit-post .qstat .label { font-size: 13px; color: #5b636c; font-weight: 500; }
  .jit-post .chapter { padding: 70px 24px; }
  .jit-post .chapter.alt { background: #f6f7f9; }
  .jit-post .chapter.dark { background: #0a1430; color: #fff; }
  .jit-post .chapter-num { font-size: 14px; color: #2a6df4; font-weight: 700; letter-spacing: 0.15em; text-align: center; margin-bottom: 14px; }
  .jit-post .dark .chapter-num { color: #ffd24c; }
  .jit-post h2 { font-size: clamp(26px, 3.6vw, 38px); font-weight: 800; line-height: 1.15; margin: 0 0 18px; text-align: center; color: inherit; }
  .jit-post h2 em { color: #2a6df4; font-style: italic; }
  .jit-post .dark h2 em { color: #ffd24c; }
  .jit-post p { font-size: 17px; color: #2a3343; margin: 0 0 18px; }
  .jit-post .dark p { color: #c5cde0; }
  .jit-post p strong { color: #0a1430; }
  .jit-post .dark p strong { color: #fff; }
  .jit-post a.inline { color: #2a6df4; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
  .jit-post .dark a.inline { color: #7ea7ff; }
  .jit-post .lead-p { font-size: 20px; line-height: 1.55; color: #2a3343; text-align: center; max-width: 720px; margin: 0 auto 36px; }
  .jit-post .dark .lead-p { color: #c5cde0; }
  .jit-post .platform-grid { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 880px; margin: 0 auto; }
  .jit-post .platform-card { background: #fff; padding: 28px 26px; border-radius: 12px; border: 1px solid #e3e6ea; }
  .jit-post .dark .platform-card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); }
  .jit-post .platform-card .head { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 12px; margin-bottom: 10px; }
  .jit-post .platform-card h3 { font-size: 22px; margin: 0; font-weight: 700; }
  .jit-post .dark .platform-card h3 { color: #fff; }
  .jit-post .badge { display: inline-block; font-size: 11px; padding: 4px 10px; border-radius: 999px; font-weight: 600; letter-spacing: 0.04em; }
  .jit-post .badge.b-good { background: #e3f5ea; color: #1f8a4c; }
  .jit-post .badge.b-meh { background: #fdf1de; color: #b46708; }
  .jit-post .badge.b-bad { background: #fde6e1; color: #c5331a; }
  .jit-post .badge.b-winner { background: linear-gradient(135deg, #2a6df4, #7c3aed); color: #fff; }
  .jit-post .pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 12px; }
  .jit-post .pros-cons ul { list-style: none; padding: 0; margin: 0; }
  .jit-post .pros-cons li { padding: 5px 0 5px 22px; position: relative; font-size: 14px; line-height: 1.45; }
  .jit-post .pros ul li::before { content: "+"; position: absolute; left: 0; color: #1f8a4c; font-weight: 800; font-size: 18px; line-height: 1; top: 4px; }
  .jit-post .cons ul li::before { content: "−"; position: absolute; left: 0; color: #c5331a; font-weight: 800; font-size: 18px; line-height: 1; top: 4px; }
  .jit-post .pros-cons h4 { font-size: 12px; font-weight: 700; color: #5b636c; text-transform: uppercase; letter-spacing: 0.04em; margin: 0 0 6px; }
  .jit-post .dark .pros-cons h4 { color: #8c97aa; }
  .jit-post .winner-card { background: linear-gradient(135deg, #2a6df4, #7c3aed); color: #fff; padding: 36px 32px; border-radius: 16px; margin: 30px auto 0; max-width: 880px; box-shadow: 0 20px 60px rgba(42, 109, 244, 0.25); }
  .jit-post .winner-card .head { color: #fff; }
  .jit-post .winner-card h3 { color: #fff; font-size: 26px; margin: 0 0 4px; }
  .jit-post .winner-card .pros-cons h4 { color: rgba(255,255,255,0.7); }
  .jit-post .winner-card .pros-cons li { color: #fff; }
  .jit-post .winner-card .pros-cons .pros li::before { color: #ffd24c; }
  .jit-post .winner-card p { color: rgba(255,255,255,0.94); }
  .jit-post .inline-image { margin: 36px auto; max-width: 800px; }
  .jit-post .inline-image img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 12px 40px rgba(20,23,26,0.1); }
  .jit-post .inline-image figcaption { font-size: 13px; color: #8a929a; text-align: center; margin-top: 10px; font-style: italic; }
  .jit-post .cta-inline { background: linear-gradient(135deg, #2a6df4, #5b8af6); color: #fff; padding: 40px 32px; border-radius: 14px; text-align: center; margin: 40px auto; max-width: 800px; }
  .jit-post .cta-inline h3 { color: #fff; font-size: 24px; margin: 0 0 10px; font-weight: 700; }
  .jit-post .cta-inline p { color: rgba(255,255,255,0.95); margin: 0 0 18px; }
  .jit-post .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; font-size: 16px; font-weight: 600; border-radius: 8px; text-decoration: none; cursor: pointer; transition: all .15s; border: none; }
  .jit-post .btn.primary { background: #fff; color: #2a6df4; box-shadow: 0 4px 14px rgba(0,0,0,0.15); }
  .jit-post .btn.solid { background: #2a6df4; color: #fff; box-shadow: 0 4px 14px rgba(42,109,244,0.3); }
  .jit-post .compare-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e3e6ea; max-width: 1000px; margin: 0 auto; }
  .jit-post .compare-table th { background: #f6f7f9; text-align: left; padding: 12px 16px; font-size: 12px; color: #5b636c; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; border-bottom: 1px solid #e3e6ea; }
  .jit-post .compare-table th.winner-col { background: linear-gradient(135deg, #2a6df4, #5b8af6); color: #fff; }
  .jit-post .compare-table td { padding: 12px 16px; font-size: 14px; border-bottom: 1px solid #e3e6ea; }
  .jit-post .compare-table tr:last-child td { border-bottom: none; }
  .jit-post .compare-table .check { color: #1f8a4c; font-weight: 700; }
  .jit-post .compare-table .partial { color: #b46708; }
  .jit-post .compare-table .dash { color: #cdd2d8; }
  .jit-post .compare-table .winner-col { background: #f0f6ff; font-weight: 600; }
  .jit-post .final-cta { background: linear-gradient(135deg, #2a6df4, #7c3aed); padding: 80px 24px; text-align: center; color: #fff; }
  .jit-post .final-cta h2 { color: #fff; }
  .jit-post .final-cta h2 em { color: #ffd24c; }
  .jit-post .final-cta p { color: rgba(255,255,255,0.92); font-size: 18px; max-width: 600px; margin: 0 auto 30px; }
  .jit-post .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  @media (max-width: 640px) { .jit-post .chapter { padding: 50px 20px; } .jit-post .hero { padding: 60px 20px 40px; } .jit-post .pros-cons { grid-template-columns: 1fr; } }
  /* Hide theme-rendered title/header when AI-artikel har egen hero med h1 */
  .vpladen-jit-post .entry-title, .vpladen-jit-post .page-title, .vpladen-jit-post header.entry-header, .vpladen-jit-post .post-thumbnail { display: none !important; }
  /* Lad artiklen brede sig fuld bredde indenfor Hello Elementor's main wrapper */
  .vpladen-jit-post .site-main, .vpladen-jit-post main.site-main, .vpladen-jit-post .entry-content { max-width: none !important; padding: 0 !important; margin: 0 !important; }
  .jit-post { width: 100%; }

/* v0.5.15: Sammenligningstabel + ikon-grid + auto-genererede billeder */
.jit-post .jit-compare { width: 100%; max-width: 880px; margin: 32px auto; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 14px rgba(10, 20, 48, 0.08); }
.jit-post .jit-compare thead { background: #2a6df4; color: #fff; }
.jit-post .jit-compare th { padding: 16px 20px; text-align: left; font-weight: 700; font-size: 15px; }
.jit-post .jit-compare td { padding: 14px 20px; border-top: 1px solid #e3e6ea; font-size: 15px; color: #2a3343; }
.jit-post .jit-compare tbody tr:nth-child(even) { background: #fafbfc; }
.jit-post .jit-compare td:first-child { font-weight: 600; color: #0a1430; }

.jit-post .icon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; max-width: 1000px; margin: 32px auto; }
.jit-post .icon-card { background: #fff; padding: 28px 24px; border-radius: 12px; text-align: center; box-shadow: 0 2px 8px rgba(10, 20, 48, 0.06); transition: transform 0.2s; }
.jit-post .icon-card:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(10, 20, 48, 0.1); }
.jit-post .icon-card .icon { font-size: 40px; line-height: 1; margin-bottom: 14px; display: block; }
.jit-post .icon-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; color: #0a1430; }
.jit-post .icon-card p { font-size: 14px; color: #5b636c; margin: 0; line-height: 1.5; }

.jit-post .chapter img { display: block; max-width: 100%; height: auto; border-radius: 10px; margin: 24px auto; box-shadow: 0 4px 14px rgba(10, 20, 48, 0.1); }
.jit-post .hero img { max-height: 380px; object-fit: cover; }
