.s-subselect2 {
  margin-top: 4px;
}

.s-select2-fixed.aui-select2-container .select2-choices .select2-search-choice {
  /* fixing the vertical padding for selected <li>s that in non-disabled mode for some reason have less padding */
  padding-top: 3px;
  padding-bottom: 3px;
}

.s-select2-fixed.select2-container-multi .select2-choices .select2-search-field {
  /* fixing the vertical padding for the input field inside selection box */
  padding-top: 2px;
  padding-bottom: 2px;
}

body[data-aui-version^="7."]   .s-select2-fixed.aui-select2-container .select2-search-choice-close,
body[data-aui-version^="8.0."] .s-select2-fixed.aui-select2-container .select2-search-choice-close {
  /* fixing "x" button position and the vertical padding for selected <li>s that in non-disabled mode for some reason have less padding */
  top: 6px;
}