/* :root > * {
    --md-code-bg-color: rgb(250, 250, 250)
  } */

.md-search__input {
  font-size: 0.6rem;
}
.md-search__form {
  height: 1.5rem;
  width: 9rem;
  border-radius: 3em;
}
.md-search__icon svg {
  width: 1rem;
  height: 1rem;
}

[data-md-toggle=search]:checked~.md-header .md-search__inner, .md-search__scrollwrap{
  width: 20rem;
}

kbid {
  font-weight: 700;
}

kbid:before {
  content: "KB #";
}