/* ===== Newsletter — Main Article (mockup-matched) ===== */

/* Left: PDF preview card */
.mw-nl-article .mw-nl-col-left{align-self:start;}
.mw-nl-article .mw-nl-pdfcard{
  background:#16243f;border-radius:0;padding:14px;
  box-shadow:0 18px 44px rgba(22,36,63,.18);
}
.mw-nl-article .mw-nl-pdfcard__head{
  display:flex;align-items:center;justify-content:space-between;
  gap:10px;padding:4px 4px 12px;
}
.mw-nl-article .mw-nl-pdfcard__title{color:#fff;font-weight:700;font-size:14px;}
.mw-nl-article .mw-nl-pdfcard__badge{
  background:#008bc0;color:#fff;font-size:10.5px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;padding:5px 11px;border-radius:0;
  white-space:nowrap;
}
.mw-nl-article .mw-nl-pdfcard__img{
  display:block;border-radius:0;overflow:hidden;line-height:0;position:relative;
}
.mw-nl-article .mw-nl-pdfcard__img img{width:100%;height:auto;display:block;}
.mw-nl-article .mw-nl-pdfcard__img::after{
  content:"";position:absolute;inset:0;border-radius:0;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
  transition:background .2s;
}
.mw-nl-article .mw-nl-pdfcard__img:hover::after{background:rgba(0,139,192,.10);}

/* Left: download card */
.mw-nl-article .mw-nl-dlcard{
  margin-top:20px;background:#fff;border-radius:0;
  box-shadow:0 12px 30px rgba(22,36,63,.10);
  border-bottom:3px solid #008BC0;padding:18px;
}
.mw-nl-article .mw-nl-dl-btn{
  display:block;width:100%;text-align:center;background:#16243f;color:#fff;
  text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:13.5px;
  padding:15px 18px;border-radius:0;text-decoration:none;transition:background .2s,transform .2s;
}
.mw-nl-article .mw-nl-dl-btn:hover{background:#008BC0;color:#fff;transform:translateY(-1px);}

/* Right: intro spacing */
.mw-nl-article .mw-nl-col-right .mw-nl-body{margin-bottom:4px;}

/* Right: "What's inside" summary box (now holds a paragraph, not the list) */
.mw-nl-article .mw-nl-inside-box{
  margin-top:28px;background:#eef2f7;border-radius:0;border-left:3px solid #008BC0;padding:22px 26px;
}
.mw-nl-article .mw-nl-inside-box h3{margin:0 0 9px;color:#16243f;font-size:19px;font-weight:700;}
.mw-nl-article .mw-nl-inside-box__txt{color:#5a6473;font-size:15.5px;line-height:1.6;}
.mw-nl-article .mw-nl-inside-box__txt p{margin:0 0 .7em;}
.mw-nl-article .mw-nl-inside-box__txt p:last-child{margin:0;}

/* Right: checklist (below the box) */
.mw-nl-article .mw-nl-checklist{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:15px;}
.mw-nl-article .mw-nl-checklist li{
  position:relative;padding-left:34px;color:#26303f;font-size:15.5px;font-weight:600;line-height:1.4;
}
.mw-nl-article .mw-nl-checklist li::before{
  content:"";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:#008BC0;
}
.mw-nl-article .mw-nl-checklist li::after{
  content:"";position:absolute;left:7px;top:3.5px;width:5px;height:9px;
  border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);
}

@media(max-width:900px){
  .mw-nl-article .mw-nl-col-left{max-width:420px;margin-left:auto;margin-right:auto;width:100%;}
}
