/* Hide Drift chat buttons */
#drift-frame-chat,
#drift-frame-controller {
    display: none !important;
}

/* Sites portal page heading */
[data-page-template="portal"] .banner h1 {
  font-size: 42px;
  font-weight: 500;
}

/* Portal page tile headings */
[data-page-template="portal"] .tile-title a {
  font-size: 20px !important;
}

/* News items font size */
[data-page-template="content-source"] .article-overview-page .news .items.list h3 a {
  font-size: 18px !important;
  line-height: 1.25 !important;
}

[data-page-template="content-source"] .news .items.list h3 {
  margin: 0 !important;
  line-height: 1.25 !important;
}

[data-page-template="content-source"] .news .items.list li {
  margin: 0 !important;
  line-height: 1.25 !important;
}

/* Product content page TOC items */
[data-page-template="content-source"] .article-overview-page .pages .items.accordion li {
  font-size: 18px !important;
}

[data-page-template="content-source"] .article-overview-page .pages .items.accordion h3 {
  font-size: 18px !important;
}

/* Hide H4 in mini toc */
.toc-list-item.node-name--H5 {
  display: none;
}

/* Hide H5 in mini toc */
.toc-list-item.node-name--H6 {
  display: none;
}

/* CSS for documentation headings */
h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}