/* Compact language switcher, theme-independent */
[id$="-dropdownlanguage"] select {
  width: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
}

/* Do not force the form/fieldset to full width */
[id$="-dropdownlanguage"] fieldset,
[id$="-dropdownlanguage"] .fieldset-wrapper {
  width: auto !important;
  max-width: 100% !important;
}
/* Compact language switcher */
[id$="-dropdownlanguage"] {
  width: auto !important;
  max-width: 100%;
  overflow: visible !important;
}

[id$="-dropdownlanguage"] fieldset,
[id$="-dropdownlanguage"] .fieldset-wrapper {
  width: auto !important;
  max-width: 100%;
  overflow: visible !important;
}

[id$="-dropdownlanguage"] select {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
}