/*!
 * Styling for changes list legend
 */
/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable @stylistic/indentation */
.mw-changeslist-legend {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  clear: right;
  font-size: 85%;
  line-height: 1.2em;
  padding: 0.5em;
  border: 1px solid var(--border-color-subtle, #c8ccd1);
  background-color: var(--background-color-base, #fff);
}
.mw-changeslist-legend summary {
  cursor: pointer;
}
.mw-changeslist-legend dl {
  /* Parent element defines sufficient padding */
  margin-bottom: 0;
}
.mw-changeslist-legend dt {
  float: left;
  margin: 0 0.5em 0 0;
}
.mw-changeslist-legend dd {
  margin-left: 1.5em;
}
.mw-changeslist-legend dt,
.mw-changeslist-legend dd {
  line-height: 1.3em;
}
