:root > * {
    --md-primary-fg-color:#286bc8;
}

.md-typeset h1,
.md-typeset h2 {
  font-weight: 1000;
  letter-spacing: 0;
}

.md-typeset h2 {
  margin: 1.5em 0;
  padding-bottom: 0.4rem;
  border-bottom: 0.04rem solid var(--md-default-fg-color--lighter);
}

.md-footer {
  margin-top: 2em;
}

.md-tabs__link {
  font-weight: bold;
}

.md-typeset pre > code {
  border-radius: 0.5em;
}

.md-typeset details {
  margin: 0;
  padding: 0;
  border-radius: 0;
  padding: 0 1em;
  border-left-width: 0.25em;
  border-left-color: black;
}

.md-typeset summary {
  background-color: transparent;
  font-weight: 0;
  border-left: 0;
}

.md-typeset summary::before,
.md-typeset summary::after {
  background-color: transparent;
}

select[name="Dataset"] {
  display: block;
  width: 50%;
  background-color: white;
  border: thin solid color(srgb 0.1568 0.4178 0.7853);
  border-radius: 4px;
  font-weight: bolder;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin:auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.vega-bind-name {
    display: None;
}

/* HACK Unsetting MkDocs Material CSS that impacts pipeline HTML repr */

.river-details {
    border: .05rem solid black !important;
}

.river-estimator {
    border: .05rem solid black !important;
    border-left-width: none !important;
    border-left-color: black !important;
}

.river-union {
    border: .05rem solid black !important;
}

.river-wrapper {
    border: .05rem solid black !important;
}
