/*!
 * MediaWiki Widgets - base ComplexNamespaceInputWidget styles.
 *
 * @copyright 2011-2025 MediaWiki Widgets Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */
/**
 * 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-widget-complexNamespaceInputWidget {
  /* TODO FieldLayout is not supposed to be used the way we use it here */
}
.mw-widget-complexNamespaceInputWidget .mw-widget-namespaceInputWidget,
.mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout {
  display: inline-block;
  margin-right: 16px;
}
.mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout {
  vertical-align: middle;
  margin-bottom: 0;
}
.mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline.oo-ui-labelElement > .oo-ui-fieldLayout-body > .oo-ui-labelElement-label {
  padding-left: 8px;
}
.mw-widget-complexNamespaceInputWidget .mw-widget-namespaceInputWidget {
  max-width: 20em;
}

/*!
 * MediaWiki Widgets - base ComplexTitleInputWidget styles.
 *
 * @copyright 2011-2024 MediaWiki Widgets Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */
.mw-widget-complexTitleInputWidget .mw-widget-namespaceInputWidget,
.mw-widget-complexTitleInputWidget .mw-widget-titleInputWidget {
  display: inline-block;
}
.mw-widget-complexTitleInputWidget .mw-widget-namespaceInputWidget {
  max-width: 20em;
  margin-right: 0.5em;
}
.mw-widget-complexTitleInputWidget .mw-widget-titleInputWidget {
  max-width: 29.5em;
}
