:root{
  --nsrcmp-pink:#FE41C4;--nsrcmp-yellow:#FFE777;--nsrcmp-blue:#029DD3;--nsrcmp-black:#000;
  --nsrcmp-soft-black:#1B1B1D;--nsrcmp-white:#fff;--nsrcmp-cream:#FFF7E9;--nsrcmp-card:#F4F4F5;
  --nsrcmp-border:#E4E4E6;--nsrcmp-muted:#7D7D7D;--nsrcmp-dark-gray:#4D4D4D;--nsrcmp-lime:#5AF574;
  --nsrcmp-green:#00B67A;--nsrcmp-gold:#FDD34D;--nsrcmp-soft-pink:#FE9CD6;
  --nsrcmp-radius-sm:12px;--nsrcmp-radius:18px;--nsrcmp-radius-lg:26px;
  --nsrcmp-shadow:0 20px 60px rgba(27,27,29,.08);--nsrcmp-shadow-soft:0 12px 34px rgba(27,27,29,.07);
  --nsrcmp-container:1180px;
}
/* Scoped resets - the mock used bare element selectors which would leak site-wide. */
.nsrcmp-page *{box-sizing:border-box}
.nsrcmp-page a{color:inherit;text-decoration:none}
.nsrcmp-page img,.nsrcmp-page svg{display:block;max-width:100%}
.nsrcmp-page button,.nsrcmp-page input,.nsrcmp-page select{font:inherit}
.nsrcmp-page button{-webkit-tap-highlight-color:transparent}

