/*
https://en.wikipedia.org/w/load.php?debug=false&lang=en&modules=mediawiki.ui.icon&only=styles&debug=true
*/
.mw-ui-icon {
  position: relative;
  line-height: 1.5em;
  min-height: 1.5em;
  min-width: 1.5em;
}
span.mw-ui-icon {
  display: inline-block;
}
.mw-ui-icon.mw-ui-icon-element {
  text-indent: -999px;
  overflow: hidden;
  width: 3.5em;
  min-width: 3.5em;
  max-width: 3.5em;
}
.mw-ui-icon.mw-ui-icon-element:before {
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 1em;
}
.mw-ui-icon.mw-ui-icon-element.mw-ui-icon-large {
  width: 4.625em;
  min-width: 4.625em;
  max-width: 4.625em;
  line-height: 4.625em;
  min-height: 4.625em;
}
.mw-ui-icon.mw-ui-icon-element.mw-ui-icon-large:before {
  min-height: 4.625em;
}
.mw-ui-icon.mw-ui-icon-before:before,
.mw-ui-icon.mw-ui-icon-element:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
  display: block;
  min-height: 1.5em;
  content: '';
}
.mw-ui-icon.mw-ui-icon-before:before {
  position: relative;
  width: 1.5em;
  margin-right: 1em;
}
.mw-ui-icon.mw-ui-icon-small:before {
  background-size: 66.67% auto;
}
