/* 通用 Select2 样式，強制垂直置中 */
.select2-container--default .select2-selection--single {
  height: 36px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.select2-selection__rendered {
  line-height: normal !important;
  padding-left: 8px;
  color: #333;
}

.select2-selection__arrow {
  height: 100% !important;
}