/* ONLY style the first h1 tag inside the article body */
body.view-article [itemprop="articleBody"] h1:first-of-type {
  font-size: 41px !important;
  line-height: 1.2 !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

/* Hide social share block at the top */
.wimdle-article-details-social-share-wrap {
  display: none !important;
}

/* Hide rating and bottom share block */
.article-ratings-social-share {
  display: none !important;
}