/* 元セレクトはSelect2適用時に確実に非表示に */
select.select2-hidden-accessible#mdg-product-select{
  display: none !important;
}

/* 見た目（行間・サイズを統一） */
.select2-container--default .select2-selection--single{
  height: 44px; padding: 8px 12px; border-radius: 8px;
}
.mdg-s2-item .mdg-s2-line1{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.mdg-s2-item .mdg-s2-line2{
  font-weight: 400;
  font-size: 14px;   /* 同じサイズ */
  line-height: 1.2;
  color: #222;
}
.mdg-s2-dropdown .select2-results__option{
  padding-top: 8px; padding-bottom: 8px;
}
.mdg-s2-selected{ line-height: 28px; }
