
/* H1 swapped title: keep same look as the previous H3 (no red, no huge) */
body.single-rtcl_listing .main-content h1.plsp-h1.widgettitle,
body.single-rtcl_listing .main-content h1.widgettitle.plsp-h1{
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #111;
  font-weight: 600;
}

/* SEO block: centered + responsive */
.plsp-seo-block-wrap{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.plsp-seo-block{
  max-width: 1140px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 18px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
}
.plsp-seo-title{
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #111;
}
.plsp-seo-content{
  font-size: 15px;
  line-height: 1.65;
  color: #222;
}
.plsp-seo-content a{
  text-decoration: underline;
}

@media (max-width: 768px){
  body.single-rtcl_listing .main-content h1.plsp-h1.widgettitle,
  body.single-rtcl_listing .main-content h1.widgettitle.plsp-h1{
    font-size: 22px;
  }
  .plsp-seo-block{ padding: 14px 14px; border-radius: 10px; }
  .plsp-seo-title{ font-size: 18px; }
  .plsp-seo-content{ font-size: 14px; }
}
