img[slot=logo] {
  height: 22px;
  margin-left: 10px;
  margin-top: 7px;
}

#search {
  max-width: 100% !important;
  font-family: var(--font-regular);
}
#search::placeholder {
  font-family: var(--font-regular);
  color: rgba(50, 50, 50, 1);
  opacity: 1
}
.main-content-inner--view-mode {
  padding-top: 20px !important;
  padding-bottom: 50px !important;
}

:root {
  /* Fixes bug in rapidoc where selection background/foreground doesn't get set */
  --selection-bg: #444;
  --selection-fg: #eee;
}