.nsrcmp-page{padding-bottom:110px;color:var(--nsrcmp-soft-black);line-height:1.58}
.nsrcmp-container{width:min(var(--nsrcmp-container),calc(100% - 40px));margin-inline:auto}
.nsrcmp-card{background:var(--nsrcmp-white);border:1px solid var(--nsrcmp-border);border-radius:var(--nsrcmp-radius);box-shadow:var(--nsrcmp-shadow-soft)}
.nsrcmp-eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;color:#A60A76;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.nsrcmp-eyebrow::before{content:"";width:18px;height:3px;border-radius:999px;background:var(--nsrcmp-pink)}
.nsrcmp-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:26px;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:900;line-height:1;white-space:nowrap}
.nsrcmp-badge--yellow{background:var(--nsrcmp-yellow);color:#111}
.nsrcmp-badge--green{background:#DDF9EA;color:#007A4E}
.nsrcmp-badge--pink{background:#FFE3F6;color:#AA0A79}
.nsrcmp-badge--blue{background:#DFF3FA;color:#006C92}
.nsrcmp-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 12px;border-radius:999px;border:1px solid var(--nsrcmp-border);background:#fff;font-size:12px;font-weight:850;color:var(--nsrcmp-soft-black);white-space:nowrap;cursor:pointer}
.nsrcmp-chip.is-active,.nsrcmp-chip:hover{border-color:var(--nsrcmp-pink);background:#FFF0FA;color:#9E0A71}
.nsrcmp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 18px;border-radius:999px;border:1px solid transparent;cursor:pointer;font-size:14px;font-weight:900;line-height:1;text-align:center;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.nsrcmp-btn:hover{transform:translateY(-2px)}
.nsrcmp-btn--pink{background:var(--nsrcmp-pink);color:#111;box-shadow:0 12px 26px rgba(254,65,196,.22)}
.nsrcmp-btn--pink:hover{background:#ff66d0}
.nsrcmp-btn--yellow{background:var(--nsrcmp-yellow);color:#111;box-shadow:0 10px 22px rgba(255,231,119,.25)}
.nsrcmp-btn--black{background:#111;color:#fff}
.nsrcmp-btn--outline{background:#fff;color:#111;border-color:var(--nsrcmp-border)}
.nsrcmp-btn--outline:hover{border-color:var(--nsrcmp-pink)}
.nsrcmp-btn[disabled]{opacity:.5;pointer-events:none;transform:none;box-shadow:none}
.nsrcmp-link{display:inline-flex;align-items:center;gap:7px;color:#B00B7D;font-size:13px;font-weight:900}

/* hero */
.nsrcmp-hero{position:relative;isolation:isolate;padding:0;overflow:hidden;background:var(--nsrcmp-black);color:var(--nsrcmp-white)}
.nsrcmp-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 8% 18%,rgba(2,157,211,.16),transparent 28%),radial-gradient(circle at 88% 12%,rgba(254,65,196,.18),transparent 30%),linear-gradient(135deg,#030303 0%,#000 58%,#0B0209 100%)}
.nsrcmp-hero::after{content:"";position:absolute;inset:0;z-index:-1;opacity:.2;background-image:radial-gradient(rgba(255,255,255,.42) .7px,transparent .7px);background-size:24px 24px;mask-image:linear-gradient(to bottom,black,transparent 76%);-webkit-mask-image:linear-gradient(to bottom,black,transparent 76%)}
.nsrcmp-hero__inner{padding:58px 0 32px}
.nsrcmp-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px;color:#AFAFB5;font-size:12px;font-weight:700}
.nsrcmp-breadcrumbs a{color:#F5B5E1}
.nsrcmp-hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.78fr);align-items:center;gap:58px}
.nsrcmp-trust-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.07);color:#F7F7F7;font-size:11px;font-weight:850}
.nsrcmp-trust-pill__dot{width:8px;height:8px;border-radius:50%;background:var(--nsrcmp-lime);box-shadow:0 0 0 4px rgba(90,245,116,.13)}
.nsrcmp-hero__title{max-width:720px;margin:18px 0 14px;color:#fff;font-size:clamp(42px,5vw,66px);line-height:.99;letter-spacing:-.052em}
.nsrcmp-text-pink{color:var(--nsrcmp-pink)}
.nsrcmp-hero__lead{max-width:680px;margin:0;color:#CFCFD3;font-size:16px}
.nsrcmp-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.nsrcmp-hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.nsrcmp-hero .nsrcmp-chip{border-color:rgba(255,255,255,.20);background:rgba(255,255,255,.06);color:#F2F2F4}
.nsrcmp-hero .nsrcmp-chip:hover,.nsrcmp-hero .nsrcmp-chip.is-active{border-color:var(--nsrcmp-pink);background:rgba(254,65,196,.14);color:#fff}
.nsrcmp-hero-panel{padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));box-shadow:0 22px 70px rgba(0,0,0,.34);min-width:0}
.nsrcmp-hero-panel__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px}
.nsrcmp-hero-panel__head h2{margin:0;color:#fff;font-size:15px;letter-spacing:-.02em}
.nsrcmp-hero-panel__count{display:inline-flex;align-items:center;justify-content:center;min-width:55px;height:28px;padding:0 10px;border-radius:999px;background:var(--nsrcmp-yellow);color:#111;font-size:11px;font-weight:950}
.nsrcmp-hero-slots{display:grid;gap:9px}
.nsrcmp-hero-slot{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:62px;padding:10px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(0,0,0,.56)}
.nsrcmp-hero-slot__num{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.09);color:#D6D6DA;font-size:12px;font-weight:950;overflow:hidden}
.nsrcmp-hero-slot__num img{width:100%;height:100%;object-fit:cover;border-radius:11px}
.nsrcmp-hero-slot__copy{min-width:0}
.nsrcmp-hero-slot__copy strong{display:block;color:#fff;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nsrcmp-hero-slot__copy span{display:block;margin-top:2px;color:#B9B9BF;font-size:10px}
.nsrcmp-hero-slot__state{font-size:11px;font-weight:900;color:#F6B8E4}
.nsrcmp-hero-slot.is-filled{border-color:rgba(254,65,196,.38);background:linear-gradient(90deg,rgba(254,65,196,.13),rgba(0,0,0,.6))}
.nsrcmp-hero-slot.is-filled .nsrcmp-hero-slot__num{background:linear-gradient(135deg,var(--nsrcmp-pink),#C4148A);color:#fff}
.nsrcmp-hero-panel__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:12px}
.nsrcmp-hero-panel__note{align-self:center;color:#BDBDC3;font-size:10px;line-height:1.45}
.nsrcmp-hero__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:32px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(255,255,255,.07);overflow:hidden}
.nsrcmp-hero-stat{position:relative;padding:15px 12px;text-align:center}
.nsrcmp-hero-stat:not(:last-child)::after{content:"";position:absolute;right:0;top:18%;bottom:18%;width:1px;background:rgba(255,255,255,.13)}
.nsrcmp-hero-stat strong{display:block;color:#fff;font-size:18px;line-height:1.1}
.nsrcmp-hero-stat span{display:block;margin-top:5px;color:#C3C3C8;font-size:10px}

/* main */
.nsrcmp-main{padding:6px 0 78px}
.nsrcmp-toolbar{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px;margin-bottom:18px}
.nsrcmp-search{display:flex;gap:8px;padding:7px;border-radius:16px;background:#fff;border:1px solid var(--nsrcmp-border);min-width:0}
.nsrcmp-search input{min-width:0;flex:1;border:0;background:transparent;padding:0 12px;font-size:14px;color:#111;outline:0}
.nsrcmp-search input::placeholder{color:#75757c}
.nsrcmp-chip-row{display:flex;flex-wrap:wrap;gap:8px;min-width:0}
.nsrcmp-sort{display:flex;align-items:center;gap:10px;justify-content:flex-end;min-width:0}
.nsrcmp-sort label{font-size:13px;font-weight:800;color:#55555d}
.nsrcmp-select{min-height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--nsrcmp-border);background:#fff;font-size:13px;font-weight:800;color:#111;outline:0;max-width:100%}

.nsrcmp-picks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}
.nsrcmp-pick{padding:18px;background:#fff;border:1px solid var(--nsrcmp-border);border-radius:20px;box-shadow:var(--nsrcmp-shadow-soft);min-width:0}
.nsrcmp-pick__label{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}
.nsrcmp-pick h3{margin:0;font-size:20px;line-height:1.08;color:#000;letter-spacing:-.03em}
.nsrcmp-pick h3 a{color:#000}
.nsrcmp-pick p{margin:10px 0 0;color:#46464c;font-size:14px}

.nsrcmp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.nsrcmp-item{position:relative;padding:16px;border-radius:20px;background:#fff;border:1px solid var(--nsrcmp-border);box-shadow:var(--nsrcmp-shadow-soft);display:grid;gap:14px;align-content:start;min-width:0}
.nsrcmp-item__featured{position:absolute;top:-10px;right:14px}
.nsrcmp-item__top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start}
.nsrcmp-logo-badge{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#FF72DA,#C31787);color:#fff;font-size:14px;font-weight:950;overflow:hidden;flex:0 0 auto}
.nsrcmp-logo-badge img{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:14px}
.nsrcmp-item__info{min-width:0}
.nsrcmp-item__name{display:block;font-size:20px;font-weight:900;color:#000;line-height:1.08;letter-spacing:-.03em;overflow-wrap:break-word}
.nsrcmp-item__cat{display:block;margin-top:4px;color:#65656c;font-size:12px;font-weight:700}
.nsrcmp-item__score{min-width:56px;height:38px;padding:0 10px;border-radius:12px;background:#111;color:#fff;display:grid;place-items:center;font-size:15px;font-weight:950}
.nsrcmp-item__desc{margin:0;color:#44444b;font-size:14px}
.nsrcmp-item__chips{display:flex;flex-wrap:wrap;gap:7px}
.nsrcmp-item__price{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid var(--nsrcmp-border)}
.nsrcmp-item__price small{display:block;color:#6f6f77;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.nsrcmp-item__price strong{display:block;margin-top:2px;font-size:20px;line-height:1.15;color:#000;letter-spacing:-.03em}
.nsrcmp-item__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 48px;gap:10px}
.nsrcmp-compare-toggle{width:48px;height:46px;border-radius:14px;border:1px solid var(--nsrcmp-border);background:#fff;color:#111;font-size:20px;font-weight:900;cursor:pointer;transition:.2s ease}
.nsrcmp-compare-toggle:hover,.nsrcmp-compare-toggle.is-active{border-color:var(--nsrcmp-pink);background:#FFF0FA;color:#A10A73}
.nsrcmp-item__foot{font-size:11px;color:#83838b}
.nsrcmp-empty{padding:34px 18px;text-align:center;color:#55555d;font-weight:700}

.nsrcmp-note{margin-top:16px;padding:16px 18px;border-radius:16px;background:#FFF6DC;border:1px solid #F0DEA0;color:#4A4230;font-size:13px;font-weight:700}
.nsrcmp-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}
.nsrcmp-benefit{padding:20px;min-width:0}
.nsrcmp-benefit__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#FFF1FA;color:#A40A74;font-size:18px;font-weight:950}
.nsrcmp-benefit h3{margin:14px 0 8px;color:#000;font-size:20px;line-height:1.1;letter-spacing:-.03em}
.nsrcmp-benefit p{margin:0;color:#4a4a51;font-size:14px}

/* curated head-to-heads */
.nsrcmp-curated{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}
.nsrcmp-curated a{display:grid;gap:6px;padding:16px;border-radius:16px;background:#fff;border:1px solid var(--nsrcmp-border);box-shadow:var(--nsrcmp-shadow-soft);min-width:0}
.nsrcmp-curated a:hover{border-color:var(--nsrcmp-pink)}
.nsrcmp-curated strong{color:#000;font-size:15px;line-height:1.2;overflow-wrap:break-word}
.nsrcmp-curated span{color:#65656c;font-size:12px;font-weight:700}
.nsrcmp-section-head{margin:34px 0 0}
.nsrcmp-section-head h2{margin:0 0 6px;color:#000;font-size:clamp(24px,3vw,34px);line-height:1.08;letter-spacing:-.035em}
.nsrcmp-section-head p{margin:0;color:#4a4a51;font-size:14px}

/* tray */
.nsrcmp-tray{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:90;width:min(980px,calc(100% - 24px));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 16px;border-radius:22px;background:rgba(255,255,255,.97);border:1px solid var(--nsrcmp-border);box-shadow:0 24px 60px rgba(17,17,17,.18);backdrop-filter:blur(14px)}
.nsrcmp-tray[hidden]{display:none}
.nsrcmp-tray__items{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-width:0}
.nsrcmp-tray__label{font-size:12px;font-weight:900;color:#6e6e77;text-transform:uppercase;letter-spacing:.08em}
.nsrcmp-tray__item{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 12px;border-radius:999px;background:#FFF1FA;border:1px solid #FFD2EE;font-size:12px;font-weight:850;color:#A60A76}
.nsrcmp-tray__item button{border:0;background:transparent;color:#A60A76;font-size:16px;font-weight:900;cursor:pointer;padding:0;line-height:1;min-width:20px}
.nsrcmp-tray__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.nsrcmp-tray__hint{font-size:12px;color:#6b6b74;font-weight:700}

/* live head-to-head (?tools=) */
.nsrcmp-h2h-wrap{overflow-x:auto;border:1px solid var(--nsrcmp-border);border-radius:18px;background:#fff;margin-top:18px}
.nsrcmp-h2h{width:100%;border-collapse:collapse;min-width:520px}
.nsrcmp-h2h th,.nsrcmp-h2h td{padding:13px 14px;border-bottom:1px solid var(--nsrcmp-border);text-align:left;font-size:14px;vertical-align:top}
.nsrcmp-h2h thead th{background:#FFF8E9;color:#111;font-size:13px;font-weight:900}
.nsrcmp-h2h tbody th{width:190px;color:#4a4a51;font-weight:800;font-size:13px}
.nsrcmp-h2h td{color:#2b2b31}
.nsrcmp-h2h tr:last-child th,.nsrcmp-h2h tr:last-child td{border-bottom:0}
.nsrcmp-h2h .is-win{background:#F1FBF6;font-weight:900;color:#00603d}

@media (max-width:1120px){
  .nsrcmp-hero__grid{grid-template-columns:minmax(0,1fr) 330px;gap:34px}
  .nsrcmp-grid,.nsrcmp-picks,.nsrcmp-benefits,.nsrcmp-curated{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nsrcmp-toolbar{grid-template-columns:minmax(0,1fr);align-items:stretch}
  .nsrcmp-sort{justify-content:flex-start}
}
@media (max-width:920px){
  .nsrcmp-hero__grid{grid-template-columns:minmax(0,1fr);gap:28px}
  .nsrcmp-grid,.nsrcmp-picks,.nsrcmp-benefits,.nsrcmp-curated{grid-template-columns:minmax(0,1fr)}
  .nsrcmp-tray{grid-template-columns:minmax(0,1fr)}
  .nsrcmp-tray__actions{justify-content:flex-start}
}
@media (max-width:700px){
  .nsrcmp-container{width:min(var(--nsrcmp-container),calc(100% - 24px))}
  .nsrcmp-page{padding-bottom:150px}
  .nsrcmp-hero__inner{padding:42px 0 26px}
  .nsrcmp-hero__title{font-size:clamp(32px,9vw,46px)}
  .nsrcmp-hero__lead{font-size:15px}
  .nsrcmp-pick,.nsrcmp-item,.nsrcmp-benefit,.nsrcmp-toolbar{padding:16px}
  .nsrcmp-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nsrcmp-hero-stat:nth-child(2)::after{display:none}
  .nsrcmp-hero-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}
  .nsrcmp-item__name{font-size:18px}
  .nsrcmp-item__actions{grid-template-columns:minmax(0,1fr)}
  .nsrcmp-compare-toggle{width:100%}
  .nsrcmp-hero-panel__footer{grid-template-columns:minmax(0,1fr)}
  .nsrcmp-h2h{min-width:0}
  .nsrcmp-h2h th,.nsrcmp-h2h td{padding:11px 12px;font-size:13px}
  .nsrcmp-h2h tbody th{width:38%}
}

/* AIHUB_CMPHUB_BTN_FIX - scoping the mock's `a{color:inherit}` reset to
   `.nsrcmp-page a` (0,1,1) pushed it above `.nsrcmp-btn--pink` (0,1,0), so
   anchor buttons inherited the hero's white text: the outline button rendered
   white-on-white. Re-assert the button colours at higher specificity. */
.nsrcmp-page a.nsrcmp-btn--pink,.nsrcmp-page .nsrcmp-btn--pink{color:#111}
.nsrcmp-page a.nsrcmp-btn--yellow,.nsrcmp-page .nsrcmp-btn--yellow{color:#111}
.nsrcmp-page a.nsrcmp-btn--outline,.nsrcmp-page .nsrcmp-btn--outline{color:#111}
.nsrcmp-page a.nsrcmp-btn--black,.nsrcmp-page .nsrcmp-btn--black{color:#fff}
.nsrcmp-page a.nsrcmp-link,.nsrcmp-page .nsrcmp-link{color:#B00B7D}
.nsrcmp-page a.nsrcmp-item__name{color:#000}
.nsrcmp-page .nsrcmp-h2h thead th a{color:#111}

/* AIHUB_CMPHUB_MOBILE2 - touch floor matches the site-wide 40px pass, and the
   head-to-head cells tighten so a 2-app table fits a 320px phone outright.
   A 3-app table still scrolls sideways - stacking it would destroy the
   side-by-side comparison, so it gets a visible hint instead. */
@media (max-width:760px){
  .nsrcmp-chip{min-height:40px;padding:9px 13px}
  .nsrcmp-compare-toggle{height:48px}
}
@media (max-width:480px){
  .nsrcmp-h2h th,.nsrcmp-h2h td{padding:9px 8px;font-size:12px}
  .nsrcmp-h2h tbody th{width:34%}
  .nsrcmp-h2h thead th{font-size:12px}
  .nsrcmp-h2h .nsrcmp-btn{min-height:40px;padding:10px 12px;font-size:12px}
}
.nsrcmp-h2h-hint{display:none;margin:10px 2px 0;color:#55555d;font-size:12px;font-weight:700}
@media (max-width:700px){.nsrcmp-h2h-hint{display:block}}

/* AIHUB_CMPHUB_H2H_FIT - at 320px the table sat at a 316px min-content floor
   inside a 260px wrapper. Tighter cells + breakable words let a 2-app table
   fit outright; 3 apps still scroll, which the hint covers. */
@media (max-width:480px){
  .nsrcmp-h2h th,.nsrcmp-h2h td{padding:8px 7px;font-size:11.5px;overflow-wrap:break-word;word-break:normal}
  .nsrcmp-h2h tbody th{width:32%;font-size:11px;line-height:1.3}
  .nsrcmp-h2h thead th{font-size:11.5px}
  .nsrcmp-h2h .nsrcmp-btn{min-height:38px;padding:9px 8px;font-size:11px;width:100%}
  .nsrcmp-h2h-wrap{border-radius:14px}
}

/* AIHUB_CMPHUB_FULLBLEED - Kadence caps main.wrap at 1240px with 52px side
   padding, so the black hero rendered as a 1136px band floating in a white
   void on wide screens. Unconstrain the theme wrapper here and let each
   section's own .nsrcmp-container do the constraining, exactly as the mock is
   structured (full-bleed band, centred content inside). */
body.aihub-cmphub-page main.wrap,
body.aihub-cmphub-page main.wrap.kt-clear{
  max-width:none;
  width:100%;
  margin-left:0;
  margin-right:0;
  padding-left:0;
  padding-right:0;
}
body.aihub-cmphub-page .nsrcmp-page{background:var(--nsrcmp-cream)}
body.aihub-cmphub-page .entry-content-wrap,
body.aihub-cmphub-page .content-area,
body.aihub-cmphub-page .site-container{max-width:none;padding-left:0;padding-right:0}
