/* Final configurator alignment override. Loaded after the legacy redesign CSS. */
.bd-category-configurator .bd-configurator-option {
  align-items: center !important;
  text-align: center !important;
}
.bd-category-configurator .bd-configurator-option > span,
.bd-category-configurator .bd-configurator-option small {
  width: 100%;
  text-align: center !important;
}
.bd-category-configurator .bd-configurator-product em {
  justify-self: end !important;
}
