/* 3PG – page-newsletter-wydanie (1:1 z Newsletter-wydanie.html). */

.iss-hero{background:linear-gradient(180deg,var(--paper-2),var(--paper));border-bottom:1px solid var(--line)}
  .iss-hero .wrap{max-width:760px;padding-top:48px;padding-bottom:44px}
  .iss-tagrow{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;font-size:12.5px;font-weight:700;color:var(--muted);margin-bottom:20px}
  .iss-tagrow .pill{background:var(--navy);color:#fff;border-radius:100px;padding:5px 13px;font-size:11.5px;letter-spacing:.04em}
  .iss-hero h1{font-size:clamp(28px,4vw,46px);line-height:1.1;letter-spacing:-.03em;font-weight:800;color:var(--navy);max-width:18ch}
  .iss-by{display:flex;align-items:center;gap:13px;margin-top:26px}
  .iss-by .av{flex:none;width:52px;height:52px;border-radius:13px;overflow:hidden;background:linear-gradient(135deg,var(--blue),var(--blue-deep));position:relative}
  .iss-by .av img{position:absolute;width:172%;max-width:none;left:50%;top:7%;transform:translateX(-50%);height:auto}
  .iss-by .n{font-size:15px;font-weight:800;color:var(--navy)}
  .iss-by .r{font-size:12.5px;color:var(--muted)}

  .article{padding:56px 0 70px}
  .article .wrap{max-width:680px}
  .article .lead{font-size:21px;line-height:1.55;color:var(--ink);font-weight:500;margin-bottom:30px}
  .article h2{font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin:38px 0 12px}
  .article h2.am{color:var(--orange-deep)}
  .article h3{font-size:23px;font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.2;margin-bottom:14px}
  .article p{font-size:17px;line-height:1.72;color:var(--ink);margin-bottom:18px}
  .article p b{font-weight:700}
  .article .pullbar{background:var(--paper-2);border-left:3px solid var(--orange);border-radius:0 14px 14px 0;padding:22px 26px;margin:28px 0;font-size:18px;line-height:1.55;color:var(--navy);font-weight:600}
  .article .endq{margin-top:14px;font-size:18px;color:var(--navy);font-weight:700;line-height:1.45}
  @media(max-width:600px){.article{padding:40px 0 52px}}
