/* =========================================================
   DBS NEWS Suite v1.0.5
   Shared correction for individual NEWS articles
   ========================================================= */

/*
 * The theme adds a navy vertical rule to post-content h2 elements. NEWS
 * headings intentionally use the article's own design, so remove that shared
 * decoration once here instead of counteracting it in every article.
 */
body.dbs-news-single-page #single_campaign .post_content h2,
body.dbs-news-single-page .post_content h2 {
  border-left: 0 !important;
  border-inline-start: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
  background-image: none !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.dbs-news-single-page #single_campaign .post_content h2::before,
body.dbs-news-single-page .post_content h2::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  body.dbs-news-single-page #single_campaign .post_content h2,
  body.dbs-news-single-page .post_content h2 {
    overflow-wrap: break-word;
  }
}
