:root {
  --focus-color: #097efb;
  --focus-color-dark-bg: #3b99fc;
}
@media (prefers-color-scheme: dark) {
  :root {
    --focus-color: #3b99fc;
    --focus-color-dark-bg: #097efb;
  }
}
.wiktionary-lookup__content {
  height: 200px;
  overflow: auto;
  margin: 1em 0;
  padding: 1em;
  border: solid 1px #999;
}
.wiktionary-lookup__content-container {
  display: none;
  /* Ensure all elements with inline background styles are turned off */
}
.wiktionary-lookup__content-container--is-loaded {
  display: block;
}
.enable__is-dark-mode .wiktionary-lookup__content-container * {
  background: none !important;
}
.mw-editsection {
  display: none;
}
/*# sourceMappingURL=status.css.map */