/* Page overrides: template_performance */

#template-select {
  min-height: 48px;
  min-width: 420px;
  font-size: 0.98rem;
}

#template-select + .select2-container {
  width: 100% !important;
  min-width: 420px;
}

#template-select + .select2-container .select2-selection--single {
  min-height: 48px;
  display: flex;
  align-items: center;
}

#template-select + .select2-container .select2-selection__rendered {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  line-height: 1.3;
}
