.ncsr-markdown {
  font-size: 11px;
  line-height: 1.48;
}
.ncsr-markdown h3,
.ncsr-markdown h4 {
  margin: 9px 0 4px;
  color: var(--ncsr-ink);
  font-size: 12px;
  line-height: 1.3;
}
.ncsr-markdown h3:first-child,
.ncsr-markdown h4:first-child {
  margin-top: 0;
}
.ncsr-markdown p {
  margin: 0 0 7px;
  white-space: normal;
}
.ncsr-markdown ul,
.ncsr-markdown ol {
  margin: 3px 0 8px;
  padding-left: 20px;
}
.ncsr-markdown li {
  margin: 3px 0;
}
.ncsr-opportunity-choice {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #075d6b;
  font: inherit;
  font-weight: 750;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(7,93,107,.35);
  text-underline-offset: 2px;
  cursor: pointer;
}
.ncsr-opportunity-choice:hover,
.ncsr-opportunity-choice:focus-visible {
  color: #064c58;
  text-decoration-color: currentColor;
}
.ncsr-citation-marker {
  display: inline-block;
  border-radius: 4px;
  color: #075d6b;
  font-size: .86em;
  font-weight: 800;
  text-decoration: none;
  vertical-align: baseline;
}
.ncsr-source-link {
  color: #075d6b;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(7,93,107,.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.ncsr-source-link:hover,
.ncsr-source-link:focus-visible {
  color: #064c58;
  text-decoration-color: currentColor;
}
.ncsr-citations {
  margin: 8px 0 2px;
  padding-top: 7px;
  border-top: 1px solid var(--ncsr-line);
  font-size: 9px;
}
.ncsr-citations summary {
  color: var(--ncsr-dark);
  font-weight: 800;
  cursor: pointer;
}
.ncsr-citations ol {
  margin: 6px 0 0;
  padding-left: 20px;
}
.ncsr-citations li {
  margin: 5px 0;
  overflow-wrap: anywhere;
}
.ncsr-citations a {
  color: #075d6b;
  font-weight: 700;
}
.ncsr-citations small {
  display: block;
  margin-top: 2px;
  color: var(--ncsr-muted);
}
