.pn-home-heading { display:flex; align-items:center; gap:12px; margin:0 0 18px; padding:13px 16px; border:1px solid #dcebe5; border-radius:12px; background:linear-gradient(120deg,#f2faf6 0%,#f4f8ff 55%,#fbfcff 100%); }
.pn-home-heading__icon { display:block; width:1em; height:1em; flex:none; border:1px solid #9bcbb5; border-radius:4px; background:linear-gradient(135deg,#daf1e5,#e4edfb); font-size:26px; }
.pn-home-heading h1 { margin:0; color:#203d33; font-size:26px; font-weight:700; line-height:1.25; }
.pn-seo-text { margin:22px 0 30px; min-width:0; }
.pn-seo-text--wide { clear:both; }
@media (min-width:1380px) {
  #content > .container:has(#column-left) > .pn-seo-text--wide { margin-left:300px; }
}
@media (max-width:767px) {
  .pn-home-heading { gap:9px; margin-bottom:14px; padding:11px 12px; }
  .pn-home-heading__icon { font-size:21px; }
  .pn-home-heading h1 { font-size:21px; }
}
