/* Updates "Next Page" to primary brand */
:root {
  --K15t-foreground-subtle: #17315A;
/*  --vpt-theme-text-font: Public Sans, sans-serif;*/
}

[data-vp-component="search-suggestion"] {
  --text-color-option: #474646;  
}

[data-vp-component="search-bar"] {
  --border-radius: 10px;
}

/* Main Page Header */
.space-overview__detail__intro--title {
  font-size: 32px;
  font-family: Public Sans, sans-serif;
  font-weight: Bold;
  line-height: 40px;
  letter-spacing: 0px;
}

/* Headline H1 / Headline Text */
h1 {
  font-size: 32px;
  font-family: Public Sans, sans-serif;
  font-weight: Bold;
  line-height: 40px;
  letter-spacing: 0px;
}

/* Headline H2sm / Homepage "Updates" */
.space-overview__detail__news--title {
  font-size: 20px;
  font-family: Public Sans, sans-serif;
  font-weight: Bold;
  line-height: 24px;
  letter-spacing: 0px;
}

/* Homepage "Sections" / Headline H2 md */
h2 {
  font-size: 24px;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
}

/* Title h3 */
h3 {
  font-size: 18px;
  font-family: Public  Sans, sans-serif;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0px;
}

/* Title h3 */
h4 {
  font-size: 16px;
  font-family: Public  Sans, sans-serif;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0px;
}

/* Body lg / Body Text */
p {
  font-size: 16px;
  font-family: Source Sans, sans-serif;
  line-height: 24px;
  letter-spacing: 0px;
}

/* Homepage "Sections" */
.external-link {
  font-size: 16px;
  font-weight: 600;
  color: #2D6E8D;
}

/* Remove the date from "Updates" section */
.space-overview__detail__news__post--date {
  display: none;
}

.vp-tree-item {
  font-size: 14px;
}

.vp-search-page__subgrid {
  grid-template-columns: 1fr minmax(min-content,6fr) 1fr;
}

/* Ensure links in text blocks are underlined */
p a, span a, li a {
  text-decoration: underline;
}

/* Overwrite sub-bullet styling */
ul {
list-style-type: disc;
}

ul ul {
list-style-type: circle;
}

ul ul ul {
list-style-type: square;
}

ul ul ul ul {
list-style-type: disc;
}

ul ul ul ul ul {
list-style-type: circle;
}

ul ul ul ul ul ul {
list-style-type: square;
}

/* Header navigation links */
.render-links--link a.hc-header-font-color {
  font-size: 16px;
}

/* Make text white in dark table headers */
.confluenceTd[data-highlight-colour="#002b5c"] strong,
.confluenceTd[data-highlight-colour="#002b5c"] em,
.confluenceTd[data-highlight-colour="#002060"] strong,
.confluenceTd[data-highlight-colour="#002060"] em,
.confluenceTd[data-highlight-colour="#17315a"] strong,
.confluenceTd[data-highlight-colour="#17315a"] em,
.confluenceTd[data-highlight-colour="#2d6e8d"] strong,
.confluenceTd[data-highlight-colour="#2d6e8d"] em,
.confluenceTd[data-highlight-colour="#2f6e8d"] strong,
.confluenceTd[data-highlight-colour="#2f6e8d"] em,
.confluenceTd[data-highlight-colour="#002b5c"] span,
.confluenceTd[data-highlight-colour="#002060"] span,
.confluenceTd[data-highlight-colour="#17315a"] span,
.confluenceTd[data-highlight-colour="#2d6e8d"] span,
.confluenceTd[data-highlight-colour="#2f6e8d"] span {
  color: #ffffff;
}

/* Hide feedback widget by default */
#jsd-widget {
  display: none !important;
}

/* Show widget only on certain pages */
html:has(meta[name="repository-base-url"][content*="bhsa-module-3-closes-04-25-2025/"]) #jsd-widget {
  display: inline !important; /* iframes are inline elements by default */
}

/* Style for [NEW] tag in headers */
h2[id*="DraftsforReview"]::before {
    content: "[NEW] ";
    font-weight: bold;
    color: #963D00;
}