/**
 * 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 */
/**
 * Codex Design Tokens v1.6.1
 * Design System for Wikimedia
 * See https://doc.wikimedia.org/codex/latest/design-tokens/overview.html
 */
/* GOAL: Upstream all these variables to core */
.error {
  color: var(--color-error, #d73333);
}
.mw-mf-icon {
  min-width: 20px;
  min-height: 20px;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 14px;
  display: inline-flex;
}
@supports not ( ( -webkit-mask-image: none ) or ( mask-image: none ) ) {
  .mw-mf-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(max( 1.25rem, 20px ));
  }
}
@supports ( -webkit-mask-image: none ) or ( mask-image: none ) {
  .mw-mf-icon {
    /* stylelint-disable plugin/no-unsupported-browser-features */
    -webkit-mask-size: calc(max( 1.25rem, 20px ));
    mask-size: calc(max( 1.25rem, 20px ));
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    /* stylelint-enable plugin/no-unsupported-browser-features */
  }
}
.mw-mf-page-list {
  margin: 0;
}
.ns-special ul {
  list-style: none;
}
.ns-special .content-header {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--border-color-subtle, #c8ccd1);
}
.ns-special .content-header ul::after {
  content: ' ';
  clear: both;
  display: block;
}
.ns-special .content-header h2 {
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 0;
}
.ns-special .content > h2 {
  text-align: center;
  margin: 0.7em 0;
  font-size: 1.1em;
  color: var(--color-subtle, #54595d);
}
.ns-special .error h2 {
  margin-top: 0;
  text-transform: none;
}

/**
 * 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 */
/**
 * Codex Design Tokens v1.6.1
 * Design System for Wikimedia
 * See https://doc.wikimedia.org/codex/latest/design-tokens/overview.html
 */
/* GOAL: Upstream all these variables to core */
fieldset {
  margin: 0;
  border: 0;
  font-size: 0.9em;
}
fieldset .htmlform-tip {
  display: none;
}
fieldset .mw-label,
fieldset .mw-ui-checkbox {
  font-size: 0.9em;
  font-style: italic;
}
fieldset fieldset {
  margin: 0 0 1em 0.3em;
}
legend {
  color: var(--color-subtle, #54595d);
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline;
}
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
input {
  line-height: normal;
}
.mw-input [type='submit'],
.mw-submit {
  margin-top: 8px;
  min-width: 80%;
}

/* stylelint-disable selector-max-id */
#mw-mf-login .mw-mf-watermark,
#mw-mf-accountcreate .mw-mf-watermark,
#userloginForm .mw-mf-watermark {
  text-align: center;
  height: 72px;
  margin-bottom: 0.5em;
}
#mw-mf-login .mw-mf-watermark img,
#mw-mf-accountcreate .mw-mf-watermark img,
#userloginForm .mw-mf-watermark img {
  height: 72px !important;
}
